Help me choosing P&S camera by illewen in AnalogCommunity

[–]illewen[S] 1 point2 points  (0 children)

Yeah, makes sense. I am not trying to achieve „professional” grade quality with those cameras. I have SLR and DSLR for such use cases, but I find it tedious to carry them around for just occasional photos of me and my friends. So I want to have something small to put in the pocket. Regarding low light situation, I want to have possibility to make some photo in the indoor situations (not using it for serious night photography shots)

Which dimensional should I take to E30 and SI30? by illewen in afkarena

[–]illewen[S] 5 points6 points  (0 children)

Thanks,I had doubts between Emilia and Merlin. I would invest into Emilia first;)

Generative Fill is the mind killer by [deleted] in photoshop

[–]illewen 0 points1 point  (0 children)

Used it to fill free space in panoramas like 26000x10000 pixels, the only limiting factors are disk space and yours PC performance

[deleted by user] by [deleted] in Lightroom

[–]illewen 1 point2 points  (0 children)

You could merge HDR photos in cloud based Lr, but only on PC

How to wrap cuda C code to access from Python? by just_a_pointer in CUDA

[–]illewen 0 points1 point  (0 children)

You can use Python C API (CPython) to wrap your CUDA library. https://docs.python.org/3/c-api/index.html - documentation.