Bennu Game Development

English Forums => Extensions => Topic started by: josebita on May 11, 2009, 07:41:57 PM

Title: Image.dll
Post by: josebita on May 11, 2009, 07:41:57 PM
I'm uploading a new version of the Image library to my PPA.
I've modified the sources (with Splinter's help) to support 32 bpp modes.
If compilation goes fine, it should be ready for Ubuntu soon. If someone wants to compile it for windows, sources are linked in my PPA's page, but I will try to do it asap.
Title: Re: Image.dll
Post by: josebita on May 18, 2009, 12:58:57 PM
I have compiled the version with 32 bits support library for win32.
You shouldn't need any additional libraries, as libpng, libjpeg and libgif are statically linked to the library.

I hope it works for you too.
Again, many thanks to Splinter for his help with this.
Title: Re: Image.dll
Post by: darĂ­o on May 18, 2009, 04:49:25 PM
Thank you :)
Title: Re: Image.dll
Post by: Sandman on May 19, 2009, 01:19:57 AM
Thanks. Could you post the source?
Title: Re: Image.dll
Post by: josebita on May 19, 2009, 02:41:35 AM
Sure, the source is in my ppa:
https://edge.launchpad.net/~josebagar/+archive/ppa
Scroll down to bennugd-module-image-1.0 and click on the little arrow on the left.
Title: Re: Image.dll
Post by: Sandman on May 19, 2009, 08:16:40 PM
Here's a version that's more in the style of Bennu's module stuff. And the printf's are removed (why were they in there?). Also the code is a bit cleaned up here and there.
Title: Re: Image.dll
Post by: josebita on May 19, 2009, 09:15:28 PM
Thanks :)
The printfs were removed from the windows binary I uploaded. They were there for debugging purposes.
I'll try to compile your version, too, but I want to improve a couple of things first.
Title: Re: Image.dll
Post by: Sandman on May 19, 2009, 10:11:20 PM
Sure thing, didn't change much. Post back on addition you did, then I'll document the functions. Perhaps this module can then be added to the list.
Title: Re: Image.dll
Post by: Danielo515 on July 20, 2009, 05:38:18 PM
After instaling this library the constans of  grafic_info doesn't work. Why?