GIF encoder/decoder
Posted: Mon Jun 28, 2004 7:28 pm
Yes, I've done a search for one on these forums, and came up with nothing usable. The results either said read the beginner FAQ (which has nothing concerning GIFs), or claim copyright issues, which does not exist in most places anymore.
Why have a GIF one? Because I need an lossless image format that both PB and VB (& directx) can read and display. The format cannot be BMP
So... I tried JPEG, but no matter what compression setting I use in Photoshop, the resulting image still looks.. quarky.
So I'm looking to use GIF. PureArena has "loadgif.pb" example that do not really load gifs. It uses a stupid movie gadget and loads a gif image in there.. quite useless for any real world application
I was thinking about making a dll in PB that will load a PNG image and pass it to PB, but haven't figured out how to do that, and put it in a VB Picture object, so.... im stuck with GIFs
Please note that I am not looking for a workaround as there is already an image plugin found:
viewtopic.php?t=6005
What I am looking for is Fred to start adding in support for more image formats, as it seems that that image formats supported in PB is quite small.
Why have a GIF one? Because I need an lossless image format that both PB and VB (& directx) can read and display. The format cannot be BMP

So I'm looking to use GIF. PureArena has "loadgif.pb" example that do not really load gifs. It uses a stupid movie gadget and loads a gif image in there.. quite useless for any real world application

I was thinking about making a dll in PB that will load a PNG image and pass it to PB, but haven't figured out how to do that, and put it in a VB Picture object, so.... im stuck with GIFs

Please note that I am not looking for a workaround as there is already an image plugin found:
viewtopic.php?t=6005
What I am looking for is Fred to start adding in support for more image formats, as it seems that that image formats supported in PB is quite small.