aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/image
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #36432: Jeremias Maerki2005-08-312-1/+14
* Write to log output (debug level) which image source is used to load an image.Jeremias Maerki2005-08-301-0/+5
* Fixes unrecoverable exceptions causing BatchDiffer to fail. Jeremias Maerki2005-08-248-57/+52
* Fixes a bug where the bitmaps were not loaded at all.Jeremias Maerki2005-08-231-0/+11
* Remember the original URI in the FopImage instance. Jeremias Maerki2005-08-2210-15/+28
* Code simplification.Jeremias Maerki2005-08-2110-77/+31
* Bugzilla #36224: Jeremias Maerki2005-08-219-169/+349
* Add a method to clear all image caches for testing purposes. It shouldn't be ...Jeremias Maerki2005-08-162-2/+37
* Bugzilla #36082 Jeremias Maerki2005-08-161-23/+19
* Bugzilla #36082 Jeremias Maerki2005-08-154-129/+271
* TODO item for HiResBoundingBox.Jeremias Maerki2005-08-151-1/+3
* Force PNG images to use the codec to determine the resolution as long as this...Jeremias Maerki2005-08-151-0/+1
* Read the bitmap resolution from PNGs and TIFFs.Jeremias Maerki2005-08-122-3/+37
* Committing a hack I've started earlier. The analyzer did not always recognize...Jeremias Maerki2005-08-081-6/+12
* Buffer InputStream only when not already buffered.Jeremias Maerki2005-07-271-2/+6
* Better error message if the image class can't be instantiated.Jeremias Maerki2005-05-171-0/+4
* JavadocsJeremias Maerki2005-01-241-0/+8
* Clipping the background image.Jeremias Maerki2005-01-203-10/+105
* Fix a ArrayIndexOutOfBoundsException when loading indexed PNGs.Finn Bock2004-10-131-11/+10
* Made a common base class for both PNG and TIFF classes because they are almos...Jeremias Maerki2004-10-113-300/+238
* Bugzilla #31512:Jeremias Maerki2004-10-113-2/+359
* Removed unneded import statements.Finn Bock2004-09-094-8/+0
* Fix JPEG with many long APPS markers.Jeremias Maerki2004-08-161-4/+51
* Fix implementations after logging changes to correspond to the interface again.Jeremias Maerki2004-08-163-18/+17
* Remove unused importJeremias Maerki2004-08-162-5/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-201-9/+10
* added more friendly message when Jimi/JAI is not presentChris Bowditch2004-05-181-4/+7
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-127-22/+47
* PR:Glen Mazza2004-03-318-26/+23
* 1.) Removed xsl file for property generation (no longer used, due toGlen Mazza2004-03-211-4/+8
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-191-1/+1
* Code changed to set the Base URL in FOUserAgent, which allowsGlen Mazza2004-03-161-0/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2723-1074/+338
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-256-50/+47
* Removed unnecessary semi-colon.Peter Bernard West2004-01-021-1/+1
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-101-28/+28
* remove todo item for disconnecting image processing from pdfWilliam Victor Mote2003-08-301-1/+0
* for generic FOP image processing (i.e. not related to rendering), use java.aw...William Victor Mote2003-08-305-60/+58
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-281-1/+1
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-2219-19/+19
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-121-2/+2
* 1.) only partly implemented Run() function removed from InputHandler and its ...Glen Mazza2003-08-041-2/+2
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-171-2/+2
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-171-2/+2
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-252-29/+29
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-241-13/+13
* Fix CMYK JPEG images. Jeremias Maerki2003-03-151-6/+11
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1123-0/+4595