openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
Apache XML Graphics Commons
Settings
|
Report Duplicate
8
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 10, 2024 — Jun 10, 2025
Showing page 16 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adjusted the test case to the new behaviour of ImageUtil.needPageIndexFromURI().
Jeremias Maerki
More...
about 17 years ago
Don't swallow exception if there's an error in the URI.
Jeremias Maerki
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.
Jeremias Maerki
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).
Jeremias Maerki
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.
Jeremias Maerki
More...
about 17 years ago
Fixed two cases of unclosed input streams in image loader code.
Jeremias Maerki
More...
about 17 years ago
Now iterates through multiple possible classloaders, as SystemClassLoader is not sufficient (e.g. in web environments)
Maximilian Berger
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.
Jeremias Maerki
More...
about 17 years ago
Bugfix for ImageEncodingHelper which produced false results if an image's sample model used BGR instead of RGB.
Jeremias Maerki
More...
about 17 years ago
Added my key
Maximilian Berger
More...
about 17 years ago
Encodings are resources.
Jeremias Maerki
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.
Jeremias Maerki
More...
about 17 years ago
Release 1.3
Jeremias Maerki
More...
over 17 years ago
Update after 1.3 release. Converted news into a separate XML format so an RSS feed can be generated.
Jeremias Maerki
More...
over 17 years ago
Fixed behaviour for the cases where a corrupt PNG image is encountered.
Jeremias Maerki
More...
over 17 years ago
A bit more detail.
Jeremias Maerki
More...
over 17 years ago
Bugfix for EOFException when pre-loading very small PNG images.
Jeremias Maerki
More...
over 17 years ago
Version number ++
Jeremias Maerki
More...
over 17 years ago
Copyright year. Same changes for PDF production as for FOP. Added ApacheCon US ad.
Jeremias Maerki
More...
over 17 years ago
Mention the move to Java 1.4
Jeremias Maerki
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...
Jeremias Maerki
More...
over 17 years ago
Javadoc fix.
Jeremias Maerki
More...
over 17 years ago
Bugzilla #44466: Image Loading: Support for passing in SAXSource instance. Suggested by: Adam Strzelecki <ono.at.java.pl>
Jeremias Maerki
More...
over 17 years ago
Cleanup and checkstyle fixes
Vincent Hennebert
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).
Jeremias Maerki
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.
Jeremias Maerki
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.
Jeremias Maerki
More...
over 17 years ago
Second time I needed a double-based Dimension2D so make the one in ImageSize public.
Jeremias Maerki
More...
over 17 years ago
Just making sure that special time zones work, too.
Jeremias Maerki
More...
over 17 years ago
Let's play on the safe side.
Jeremias Maerki
More...
over 17 years ago
←
1
2
…
12
13
14
15
16
17
18
19
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree