palucdev/CudaOtsu

Look for better image library

Opened this issue · 3 comments

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

Try to use lodepng allocators before switching to other lib.

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

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