91 Commits

Author SHA1 Message Date
Harald Kuhr
d1cc3deec1 Bumping versions to 2.3-SNAPSHOT. 2009-11-08 14:44:58 +01:00
Harald Kuhr
b7124585c5 Removed a misleading comment. 2009-11-08 14:43:39 +01:00
Harald Kuhr
69d77071b9 Allows passing object array to toCSVString method. 2009-11-08 14:43:16 +01:00
Harald Kuhr
ceca94135b Added some TODOs.. 2009-11-08 14:42:10 +01:00
Harald Kuhr
dbca2fc099 Minor changes in ANNO chunk written.
Clean-up in reader.
2009-11-08 14:40:55 +01:00
Harald Kuhr
54cf727dee Work in progress for PSD metadata support:
- Changes to native format spec
 - Implemented more of native format
 - Added several more resource type implementations
 - IPTC metadata support
2009-11-08 14:39:32 +01:00
Harald Kuhr
bf5c6e9d47 Work in progress for PSD metadata support:
- Implemented more of standard support
 - Changes to native format spec
 - Implemented more of native format
 - Minor changes in various resources due to meta data implementation
2009-11-06 23:54:48 +01:00
Harald Kuhr
def1d47344 Work in progress for PSD metadata support:
- Added PSDMetadata and PSDMetadataFormat
 - Implemented most of standard format
 - Start of native format definintion
 - Updated SPI and Reader to return new format
2009-11-06 02:26:47 +01:00
Harald Kuhr
5dab7eb1ff Removed an old file that shouldn't have been committed... 2009-11-05 16:59:29 +01:00
Harald Kuhr
9849aeb2a7 Removed some redundant comments. 2009-11-04 16:26:04 +01:00
Harald Kuhr
0a71af5405 Fixed reading of gray-scale IFFs.
Added some comments & clean-up.
2009-11-04 16:08:20 +01:00
Harald Kuhr
96a74e0b81 Fixed numerous long-standing bugs in the IFFImageReader and IFFImageWriter.
- Fixed EOF bug for RLE compressed BODY chunks with padding
 - Fixed alignment bug for rows (now 16 bit aligned/padded).
 - Added a couple of TODOs for more known bugs...
 - Some general clean-up.
