3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 26, 2023 — Jun 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some redundant comments.
haraldk
as Harald Kuhr
More... over 14 years ago
Fixed reading of gray-scale IFFs. Added some comments & clean-up.
haraldk
as Harald Kuhr
More... over 14 years ago
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.
haraldk
as Harald Kuhr
More... over 14 years ago
Added default background color for transparent indexed images.
haraldk
as Harald Kuhr
More... over 14 years ago
Added title to ProviderInfo. Added toString method.
haraldk
as Harald Kuhr
More... over 14 years ago
Added package info to manifest.
haraldk
as Harald Kuhr
More... over 14 years ago
Added extra constructor to DecoderStream to allow for correct IFF reading. Doc clean-up.
haraldk
as Harald Kuhr
More... over 14 years ago
Added manifest and provider info to all plugins.
haraldk
as Harald Kuhr
More... over 14 years ago
ProviderInfo now returns "Unspecified" for unknown packages without version info.
haraldk
as Harald Kuhr
More... over 14 years ago
Fixed typos.
haraldk
as Harald Kuhr
More... over 14 years ago
Made test cases more reliable.
haraldk
as Harald Kuhr
More... over 14 years ago
Added documentation and fixed typos.
haraldk
as Harald Kuhr
More... over 14 years ago
Added documentation and fixed typos.
haraldk
as Harald Kuhr
More... over 14 years ago
- 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.
haraldk
as Harald Kuhr
More... over 14 years ago
Added method to serialize a subtree (Node) only. Added documentation. Minor clean-up.
haraldk
as Harald Kuhr
More... over 14 years ago
Bumping versions to 2.3-SNAPSHOT.
haraldk
as Harald Kuhr
More... over 14 years ago
Bumping versions to 2.3-SNAPSHOT.
haraldk
as Harald Kuhr
More... over 14 years ago
toString now shows more useful info for clipping.
haraldk
as Harald Kuhr
More... over 14 years ago
Cleaned up reading of layers.
haraldk
as Harald Kuhr
More... over 14 years ago
Cleaned up reading of layers.
haraldk
as Harald Kuhr
More... over 14 years ago
Made fields final but accessible.
haraldk
as Harald Kuhr
More... over 14 years ago
Experimental reading of layers (8 bit channels only ATM).
haraldk
as Harald Kuhr
More... over 14 years ago
Making more fields accessible, needed for reading layers.
haraldk
as Harald Kuhr
More... over 14 years ago
Starting work on 2.3 release..
haraldk
as Harald Kuhr
More... over 14 years ago
Updating POMs to 2.2.
haraldk
as Harald Kuhr
More... over 14 years ago
Updating POMs to 2.2.
haraldk
as Harald Kuhr
More... over 14 years ago
Cleaning up documentation. Renamed package.html to package_info.java.
haraldk
as Harald Kuhr
More... over 14 years ago
Some minor clean-up before release. - Removing some deprecated stuff - Moving unused classes to sandbox
haraldk
as Harald Kuhr
More... over 14 years ago
Now disables JMagick test cases if JMagick/ImageMagick native binaries are not present.
haraldk
as Harald Kuhr
More... over 14 years ago
"Fixed" reference test cases, by allowing a few different exceptions from certain methods.
haraldk
as Harald Kuhr
More... over 14 years ago