palucdev / CudaOtsu

Otsu's method thresholding and image binarization on GPU in CUDA
MIT License
22 stars 10 forks source link

Look for better image library #7

Open palucdev opened 5 years ago

palucdev commented 5 years ago

Lodepng seems bad when it comes loading HUGE png images. Library is using too much memory.

palucdev commented 5 years ago

Try to use lodepng allocators before switching to other lib.

WillNilges commented 1 year ago

Have you considered just using http://www.libpng.org/pub/png/libpng.html?

palucdev commented 1 year ago

@WillNilges Hey, thanks for recommendation. Will look into it.