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
Harald Kuhr
2759dc3a99
Added background reading.
2009-10-04 17:33:58 +02:00
Harald Kuhr
aa68a4018c
Doc update.
2009-10-04 17:33:36 +02:00
Harald Kuhr
92b92854f6
Doc clean-up.
2009-10-04 17:31:26 +02:00
Harald Kuhr
b51ab2cc5d
Added "sub sampling" to PICTImageReader (really only scales down).
2009-10-04 17:28:41 +02:00
Harald Kuhr
ad904ccd90
Major refactor of image reading. Now reading each channel more cleanly.
2009-10-03 17:55:25 +02:00
Harald Kuhr
4848a3caff
Made meta data classes package private for now. Might expose later.
2009-10-03 17:53:59 +02:00
Harald Kuhr
fea55e3df0
Fixed failing test + minor clean up.
2009-10-03 15:08:42 +02:00
Harald Kuhr
171764547e
Added test cases for thumbnail reading.
2009-10-02 23:25:22 +02:00
Harald Kuhr
ee8e1c47df
Clean up of thumbnail support.
2009-10-02 22:16:44 +02:00
Harald Kuhr
74cbb789a8
- Removed some unused methods, to allow splitting things up
...
- Moved rubbish to sandbox
- Updated todo-list
2009-10-02 18:56:00 +02:00
Harald Kuhr
a86cf5bf15
Implemted thumbnail support.
2009-10-02 18:53:45 +02:00
Harald Kuhr
1a67e1721e
Fixed typo
2009-10-01 22:58:36 +02:00
Harald Kuhr
370505b62f
- Minor clean-up in CMYKColorSpace, PSDColorData and PSDHeader
...
- Implemented raw type specifier to resemble file storage format
- Implemented banded reading for raw type
2009-10-01 21:41:01 +02:00
Harald Kuhr
a782bcfc3b
- Fixed a bug and some clean-up of 1-bit subsampling
...
- Added comand line parameters to specify source region and subsampling
2009-10-01 16:19:14 +02:00
Harald Kuhr
8be8f286f3
Clean-up of 1-bit subsampling.
2009-09-30 22:51:02 +02:00
Harald Kuhr
a8a48473ff
Finally implemented 1-bit subsampling.
2009-09-30 22:20:52 +02:00
Harald Kuhr
ae0250d0b0
Massive read optimizations for UShort rasters, minor optimization and clean-up for byte rasters.
2009-09-30 15:54:31 +02:00
Harald Kuhr
4db0597657
Made length parameters long.
2009-09-29 18:30:28 +02:00
Harald Kuhr
3e972495db
Implemented reading of 16 bit channels.
2009-09-29 18:29:50 +02:00
Harald Kuhr
eea6fd38fc
More refactorings.
2009-09-25 20:43:34 +02:00
Harald Kuhr
0bc38328de
Refactorings.
...
Implememented subsampled reading for non-compressed imaga data (untested, no test data).
2009-09-24 20:23:53 +02:00
Harald Kuhr
9a05cca4c8
Now more efficient subsampling for RLE-encoding. No longer decodes skipped rows.
2009-09-23 20:21:46 +02:00
Harald Kuhr
cac1212944
Added subsampled reading to RLE encoded images. Still work to do.
2009-09-22 22:30:45 +02:00
Harald Kuhr
7ef607815e
Fixed some typos.
2009-09-20 23:24:55 +02:00
Harald Kuhr
b219892bde
More code clean up.
2009-09-20 14:39:13 +02:00
Harald Kuhr
6da17cd7d1
Removed a printStackTrace. Test still not 100%, but good enough for now...
2009-09-18 23:01:19 +02:00
Harald Kuhr
cc4303d073
Removed a System.out.println
2009-09-18 22:51:38 +02:00
Harald Kuhr
c45882846a
- Moved unused encoders/decoders to sandbox
...
- Fixed Base64 encoder/decoder to pass test cases
- Minor clean-up in other decoders
2009-09-18 22:46:31 +02:00
Harald Kuhr
40a5960a9f
Fixed some alignment issues in the resources.
2009-09-16 00:10:45 +02:00
Harald Kuhr
4baafd2e4d
Code clean up.
2009-09-15 18:58:37 +02:00
Harald Kuhr
79ca02c8b0
Added test for PICTImageReader to makes sure JPEGs or other images with PICT magic are recognized.
...
Better Exception handling.
2009-09-08 12:59:12 +02:00
Harald Kuhr
a493cebe13
Added test for BufferedIIS. Still some issues with direct reading.
2009-09-08 12:55:44 +02:00