You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Daniel Pfuhl <pf...@yahoo.de> on 2001/09/10 23:34:47 UTC

embedding pictures

Hi 

is ist possible to specify the compression rate
for images to be embedded in an pdf file??

it is very important to me, because i need the
images in a higher quality than fop embedds them
until now - without any configuration changes.

it would be great, if somebody could help me
out of this. 

thanx

daniel 

=====
--------------------------------------------------------
Daniel Pfuhl
mailto:daniel@dphome.de

__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: embedding pictures

Posted by Hoang Nam <nn...@yahoo.fr>.
Hello everybody,

About the image , I have submitted  this question longtime ago but had no
answer . I try once more  :-)
When we use external-graphic, the  image is embedded in the Pdf file
generated by Fop, for now.

Is there any way to creat a link in the Pdf file to the image file and do
not embedd the image while using external-graphic ? So we can reduce the
size of the file.

Thank you for any suggestion !

Nam


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: embedding pictures

Posted by Jeremias Maerki <je...@outline.ch>.
On Tue, 11 Sep 2001 13:16:09 +0200 (CEST) Daniel Pfuhl wrote:
>  --- Jeremias Maerki <je...@outline.ch>
> schrieb: > Hi Daniel
> > 
> > On Mon, 10 Sep 2001 23:34:47 +0200 (CEST) Daniel
> > Pfuhl wrote:
> > > is ist possible to specify the compression rate
> > > for images to be embedded in an pdf file??
> > > 
> > > it is very important to me, because i need the
> > > images in a higher quality than fop embedds them
> > > until now - without any configuration changes.
> > > 
> > > it would be great, if somebody could help me
> > > out of this. 
> > 
> > That won't help a lot, because FOP currently only
> > implements loss-less
> > compression (ZLib/flate). Specifying a compression
> > rate will only change
> > the speed of encoding and the size of the image in
> > the PDF, but not the
> > quality of the image. I guess you're trying to
> > embedd JPEG images, right?
> > 
> Hi Jeremias,
> 
> is it better for now not to embed jpegs and to use
> another format? if this is the case, wich format
> should I use for getting the best result in quality?

Hi Daniel

Maybe. I think the problem is the quality of the images you want to use.
If the images you use have a low resolution (for example, because they
get scaled up), you get lousy results on high resolution printers. That
applies to png, tiff etc., too. Don't know if that helps you, though.


Jeremias Märki

mailto:jeremias.maerki@outline.ch

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: embedding pictures

Posted by Keiron Liddle <ke...@aftexsw.com>.
On Tue, 11 Sep 2001 09:05:47 Jeremias Maerki wrote:
> Hi Daniel
> 
> On Mon, 10 Sep 2001 23:34:47 +0200 (CEST) Daniel Pfuhl wrote:
> > is ist possible to specify the compression rate
> > for images to be embedded in an pdf file??
> > 
> > it is very important to me, because i need the
> > images in a higher quality than fop embedds them
> > until now - without any configuration changes.
> > 
> > it would be great, if somebody could help me
> > out of this. 
> 
> That won't help a lot, because FOP currently only implements loss-less
> compression (ZLib/flate). Specifying a compression rate will only change
> the speed of encoding and the size of the image in the PDF, but not the
> quality of the image. I guess you're trying to embedd JPEG images, right?

Also Eric Dalquist has indicated that he has got code to embed jpeg's
directly into pdf.
Unfortunately he has not posted his changes to the list yet (that I know
of).

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: embedding pictures

Posted by Daniel Pfuhl <pf...@yahoo.de>.
 --- Jeremias Maerki <je...@outline.ch>
schrieb: > Hi Daniel
> 
> On Mon, 10 Sep 2001 23:34:47 +0200 (CEST) Daniel
> Pfuhl wrote:
> > is ist possible to specify the compression rate
> > for images to be embedded in an pdf file??
> > 
> > it is very important to me, because i need the
> > images in a higher quality than fop embedds them
> > until now - without any configuration changes.
> > 
> > it would be great, if somebody could help me
> > out of this. 
> 
> That won't help a lot, because FOP currently only
> implements loss-less
> compression (ZLib/flate). Specifying a compression
> rate will only change
> the speed of encoding and the size of the image in
> the PDF, but not the
> quality of the image. I guess you're trying to
> embedd JPEG images, right?
> 
Hi Jeremias,

is it better for now not to embed jpegs and to use
another format? if this is the case, wich format
should I use for getting the best result in quality?

thanx

daniel

=====
--------------------------------------------------------
Daniel Pfuhl
mailto:daniel@dphome.de

__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: embedding pictures

Posted by Jeremias Maerki <je...@outline.ch>.
Hi Daniel

On Mon, 10 Sep 2001 23:34:47 +0200 (CEST) Daniel Pfuhl wrote:
> is ist possible to specify the compression rate
> for images to be embedded in an pdf file??
> 
> it is very important to me, because i need the
> images in a higher quality than fop embedds them
> until now - without any configuration changes.
> 
> it would be great, if somebody could help me
> out of this. 

That won't help a lot, because FOP currently only implements loss-less
compression (ZLib/flate). Specifying a compression rate will only change
the speed of encoding and the size of the image in the PDF, but not the
quality of the image. I guess you're trying to embedd JPEG images, right?

Jeremias Märki

mailto:jeremias.maerki@outline.ch

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org