Re: size of images placed using fo:external-graphic

2002-09-19 Thread Ambar Roy
I look to source code, and IMHO you must modify src/org/apache/fop/images and src/org/apache/fop/images/analyzer classes to suport DPI (extract dpi from file and compute right width/height) Thanx for the info. I did modify these classes, and also ExternalGraphic.java in

Re: size of images placed using fo:external-graphic

2002-09-19 Thread Keiron Liddle
On Thu, 2002-09-19 at 11:00, Ambar Roy wrote: I look to source code, and IMHO you must modify src/org/apache/fop/images and src/org/apache/fop/images/analyzer classes to suport DPI (extract dpi from file and compute right width/height) Thanx for the info. I did modify these classes,

size of images placed using fo:external-graphic

2002-09-18 Thread Ambar Roy
Hi, When I place a image using external-graphic without specifying the size of the image, the image is rendered at a fixed dpi (72 dpi perhaps). This happens even if the file has a method of specifying dpi, like JPG files. Why does this happen? According to the XSL spec, the image should be

RE: size of images placed using fo:external-graphic

2002-09-18 Thread Buchtík, Michal
(extract dpi from file and compute right width/height) Michal -Original Message- From: Ambar Roy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 2:01 PM To: [EMAIL PROTECTED] Subject: size of images placed using fo:external-graphic Hi, When I place a image using