PNG encoder wanted
-
Does anyone know where to find a good PNG encoder written in C? Yeah, I know that libpng[^] exist but that implementation uses waaay to much memory (around 300KB). So before I start developing my own PNG encoder I want to see if there are any commercial version available. But I cant seem to find any companies selling a PNG encoder, any pointers? .H
-
Does anyone know where to find a good PNG encoder written in C? Yeah, I know that libpng[^] exist but that implementation uses waaay to much memory (around 300KB). So before I start developing my own PNG encoder I want to see if there are any commercial version available. But I cant seem to find any companies selling a PNG encoder, any pointers? .H
Hmm.. What about GDI+? If my memory serves me right, there were discussions here on CP some time ago about its ability to save images to file. -- It's not unusual to be picked up by a klingon woman It's not unusual to have fun with a klingon When I see you kicking me around It's not unusual to see me cry, I wanna die
-
Hmm.. What about GDI+? If my memory serves me right, there were discussions here on CP some time ago about its ability to save images to file. -- It's not unusual to be picked up by a klingon woman It's not unusual to have fun with a klingon When I see you kicking me around It's not unusual to see me cry, I wanna die
Didn't he mention lo-memory libraries :rolleyes:
I walk these roads, I climb these mountains, Though they are nothing, But paths and hills, for the only mountain is success, and the only road is life. -
Didn't he mention lo-memory libraries :rolleyes:
I walk these roads, I climb these mountains, Though they are nothing, But paths and hills, for the only mountain is success, and the only road is life.Well.. aah. Microsoft makes lean software. Right? :rolleyes: It might take less than 300k though to save a PNG. If it does, it's better than libpng. -- tlhIngan maH! Heghlu'meH QaQ jajvam!
-
Does anyone know where to find a good PNG encoder written in C? Yeah, I know that libpng[^] exist but that implementation uses waaay to much memory (around 300KB). So before I start developing my own PNG encoder I want to see if there are any commercial version available. But I cant seem to find any companies selling a PNG encoder, any pointers? .H
Look at this article: http://www.codeproject.com/bitmap/trans_cimage.asp[^] It can load PNG and I think it can save them as well ( look specifically at CImagePNG::SaveFile ). ------------------------------------------ They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. - Benjamin Franklin In an encampment expecting daily attack from a powerful enemy, self-preservation is paramount to all law. - Thomas Jefferson
-
Look at this article: http://www.codeproject.com/bitmap/trans_cimage.asp[^] It can load PNG and I think it can save them as well ( look specifically at CImagePNG::SaveFile ). ------------------------------------------ They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. - Benjamin Franklin In an encampment expecting daily attack from a powerful enemy, self-preservation is paramount to all law. - Thomas Jefferson
All the PNG stuff is taken directly from libpng, nothing more than a C++ wrapper :) --- Arguing on the internet is like running in the Special Olympics. Even if you win, you're still retarded.
-
Well.. aah. Microsoft makes lean software. Right? :rolleyes: It might take less than 300k though to save a PNG. If it does, it's better than libpng. -- tlhIngan maH! Heghlu'meH QaQ jajvam!
Perhaps I should have mentioned that I'm developing in a non-Microsoft environment :-O