8
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjusted the test case to the new behaviour of ImageUtil.needPageIndexFromURI(). More... about 17 years ago
Don't swallow exception if there's an error in the URI. More... about 17 years ago
Performance improvement for fallback RGB encoding by reducing the number of IO calls. The buffering of the stream is not enough in this case. More... about 17 years ago
Fixed a problem with codecs that to late pixel population (like the TIFF codec from JAI Image I/O Tools). More... about 17 years ago
Added an image loader for XML Graphics Commons' internal TIFF codec. That way it is not absolutely necessary to add JAI Image I/O Tools for TIFF support. More... about 17 years ago
Fixed two cases of unclosed input streams in image loader code. More... about 17 years ago
Now iterates through multiple possible classloaders, as SystemClassLoader is not sufficient (e.g. in web environments) More... about 17 years ago
Handle NumberFormatException if a glyph name starting with "u" is found that is not in the Adobe glyph list. The glyph will simply be ignored as we cannot associate it with a Unicode code point. More... about 17 years ago
Bugfix for ImageEncodingHelper which produced false results if an image's sample model used BGR instead of RGB. More... about 17 years ago
Added my key More... about 17 years ago
Encodings are resources. More... about 17 years ago
Got a report about problems with JPEG images that have the "Adobe RGB" or "Adobe RGB (1998)" color profile. The image drifts into yellow when embedded natively in PDF. This revision adds a processing hint that ignores the embedded color profile which is better than getting the bad side-effect which is currently unexplained. Extracted some JPEG processing helper code into a "JPEGFile" class. More... about 17 years ago
Release 1.3 More... over 17 years ago
Update after 1.3 release. Converted news into a separate XML format so an RSS feed can be generated. More... over 17 years ago
Fixed behaviour for the cases where a corrupt PNG image is encountered. More... over 17 years ago
A bit more detail. More... over 17 years ago
Bugfix for EOFException when pre-loading very small PNG images. More... over 17 years ago
Version number ++ More... over 17 years ago
Copyright year. Same changes for PDF production as for FOP. Added ApacheCon US ad. More... over 17 years ago
Mention the move to Java 1.4 More... over 17 years ago
Switch to Forrest Trunk. Replace custom sitemap with projectInfo input plug-in. Make status.xml compliant with the required format. Minimal release notes. Some other tweaks... More... over 17 years ago
Javadoc fix. More... over 17 years ago
Bugzilla #44466: Image Loading: Support for passing in SAXSource instance. Suggested by: Adam Strzelecki <ono.at.java.pl> More... over 17 years ago
Cleanup and checkstyle fixes More... over 17 years ago
Removed commented code in its own revision (I wanted to save the duplication detection code I used for building the alternatives list in SVN just in case I ever need it again). More... over 17 years ago
Updated Glyphs.java to use the latest Adobe Glyph Lists. The Adobe Glyph Lists are now included as originals and loaded as resources. The license seems to be compatible with the ALv2. The ZapfDingbats glyph names are now also included. Support for the complete mapping process (except characters above 0xFFFF) implemented, i.e. you can use character names such as uniXXXX and uXXXX. Added a mechanism to provide glyph name alternatives which were manually hacked into our old glyph lists. More... over 17 years ago
Deprecated glyphToString() as it only returns the first Unicode code point for a given glyph name. Added a new method with returns all Unicode code points for a glyph name. It does so using a log(n) lookup in a TreeMap instead of a sequential scan in a table. More... over 17 years ago
Second time I needed a double-based Dimension2D so make the one in ImageSize public. More... over 17 years ago
Just making sure that special time zones work, too. More... over 17 years ago
Let's play on the safe side. More... over 17 years ago