commons-imaging
commons-imaging copied to clipboard
Apache Commons Imaging (previously Sanselan) is a pure-Java image library
This completes the work started in PR #275. This unit test will prove that the fix in PR #359 / #203 is correct. Drop this [testfile.jpg](https://github.com/apache/commons-imaging/assets/9299303/2826b4ee-473a-45fb-b9fc-2168b9ae3fca) into `src/test/resources/data/images/jpg` to make...
I hope to support [Extensions to the PNG 1.2 Specification, Version 1.5.0](http://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html) in this PR and be ready to support the APNG file format in subsequent PR. Completed works: *...
This PR is for an issue whose 10th anniversary was a week ago, so might not be the most important issue. Nevertheless, we feel as though, among metadata operations, rotation...
This is a general proposal for how the commons-imaging code could better handle allocations to protect against malicious image data causing high memory consumption. The changes do not show any...
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 69 to 70. Changelog Sourced from org.apache.commons:commons-parent's changelog. Apache Commons Parent 70 RELEASE NOTES The Apache Commons Parent team is pleased to announce the release of Apache...
Hi! I'm not a Java developer at all. I've done my best to understand the code and add the support of the GPSHPositioningError tag. This tag seems available since [Exif...
Due to some HEIC file converters to JPG longitude and latitude strings gets converted from UNICODE with wrong UTF-8 coding. e.g. North "N" have hex bytes hex:4e ef bf bd...