https://issues.apache.org/bugzilla/show_bug.cgi?id=44276

--- Comment #2 from David Turner <[email protected]> 2011-01-21 11:49:41 
EST ---
When I tried the patch using the following command line:

java -jar batik-rasterizer.jar -maxw 398 -maxh 256 -q 0.99 -dpi 216 -m 
image/jpeg *.svg

I found that the width and height properties were ignored but that the dpi was
now correct (many thanks!)

I modified the ImageTranscoder.java file and moved the w, h assignments back to
their original state (and before resolutionFactor) and left the new
resolutionFactor as patched (minus the w/h modifications). Works great now.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to