Hi Andrew, This is normal behaviour:
The actual size depends on both your screen resolution and zoom factor in PDF viewer. Tipically, recent screens are set to 96 or 120dpi. In this case, the image viewed directly on the screen (1px / 1dot ratio) should be rendered smaller than its actual size (as shown in PDF reader[zoom 100%]). For example, if you have a bitmap that is 72x72 dots, and 72dpi: In PDF, its actual size is 72dots/72dpi = 1in In PDF viewer[zoom 100%] with screen 96dpi: 1in*96dpi * 100% = 96px In direct display on screen (1dot for 1px): = 72px Pascal > -----Message d'origine----- > De : Andrew Sharpe [mailto:[EMAIL PROTECTED] > Envoyé : samedi 8 novembre 2008 16:34 > > >----- Oorspronkelijk bericht ----- > >> Using version 0.95 of FOP and running > >> "fop -xml test.xml -xsl test.xsl -pdf test.pdf", > >> I get the attached PDF. > >> Notice the image looks bigger in the PDF than it does > >> in a graphics viewer. > >> Seeing as the DPI is 72, shouldn't it display the same > size in both? > > > I checked the JPEG in an image viewer, and its resolution > registers as 96dpi, so the fact > > that it appears slightly larger is expected. > > Thanks for your reply Andreas. Can you tell me which image > viewer you are using? I am getting conflicting reports from > different viewers regarding the DPI. > > In any case, when I use GIMP to change the DPI back to 72 > (modified image attached), it still looks bigger in the PDF > (see attached). And yes I do have the zoom set to 100% on > both the PDF and image. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
