TGA and BMP pixmap loaders missing

BlitzMax Forums/BlitzMax Programming/TGA and BMP pixmap loaders missing

*(Posted 2011) [#1]
Is it only on my Mac but is the LoadPixmapTGA and LoadPixmapBMP now missing?


Jesse(Posted 2011) [#2]
I don't know about TGA but BMPs are loaded with the regular LoadPixmap(url:object) function


col(Posted 2011) [#3]
lol double post

Last edited 2011


col(Posted 2011) [#4]
Hi
Jesse is absolutely right. Pixmaps are handled according to filetype supporting BMP JPG and TGA.

Take a look in module 'brl.mod' to show all the files that make up the source of BMax, then look under bmploader.mod and tgaloader.mod and you can load the corresponding source code to see hows its done too :o)

Last edited 2011


GfK(Posted 2011) [#5]
I think you're getting confused between LoadPixmap and SavePixmapPNG etc.