2009-11-04 01:27:56 +01:00
Harald Kuhr
c801926a02 Added default background color for transparent indexed images. 2009-11-04 01:23:38 +01:00
Harald Kuhr
ebc365528a Added title to ProviderInfo.
Added toString method.
2009-11-04 01:22:35 +01:00
Harald Kuhr
317ed16814 Added package info to manifest. 2009-11-04 01:21:39 +01:00
Harald Kuhr
ecc79e0478 Added extra constructor to DecoderStream to allow for correct IFF reading.
Doc clean-up.
2009-11-04 01:21:10 +01:00
Harald Kuhr
8572633686 Added manifest and provider info to all plugins. 2009-11-03 15:10:54 +01:00
Harald Kuhr
67b985bc1d ProviderInfo now returns "Unspecified" for unknown packages without version info. 2009-11-03 14:49:48 +01:00
Harald Kuhr
9c443f28e3 Fixed typos. 2009-11-02 23:24:56 +01:00
Harald Kuhr
46ab06f471 Made test cases more reliable. 2009-11-02 17:40:03 +01:00
Harald Kuhr
18b86f8d26 Added documentation and fixed typos. 2009-11-01 17:03:06 +01:00
Harald Kuhr
82fdde897d Added documentation and fixed typos. 2009-11-01 16:56:53 +01:00
Harald Kuhr
f49a487c88 - Introduce new class ProviderInfo, to encapsulate Package info (vendor/version).
- Rewritten Spi classes to use new class, to have vendor and version info injected from manifest.
2009-10-31 19:16:48 +01:00
Harald Kuhr
fb2c555d21 Added method to serialize a subtree (Node) only.
Added documentation.
Minor clean-up.
2009-10-31 19:14:16 +01:00
Harald Kuhr
4bd0763d48 Bumping versions to 2.3-SNAPSHOT. 2009-10-31 19:11:31 +01:00
Harald Kuhr
4674b9e344 Bumping versions to 2.3-SNAPSHOT. 2009-10-31 19:10:27 +01:00
Harald Kuhr
68b30413ba toString now shows more useful info for clipping. 2009-10-25 23:34:34 +01:00
Harald Kuhr
ebd9153e40 Cleaned up reading of layers. 2009-10-25 23:33:37 +01:00
Harald Kuhr
669f575585 Cleaned up reading of layers. 2009-10-25 21:08:42 +01:00
Harald Kuhr
d04d4a9a97 Made fields final but accessible. 2009-10-25 21:08:11 +01:00
Harald Kuhr
17e8de8c99 Experimental reading of layers (8 bit channels only ATM). 2009-10-25 17:05:09 +01:00
Harald Kuhr
ef7029f306 Making more fields accessible, needed for reading layers. 2009-10-25 17:04:14 +01:00
Harald Kuhr
30b97483bd Starting work on 2.3 release.. 2009-10-25 16:59:56 +01:00
Harald Kuhr
97e4451f30 Updating POMs to 2.2. 2.2 2009-10-21 21:32:31 +02:00
Harald Kuhr
7d30fed568 Updating POMs to 2.2. 2009-10-21 18:57:53 +02:00
Harald Kuhr
1c22280f51 Cleaning up documentation. Renamed package.html to package_info.java. 2009-10-21 18:43:49 +02:00
Harald Kuhr
ac68a31c36 Some minor clean-up before release.
- Removing some deprecated stuff
- Moving unused classes to sandbox
2009-10-20 21:10:20 +02:00
Harald Kuhr
b5a5d9b79f Now disables JMagick test cases if JMagick/ImageMagick native binaries are not present. 2009-10-16 22:51:49 +02:00
Harald Kuhr
1c0153af88 "Fixed" reference test cases, by allowing a few different exceptions from certain methods. 2009-10-16 22:50:17 +02:00
Harald Kuhr
1fb7c3c7cf Documented and deprecated deregisterProvider method. 2009-10-16 22:48:20 +02:00
Harald Kuhr
850fba6d6c Added debug print, if reader not instantiatable. 2009-10-16 17:51:13 +02:00
Harald Kuhr
3314710867 Commented out un-implemented tests. 2009-10-16 17:41:56 +02:00
Harald Kuhr
20a61daa0e Implemented getImageTypes
Added destination support
Fixed a few bugs, to make readers pass tests
2009-10-16 17:41:21 +02:00
Harald Kuhr
fa69918adb Added printing of supported formats, in case ImageIO could not read image in main method. 2009-10-16 17:40:20 +02:00
Harald Kuhr
e852e9e154 Fixed a broken test. 2009-10-16 17:39:39 +02:00
Harald Kuhr
359659dc36 - Added reference module with test cases for JDK-provided readers
- Fixed ThumbsDBImageReader to pass test cases (got rid of some errouneous caching)
- Added TODO to remove caching in ICOImageReader (will need a test case for that)
- Minor changes in test cases to allow the reference test cases to pass
2009-10-11 22:43:41 +02:00
Harald Kuhr
1221a8bebc Doc clean-up. 2009-10-08 19:57:01 +02:00
Harald Kuhr
edb1c481d9 Hardened test for unsupported types. 2009-10-06 23:05:10 +02:00
Harald Kuhr
608df15066 Added workaround for 32 bit RAW format in Java < 6 2009-10-06 23:03:19 +02:00
Harald Kuhr
96b65bc902 - Implemented test for explicit destination type in ImageReaderBase.
- Implemented/enabled more test cases
- Fixed broken tests in various readers
2009-10-05 23:29:21 +02:00