commons-imaging icon indicating copy to clipboard operation
commons-imaging copied to clipboard

Apache Commons Imaging (previously Sanselan) is a pure-Java image library

Results 26 commons-imaging issues
Sort by recently updated
recently updated
newest added

Building the project today after syncing the code, found several javadoc warnings. Aiming to fix these before 1.0, as well as spend some time updating the website. Will create a...

Bumps commons-parent from 52 to 53. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-parent&package-manager=maven&previous-version=52&new-version=53)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

…t overflows This one will take a long time to be done over the code base. I didn't apply it everywhere, but I may still have overdone it. For someday...

someday

fix for IMAGING-310 JpegImageParser: Grayscale JPEG file with app14Segment returns ColorType.UNKNOWN

pending-user-reply

- add jfxx signature when parsing jpeg - Avoid jpeg parse fail due to exif

someday

Design pattern implemented

We have worked on [IMAGING-306](https://issues.apache.org/jira/browse/IMAGING-306) as part of a school assignment

The code is still throwing a `NullPointerException`, but now it will throw the exception in the constructor, instead of only when a method of the object is called.

This PR also fixes some tag names and deprecates invalid tags.

someday