@Fred: Can I add 'my' own ImagePlugin (e.g GIF En-/Decoder)?
@Fred: Can I add 'my' own ImagePlugin (e.g GIF En-/Decoder)?
Hello @Fred,
Is there a possibility to add an own ImagePlugin like the delivered one (e.g. UseJPEGImageDecoder)
The following commands should support the 'extended' image plugin too: LoadImage(), CatchImage(), SaveImage(), LoadSprite() CatchSprite(), and SaveSprite())
Maybe you can add an interface on PB4.0 for that?
Is there a possibility to add an own ImagePlugin like the delivered one (e.g. UseJPEGImageDecoder)
The following commands should support the 'extended' image plugin too: LoadImage(), CatchImage(), SaveImage(), LoadSprite() CatchSprite(), and SaveSprite())
Maybe you can add an interface on PB4.0 for that?
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Re: @Fred: Can I add 'my' own ImagePlugin (e.g GIF En-/Decod
There's an example in the Library-SDK, isn't that what you're after?IceSoft wrote:Is there a possibility to add an own ImagePlugin like the delivered one (e.g. UseJPEGImageDecoder)
Good programmers don't comment their code. It was hard to write, should be hard to read.
Re: @Fred: Can I add 'my' own ImagePlugin (e.g GIF En-/Decod
Not really.traumatic wrote:There's an example in the Library-SDK, isn't that what you're after?IceSoft wrote:Is there a possibility to add an own ImagePlugin like the delivered one (e.g. UseJPEGImageDecoder)
What I meanit should like the nativ ImagePlugins which supports also if I use e.g. LoadImage()
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
GIF is still under patents and won't be implemented in PB until ALL patents actually expires. Check the bottom page here: http://www.gnu.org/philosophy/gif.html .
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Fred: Below is a quote from http://www.gnu.org/philosophy/gif.html
If you do include gif decoding in the future, could you make it so that the lzw is available seperately as being able to decode lzw native to PureBasic would be really useful.
btw, anyone know of a lzw/lzh/rar lib or a free dll for PureBasic yet?
You could therefore include gif decoding now, but only include encoding post-August 2006.Decoding GIFs is a different issue. The Unisys and IBM patents are both written in such a way that they do not apply to a program which can only uncompress LZW format and cannot compress. Therefore we can and will include support for displaying GIF files in GNU software.
Given this situation, we could still include GIF files in our web pages if we wanted to. Many other people would be happy to generate them for us, and we would not be sued for having GIF files on our server.
If you do include gif decoding in the future, could you make it so that the lzw is available seperately as being able to decode lzw native to PureBasic would be really useful.
btw, anyone know of a lzw/lzh/rar lib or a free dll for PureBasic yet?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system