aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/image/JimiImage.java
Commit message (Expand)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-216/+0
* Switched to long licence Jeremias Maerki2003-03-061-16/+61
* some cleanup of comments and codeKeiron Liddle2002-11-141-28/+28
* handle image stream better, try to make sure onlyKeiron Liddle2002-11-081-4/+8
* more style fixesKeiron Liddle2002-10-251-2/+3
* fix for invalid colorspace on jpegKeiron Liddle2002-08-201-1/+1
* get Jimi working again and correctly reporting errorsKeiron Liddle2002-08-021-9/+27
* fixed compile errorKeiron Liddle2002-07-081-2/+2
* added transparency for imagesKeiron Liddle2002-06-271-2/+2
* improved thread safety of readersKeiron Liddle2002-02-251-1/+1
* some preliminary changes to image handlingKeiron Liddle2002-02-211-52/+43
* Formatted code according to code standards.Tore Engvig2001-07-301-147/+115
* patch from Kelly A. Campbelleschaeffer2000-11-241-1/+11
* Modify to extend AbstractFopImage and use ImageReadereschaeffer2000-08-111-223/+131
* add sleeping while waiting for consumer to finisheschaeffer2000-05-301-1/+2
* Modify this class to use FopImageConsumer + add transparency supporteschaeffer2000-05-291-106/+54
* ImageConsumer correctioneschaeffer2000-05-241-12/+34
* throw an explicit exception message when the image file is unavailableeschaeffer2000-05-241-2/+2
* JimiImage, an implementing class using Jimieschaeffer2000-05-231-0/+300