Re: [Perl-pdf-devel] Questions
Status: Beta
Brought to you by:
ftassin
From: Michael G. <mdg...@sb...> - 2002-01-14 19:07:37
|
> Can I include png images in pdf files and how ? Currently png files are not supported. If you need it I can try to implement it but it would take some time because I am busy in the next few weeks. > What are the restrictions for the inclusion of GIF files ? You should not use (too many) interlaced GIF files because the script has to decompress and then recompress the whole GIF file and so it is very slow and need a lot of memory. Try to use only non-interlaced gif files. And I think B/W GIFs are not supported. cu Michael >=20 > thanks >=20 > -- > --------------------------------------------------------------------- > St=E9phane ADAM e-mail: ad...@tr... > TRIMARAN www: http://www.trimaran.com >=20 > -------------- Computer Graphics --- FX --- Web Design -------------- > 97 rue Jean-Jaures voice: (33) 1 41 06 62 62 > 92300 Levallois - France fax: (33) 1 42 70 21 23 >=20 > _______________________________________________ > Perl-pdf-devel mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-pdf-devel |