Heya Fred,
how hard would it be to add that?
PNG has 0-9 as compression level.
What does the current implementation use?
I found no info on wether the current one uses level 9
or something lower. (I know many programs default to level 6 or similar)
If PureBasic's implementation allready uses PNG level 9 compression
then I'm allready happy as max compression is what I want.
But if level 9 is not the default then I'd like to be able to specify it
in SaveImage()
[Implemented] SaveImage() PNG compression level flag
-
- Enthusiast
- Posts: 362
- Joined: Wed Aug 06, 2003 2:49 pm
- Location: Venice - Italy, Japan when possible.
- Contact:
And what about filtering?
http://www.libpng.org/pub/png/book/chap ... ch09.div.1
@Fred:
Would be easy to add a 1bit/8bit transparency to the saved PNG image, giving an additional bitmap (one for colors and one for transparency) when saving?
http://www.libpng.org/pub/png/book/chap ... ch09.div.1
@Fred:
Would be easy to add a 1bit/8bit transparency to the saved PNG image, giving an additional bitmap (one for colors and one for transparency) when saving?