aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/image
Commit message (Expand)AuthorAgeFilesLines
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1822-58/+49
* Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)Andreas L. Delmelle2007-07-082-0/+16
* Bug #42476:Vincent Hennebert2007-05-293-59/+20
* Bugzilla #42406: Jeremias Maerki2007-05-215-41/+34
* Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile ...Jeremias Maerki2007-03-281-3/+8
* Bugzilla #41488:Jeremias Maerki2007-02-071-0/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2830-152/+182
* Bugzilla #40062: Jeremias Maerki2006-07-241-1/+52
* Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). ...Jeremias Maerki2006-07-211-9/+56
* Making ImageIO come before JAI for GIF images. ImageIO handles GIFs nicely, e...Jeremias Maerki2006-05-291-1/+1
* Bugzilla #38946:Jeremias Maerki2006-05-031-0/+7
* Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url...Jeremias Maerki2006-04-101-19/+2
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-043-59/+68
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-272-13/+6
* Bugfix for ICC color profile parsing in JPEG images.Jeremias Maerki2006-03-243-11/+48
* Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF f...Jeremias Maerki2006-03-181-1/+1
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-7/+7
* The copyright fun starts again; it is 2006Simon Pepping2006-01-021-1/+1
* Corrected simple mistake in BMP Reader which incorrectly reported the image w...Manuel Mall2006-01-021-1/+1
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-0/+4
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-1/+1
* Restored PNG support for RTF output and fixed two bugs related to image handl...Jeremias Maerki2005-12-136-11/+63
* EMF support review: Copyright years, rounding problems, code simplificationsJeremias Maerki2005-11-082-24/+17
* Use FOP's wrapper classes to load images. Support 'auto' in fo:external-grapi...Peter Herweg2005-10-304-1/+237
* Package documentation.Jeremias Maerki2005-10-272-0/+44
* Fix for SVG images with an intrinsic size when the FOUserAgent does not defau...Jeremias Maerki2005-09-061-6/+9
* 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