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
IIPImage
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Nov 18, 2024 — Nov 18, 2025
Showing page 3 of 35
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added basic test script for use via "make check" that tests whether iipsrv can be executed and whether it can create a log file.
Ruven
More...
about 1 year ago
Updated Github continuous integration configurations to eliminate warnings
Ruven
More...
about 1 year ago
Changes to how the requested width and height are handled by View class as well as how the resolution level is calculated. Fixes problems with fitting images into bounding boxes and now correctly selects appropriate resolution level in all cases. Fixes https://github.com/ruven/iipsrv/issues/273
Ruven
More...
about 1 year ago
Re-factoring of tile byte size check to work cleanly for both JPEG and WEBP and to avoid having to sometimes reallocate memory
Ruven
More...
about 1 year ago
Added check for tile byte size when passing through pre-encoded JPEG tiles for TIFF as these can occasionally be larger than the byte size of raw data
Ruven
More...
about 1 year ago
Fixed typo in IIPImage.cc
Ruven
More...
about 1 year ago
Updated Visual Studio build configuration
Ruven
More...
about 1 year ago
Remove debug flag from JPEGImage.cc
Ruven
More...
about 1 year ago
Added support for directly reading standard JPEG input images. Implementation uses libjpeg's partial decoding and DCT-scaling functions to optimize decoding as much as is possible and supports ICC, XMP and EXIF metadata. Note that JPEG does not support multi-resolution encoding, so decoding will be slower than reading TIFF or JPEG2000, especially for large images.
Ruven
More...
about 1 year ago
Added TIFF codec version reporting in logfile and updated return signature for getCodecVersion() function. Also code cleanups for OpenJPEGImage and KakaduImage classes.
Ruven
More...
about 1 year ago
Updated XYZ to sRGB conversion matrix to use that in the official IEC 61966-2-1 specification
Ruven
More...
about 1 year ago
Added extra URL decoding to ID field for IIIF's info.json. Fixes https://github.com/ruven/iipsrv/issues/270
Ruven
as ruven
More...
about 1 year ago
Updated Windows Visual Studio build to include AVIF support
Ruven
More...
about 1 year ago
Added AVIF output support
Ruven
More...
about 1 year ago
Added convenience function to Rawtile class to duplicate bands for encoders that cannot natively handle single band monochrome images: simplifies WebP encoding
Ruven
More...
about 1 year ago
Re-factoring of metadata handling in output compressor classes and addition of more complete metadata embedding for PNG.
Ruven
More...
over 1 year ago
Switched metadata assignment within input image classes to use more efficient map insert() syntax
Ruven
More...
over 1 year ago
Updated autoconf tiff m4 to search for tiffio.h rather than just tiff.h when using TIFFOpen()
Ruven
More...
over 1 year ago
Added include and library paths for MacOS ARM brew configuration
Ruven
More...
over 1 year ago
Downgrade Github Mac OS CI runner to macos-13
Ruven
More...
over 1 year ago
Fix to Github's continuous integration Mac OS X brew configuration
Ruven
More...
over 1 year ago
Fix to aspect ratio calculation within CVT.cc to always perform calculation on full resolution scale to avoid rounding issues when calculating at lower resolution levels
Ruven
More...
over 1 year ago
Modification to IIIF region "square" parameter to correctly center the cropped image region
Ruven
More...
over 1 year ago
Change to exception handling with Kakadu to avoid crash with mal-formed JPEG2000 streams. Fixes https://github.com/ruven/iipsrv/issues/264
Ruven
More...
almost 2 years ago
Added JPEG2000 codec version information to logging
Ruven
More...
almost 2 years ago
Disable pass-through for TIFF-JPEGs where YCbCr sub-sampling has been defined with an RGB color space - these require the full JFIF format rather than the abreviated JPEG within the TIFF
Ruven
More...
almost 2 years ago
Make sure sizes are calculated before scale widget created. Also add check for whether DPI really set for scale update functions
Ruven
More...
almost 2 years ago
Fix to calculation of DPI in pixels/m when returned in IIP OBJ request
Ruven
More...
almost 2 years ago
Updated DPI handling Scale option can be set to true or a default value. If DPI is returned by image server, the retrieved value will override any provided default. If option has been set to true and DPI available from server, scale widget is disabled
Ruven
More...
almost 2 years ago
Merge pull request #86 from perebartrolisimo/master
Ruven
More...
almost 2 years ago
←
1
2
3
4
5
6
7
8
9
…
34
35
→
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