com.lowagie.text.pdf.codec

> -----Original Message-----
> From: Bj�rn Sommer [SMTP:[EMAIL PROTECTED]
> Sent: Monday, June 02, 2003 14:36
> To:   iText
> Subject:      [iText-questions] Re: catching exception for unsupported
> GIF-Format
> 
> 
> Hi...
> 
> and what Package is the Class "GifImage" part of???
> Can't find it anywhere...
> 
> Best regards
> 
> B.Sommer
> 
> 
> >Instead of using:
> >
> >Image img = Image.getInstance("picture.gif");
> >
> >use:
> >
> >GifImage gif = new GifImage("picture.gif");
> >Image img = gif.getImage(1);
> >
> >Best Regards,
> >Paulo Soares
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: eBay
> Get office equipment for less on eBay!
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to