3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added debug print, if reader not instantiatable.
haraldk
as Harald Kuhr
More... over 14 years ago
Commented out un-implemented tests.
haraldk
as Harald Kuhr
More... over 14 years ago
Implemented getImageTypes Added destination support Fixed a few bugs, to make readers pass tests
haraldk
as Harald Kuhr
More... over 14 years ago
Added printing of supported formats, in case ImageIO could not read image in main method.
haraldk
as Harald Kuhr
More... over 14 years ago
Fixed a broken test.
haraldk
as Harald Kuhr
More... over 14 years ago
- 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
haraldk
as Harald Kuhr
More... over 14 years ago
Doc clean-up.
haraldk
as Harald Kuhr
More... over 14 years ago
Hardened test for unsupported types.
haraldk
as Harald Kuhr
More... over 14 years ago
Added workaround for 32 bit RAW format in Java < 6
haraldk
as Harald Kuhr
More... over 14 years ago
- Implemented test for explicit destination type in ImageReaderBase. - Implemented/enabled more test cases - Fixed broken tests in various readers
haraldk
as Harald Kuhr
More... over 14 years ago
Added background reading.
haraldk
as Harald Kuhr
More... over 14 years ago
Doc update.
haraldk
as Harald Kuhr
More... over 14 years ago
Doc clean-up.
haraldk
as Harald Kuhr
More... over 14 years ago
Added "sub sampling" to PICTImageReader (really only scales down).
haraldk
as Harald Kuhr
More... over 14 years ago
Major refactor of image reading. Now reading each channel more cleanly.
haraldk
as Harald Kuhr
More... over 14 years ago
Made meta data classes package private for now. Might expose later.
haraldk
as Harald Kuhr
More... over 14 years ago
Fixed failing test + minor clean up.
haraldk
as Harald Kuhr
More... over 14 years ago
Added test cases for thumbnail reading.
haraldk
as Harald Kuhr
More... over 14 years ago
Clean up of thumbnail support.
haraldk
as Harald Kuhr
More... over 14 years ago
- Removed some unused methods, to allow splitting things up - Moved rubbish to sandbox - Updated todo-list
haraldk
as Harald Kuhr
More... over 14 years ago
Implemted thumbnail support.
haraldk
as Harald Kuhr
More... over 14 years ago
Fixed typo
haraldk
as Harald Kuhr
More... over 14 years ago
- Minor clean-up in CMYKColorSpace, PSDColorData and PSDHeader - Implemented raw type specifier to resemble file storage format - Implemented banded reading for raw type
haraldk
as Harald Kuhr
More... over 14 years ago
- Fixed a bug and some clean-up of 1-bit subsampling - Added comand line parameters to specify source region and subsampling
haraldk
as Harald Kuhr
More... over 14 years ago
Clean-up of 1-bit subsampling.
haraldk
as Harald Kuhr
More... over 14 years ago
Finally implemented 1-bit subsampling.
haraldk
as Harald Kuhr
More... over 14 years ago
Massive read optimizations for UShort rasters, minor optimization and clean-up for byte rasters.
haraldk
as Harald Kuhr
More... over 14 years ago
Made length parameters long.
haraldk
as Harald Kuhr
More... over 14 years ago
Implemented reading of 16 bit channels.
haraldk
as Harald Kuhr
More... over 14 years ago
More refactorings.
haraldk
as Harald Kuhr
More... over 14 years ago