New Image plugin available for beta-testing
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
Re: New Image plugin available for beta-testing
Hey El,
Where are you at with this Image Plugin? Just a few questions. What are
the advantages of this plugin over using the standard IncludeBinary/
CatchImage commands.
Also, where can the latest version be downloaded?
- np
Where are you at with this Image Plugin? Just a few questions. What are
the advantages of this plugin over using the standard IncludeBinary/
CatchImage commands.
Also, where can the latest version be downloaded?
- np
It should; I only have Windows 98 SE installed here XDIs this new lib version still compatible with Win98 ?
Finished version 2.2.Where are you at with this Image Plugin?
This is an image plugin, so you can use it the same way you use UseImageDecoderTGA(), i.e., but for gif, jpg, wmf, cur, etc.What are
the advantages of this plugin over using the standard IncludeBinary/
CatchImage commands.
Latest version is in the link of my last post, but I'll upload it with a help file to PureArea soon (today). But remember it's only a decoder, not an encoder.Also, where can the latest version be downloaded?
Regards,
El_Choni
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
..
Is that all that's too it?
I just added the following line to my project:
and changed my file to a gif..
and it works? lol.. am i missing something?
- np
I just added the following line to my project:
Code: Select all
UseEC_OLEImageDecoder()
Code: Select all
;- Images
DataSection
Image0:
IncludeBinary "C:\source\purebasic\Projects\Image & Sound\JL_BADGE_1024.gif"
EndDataSection
- np
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
..
El, it works GREAT... I'm just in awe, that -- that is all I had to do...El_Choni wrote:Yes. It doesn't work for you?
You kick as$!!
Freakin great.. now I can use small files again, GIF..
Becuase we're not allowed to use JPG anymore right.. I mean by 'law'..
In our commercial applications..?
- np
@ EL ... found a new bug! Your OLE Loader cant read this nice GIF image:

Using WinXP_SP1 and PB3.90 (EC_OLEImageplugin v2.3 )
While trying to load the image ... the loader hangs up ...
You can download a sample source incl. the image here (28KB)
Greetz dige

Using WinXP_SP1 and PB3.90 (EC_OLEImageplugin v2.3 )
While trying to load the image ... the loader hangs up ...
You can download a sample source incl. the image here (28KB)
Greetz dige
You're right, OleLoadPicture hangs when trying to load it. You can't even say it's a Microsoft bug, because they clearly say in the SDK that this function only loads WMF, ICO and CUR files.
But I wouldn't worry too much: Photoshop also hangs when trying to load it XD, although Mozilla does not. I think your gifs are somewhat evil...
Now, seriously, is it possible that this image is corrupted or something?
But I wouldn't worry too much: Photoshop also hangs when trying to load it XD, although Mozilla does not. I think your gifs are somewhat evil...
Now, seriously, is it possible that this image is corrupted or something?
El_Choni
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
..
Yeah, El rulez.. check out his TailBite Application.. creates PB libraries..newbie wrote:Absolutly great work !
Very nice plugin, I even use it to replace the JPEG PB decoder, the exe is smaller this way, very nice job
download http://inicia.es/de/elchoni/TailBite/
support page viewtopic.php?t=9788&start=120
- np
-
- User
- Posts: 39
- Joined: Fri Mar 26, 2004 1:47 pm
- Location: London, UK
- Contact:
Very late response
Just found this plug-in and wanted to say thanks and well done. 

-
- User
- Posts: 39
- Joined: Fri Mar 26, 2004 1:47 pm
- Location: London, UK
- Contact:
Set Transparency Colour?
Hi there
I've been using this plugin for a gif2jpg application.
Is there a way to set the transparency colour?
When a gif image is loaded the transparent area is black.
I would like to set it to white in this project - Any ideas?
Thanks.
I've been using this plugin for a gif2jpg application.
Is there a way to set the transparency colour?
When a gif image is loaded the transparent area is black.
I would like to set it to white in this project - Any ideas?
Thanks.