aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/image/EPSImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-153/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196064 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licence Jeremias Maerki2003-03-061-5/+49
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196030 13f79535-47bb-0310-9956-ffa450edef68
* some cleanup of comments and codeKeiron Liddle2002-11-141-31/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195536 13f79535-47bb-0310-9956-ffa450edef68
* handle image stream better, try to make sure onlyKeiron Liddle2002-11-081-5/+5
| | | | | | | | opened once and properly closed gif image broken until it can be loaded from a stream git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195455 13f79535-47bb-0310-9956-ffa450edef68
* more style fixesKeiron Liddle2002-10-251-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195362 13f79535-47bb-0310-9956-ffa450edef68
* load original data properlyKeiron Liddle2002-08-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195097 13f79535-47bb-0310-9956-ffa450edef68
* added transparency for imagesKeiron Liddle2002-06-271-1/+0
| | | | | | | | made pdf package more self contained started on patterns/gradients for svg git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194926 13f79535-47bb-0310-9956-ffa450edef68
* improved thread safety of readersKeiron Liddle2002-02-251-12/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194670 13f79535-47bb-0310-9956-ffa450edef68
* some preliminary changes to image handlingKeiron Liddle2002-02-211-31/+21
| | | | | | | | Images are put into a cache, different cahces are possible if information is required it needs to be explicitly loaded git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194663 13f79535-47bb-0310-9956-ffa450edef68
* fixed some compile problemsKeiron Liddle2001-11-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194577 13f79535-47bb-0310-9956-ffa450edef68
* removed message handlerKeiron Liddle2001-11-221-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194574 13f79535-47bb-0310-9956-ffa450edef68
* PR:Tore Engvig2001-11-161-0/+94
Obtained from: Submitted by: Reviewed by: Support for CMYK jpeg's and ICC profiles Initial support for EPS images (only limited support in PDFRenderer) (need to fix PSRenderer as soon as new area tree and rendering stuff are finished) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194570 13f79535-47bb-0310-9956-ffa450edef68