hey all,

i use ImageSource (www.smalleranimals.com) so i can read, and resize JPG's
in my app, which i would recommend 100% for anyone looking for the same.

but they do not work with GIF format, i believe because of the whole patent
issue. what i am looking for then, is a library i can use that reads GIF
files. all i need to do is open GIF files. heck, if i can open them into
RGB format, then i can still use ImageSource to do the rest, resize, add
transparencies etc.

so if anyone knows of a decent library, please let me know.

thanks!

daniel

Re: GIF question by John

John
Sat May 07 21:24:26 CDT 2005

"daniel kaplan" <nospam@nospam.com> wrote in message
news:1115498077.892602@nntp.acecape.com
> hey all,
>
> i use ImageSource (www.smalleranimals.com) so i can read, and resize
> JPG's in my app, which i would recommend 100% for anyone looking for
> the same.
>
> but they do not work with GIF format, i believe because of the whole
> patent issue. what i am looking for then, is a library i can use
> that reads GIF files. all i need to do is open GIF files. heck, if
> i can open them into RGB format, then i can still use ImageSource to
> do the rest, resize, add transparencies etc.
>
> so if anyone knows of a decent library, please let me know.
>
> thanks!
>
> daniel

GDI+ offers GIF support. If that is not suitable for your needs, see if you
prefer this:

http://www.codeproject.com/bitmap/cximage.asp


--
John Carson


Re: GIF question by daniel

daniel
Sun May 08 01:01:47 CDT 2005

"John Carson" <jcarson_n_o_sp_am_@netspace.net.au> wrote in message
news:%235AoVU3UFHA.628@tk2msftngp13.phx.gbl...
> "daniel kaplan" <nospam@nospam.com> wrote in message
> news:1115498077.892602@nntp.acecape.com

> http://www.codeproject.com/bitmap/cximage.asp
>

thanks, but i shoudl have added that i use C, not C++