is there a way to compress the size of a png file? such as maybe saving with only a 2 color palette?
Printable View
is there a way to compress the size of a png file? such as maybe saving with only a 2 color palette?
There are tons of different compression options available for PNG, it's just that most programs dont have any features to utilize this, because the PNG format is still relatively new compared to other forms.... are you referring to changing the PNG options in code?? If so, not too sure.. if you're looking for PNG compression progs, check out pngCrush
http://pmt.sourceforge.net/pngcrush/
yup, i was refering to in code, since i am scanning it in with my vb .net program, i was thinking if there was a way to save to png format with optimizations etc.