Is here away to save png?

BlitzMax Forums/BlitzMax Programming/Is here away to save png?

I don't know how to save a image to png. I hope this is includes soon. I need png, because i want to save also alpha-values.

i'm sure you'll have to use the libpng library
and add png_write_png function !

One of the paint programs in the samples folder does it. Can't recall which.

There is a pngSaver module in the thread below
http://www.blitzmax.com/Community/posts.php?topic=41965
You'll need to download the first zip file.