Where is 'SaveImage'

BlitzMax Forums/BlitzMax Beginners Area/Where is 'SaveImage'

JBR(Posted 2015) [#1]
I'd like to save a .bmp file.

Is the best I can do is save a .png file?

Thanks
Jim


degac(Posted 2015) [#2]
Hi

there's a SavePixmapJpeg too.

Or you could install and use Brucey' FreeImage module (Info here)


grable(Posted 2015) [#3]
Heres a cleaned up version of something i found in codearchives a long time ago (at least i think thats where i found it).



grable(Posted 2015) [#4]
.


H&K(Posted 2015) [#5]
Local stream:TStream = WriteStream(url)
If Not sream Then Return False

Have not run it yet.

Edit. The above is a typo, no? (sream)


grable(Posted 2015) [#6]
Yeah, something i added last minute to conform to the other savepixmap functions.
Fixed now :)