]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #36432:
authorJeremias Maerki <jeremias@apache.org>
Wed, 31 Aug 2005 08:53:25 +0000 (08:53 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 31 Aug 2005 08:53:25 +0000 (08:53 +0000)
commitf0763b71e182a6192769cda1bca740e05b21f2c3
tree19f6b269e282f348c7ae4927e21bf7498405b80a
parent11eb39ca2467133c493933812b573809911c9c3b
Bugzilla #36432:
JAI image does not release all resources - reported by Stephen Denne - thanks!
When loading an image provider whose support libraries are missing an
exception is thrown which should really only be a warning and the next provider
be tried.
Submitted by: Manuel Mall <mm.at.arcus.com.au>

Changes to the patch by JM:
Log level for the warning changed to debug() because the binary distribution is compiled with JAI and JIMI support and this will cause a lot of inappropriate warnings for people just happy with ImageIO images.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264978 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/image/ImageFactory.java
src/java/org/apache/fop/image/JAIImage.java