5556 Commits (f8e731bb87e2c1a4660a1275a2eecaba7cac8f6b)
 

Author SHA1 Message Date
  Jeremias Maerki f8e731bb87 Merged revisions 607034-611115 via svnmerge from 16 years ago
  Jeremias Maerki ce2f52a0c0 Added minimal support for the .minimum/.maximum components of block/inline-progression-dimension on fo:external-graphic and fo:instream-foreign-object. This will only constrain the image itself but not allow the layout engine itself to resize the image as seen fit. 16 years ago
  Jeremias Maerki 8de27a87b2 Removed "image2" package again and moved the Batik-dependent implementations under the old "image" package. In this form, the deprecated code doesn't conflict with the new implementations anymore. 16 years ago
  Jeremias Maerki 93f6189016 Fixed copy/paste mistake. Thanks for spotting it, Vincent. 16 years ago
  Jeremias Maerki 7e671e0279 Added -imagein to command-line so (multi-page) images such as TIFF files can be converted to PDF and other formats supported by FOP. The default stylesheet can be overwritten (with -xslt) if desired. 16 years ago
  Jeremias Maerki 672cb42013 Corrected content model. 16 years ago
  Jeremias Maerki 30fcb994f5 Metadata didn't get transported to the renderer when only fox:external-document is used. 16 years ago
  Jeremias Maerki 685681ea65 Throwing IllegalStateException causes a prior exception to be swallowed by Xalan-J. Need to throw a SAXException instead. 16 years ago
  Jeremias Maerki be37e6261b Switched fox:external-document to new image package. 16 years ago
  Jeremias Maerki b4d0c9dbfc Avoid cutting away the URI fragment when building URLs from filenames. 16 years ago
  Jeremias Maerki 7b60dc7491 Merged revisions 604300-607033 via svnmerge from 16 years ago
  Jeremias Maerki 90341f70b4 Fixed scaling and translation (didn't work correctly in certain situations) 16 years ago
  Jeremias Maerki f953f5ee15 Adjust the (pre)loader registration for the demo extensions. 16 years ago
  Jeremias Maerki 2cffc3e14e Removed new image package after the copying it to XML Graphics Commons. 16 years ago
  Jeremias Maerki e844d501b4 Support for specifying a particular page number of a multi-page image (such as TIFF). 16 years ago
  Jeremias Maerki c08926bd0a Update Commons 16 years ago
  Jeremias Maerki 56f642252b Added an isSupported() method to ImageLoaderFactory so we can check early if an ImageLoader may or may not support a particular subformat. This is used to allow optimized loading of CCITT compressed TIFF images. 16 years ago
  Jeremias Maerki 1a58ba2f9f Dispose ImageReader when done reading. 16 years ago
  Jeremias Maerki eb54223e40 Merged revisions 604294-604299 via svnmerge from 16 years ago
  Jeremias Maerki 2c9e1eb673 Merged revisions 603643-604293 via svnmerge from 16 years ago
  Jeremias Maerki 3d8f35db3d Added work-around for decoding CMYK JPEGs with ImageIO (no guarantees for color fidelity but it's better than not being able to use CMYK images). 16 years ago
  Jeremias Maerki e2743c55a2 No longer needed. 16 years ago
  Jeremias Maerki d78b389925 Switched to new image package. 16 years ago
  Jeremias Maerki a1fca60e44 Old JEuclid doesn't notice itself if no MathML document is loaded. 16 years ago
  Jeremias Maerki 3d365cb325 Switch to new image package. At some point we will probably want to remove this example as JEuclid has a better plug-in now. 16 years ago
  Jeremias Maerki 93394bb198 Preliminary changes to switch to the new image library. TIFF optimizations still missing. Untested. 16 years ago
  Jeremias Maerki 3ffd66a204 Stupid copy/paste again. 16 years ago
  Jeremias Maerki 3a12f342bf Switch PCL renderer to new image package. 16 years ago
  Jeremias Maerki 86b42ca430 Some cleanup 16 years ago
  Jeremias Maerki 1c83770c4e Factored out all image handling code in the PDFRenderer into PDFImageHandler classes. The interface was introduced to handle PDF-in-PDF images. 16 years ago
  Jeremias Maerki 1d0f596a7b Copy/paste programming is dangerous. :-) 16 years ago
  Jeremias Maerki fba0e50a40 Fix javadoc 16 years ago
  Jeremias Maerki 75b5cf39bb Merged revisions 594558-603642 via svnmerge from 16 years ago
  Jeremias Maerki bfcccaa2d6 Initialized merge tracking via "svnmerge" with revisions "1-594557" from 16 years ago
  Jeremias Maerki b1464b1a94 Switch to new image package for PDF/SVG support. 16 years ago
  Jeremias Maerki 9962ec44b5 Switched background images to new image package. 16 years ago
  Jeremias Maerki 1c610f3881 Bugfix: Only generate the FixedLength if there is baseline information. 16 years ago
  Jeremias Maerki bdc7fddfc3 Size calculation for images can be slightly different after the redesign due to different rounding. Give a little tolerance. 16 years ago
  Jeremias Maerki 2c4c0da01b Embedding EPS in PDF is no longer implemented as it is a deprecated feature in PDF. Therefore, this test is not needed anymore. The PDF renderer will say: "Cannot load image (no suitable loader/converter combination available) for myfile.eps (application/postscript)" 16 years ago
  Jeremias Maerki a4d8ba95d7 Plugged new image package into form generation for PostScript. 16 years ago
  Jeremias Maerki d50c41ac87 Removing failed experiment: raw PNG embedding didn't work out. 16 years ago
  Jeremias Maerki 1a177792a7 Refine pipeline building: 16 years ago
  Jeremias Maerki 1377a6b693 Precisely define the expectations for the area parameter in Graphics2DImagePainter. 16 years ago
  Jeremias Maerki c6a3e3b4ca Convenience method for obtaining the image size in points. 16 years ago
  Jeremias Maerki 2e238f0f51 Bugfix: Graphics2DAdapter didn't do the graphics state save correct so subsequent images may have been painted with the wrong transformation matrix. 16 years ago
  Jeremias Maerki e780f82e95 Support handling images with no associated URI (from instream-foreign-object). These images are not cached. 16 years ago
  Jeremias Maerki b12e99a2e3 Added a toString() impl for debugging. 16 years ago
  Jeremias Maerki 18bf493b3f Discarded PreloaderPNG in favor of PreloaderImageIO which now supports all formats supported by ImageIO (meaning that you can uses JPEG-2000 images if you have a suitable ImageIO codec installed). 16 years ago
  Jeremias Maerki 33272b77df Various variants of the FOP logo for testing. Some of them have transparency info. 16 years ago
  Jeremias Maerki d81d25a395 Added general key for precompressed content of any kind. 16 years ago