Erlend Hamnaberg
b8faa6e36f
Sandbox
2009-11-08 19:19:46 +01:00
Erlend Hamnaberg
7167a7a4ad
Core now moved to common.
2009-11-08 19:01:36 +01:00
Erlend Hamnaberg
e0a6c0a2bd
Missing file
2009-11-08 18:47:32 +01:00
Erlend Hamnaberg
6eaac4ec8b
Fixed compile
2009-11-08 18:40:48 +01:00
Erlend Hamnaberg
b3aa378f16
moving files around
2009-11-08 18:40:32 +01:00
Erlend Hamnaberg
ad913b5093
fix coming problem
2009-11-08 18:40:17 +01:00
Erlend Hamnaberg
9b615de8ed
Moving files around
2009-11-08 18:39:58 +01:00
Erlend Hamnaberg
ba5f0a2f5f
fix dependencies
2009-11-08 18:39:48 +01:00
Erlend Hamnaberg
2016be8f9a
removed redundant files
2009-11-08 18:39:33 +01:00
Erlend Hamnaberg
45a42ea8a3
New structure
2009-11-08 18:39:14 +01:00
Harald Kuhr
0d41db32cf
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-07 09:41:40 +08:00
Harald Kuhr
b5f6c96583
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-07 09:41:40 +08:00
Harald Kuhr
34d874d69d
Removed an old file that shouldn't have been committed...
2009-11-07 09:41:39 +08: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