2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 18, 2024 — Nov 18, 2025
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. More... about 1 year ago
Updated Github continuous integration configurations to eliminate warnings 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 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 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 More... about 1 year ago
Fixed typo in IIPImage.cc More... about 1 year ago
Updated Visual Studio build configuration More... about 1 year ago
Remove debug flag from JPEGImage.cc 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. 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. More... about 1 year ago
Updated XYZ to sRGB conversion matrix to use that in the official IEC 61966-2-1 specification 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 More... about 1 year ago
Added AVIF output support 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 More... about 1 year ago
Re-factoring of metadata handling in output compressor classes and addition of more complete metadata embedding for PNG. More... over 1 year ago
Switched metadata assignment within input image classes to use more efficient map insert() syntax More... over 1 year ago
Updated autoconf tiff m4 to search for tiffio.h rather than just tiff.h when using TIFFOpen() More... over 1 year ago
Added include and library paths for MacOS ARM brew configuration More... over 1 year ago
Downgrade Github Mac OS CI runner to macos-13 More... over 1 year ago
Fix to Github's continuous integration Mac OS X brew configuration 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 More... over 1 year ago
Modification to IIIF region "square" parameter to correctly center the cropped image region 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 More... almost 2 years ago
Added JPEG2000 codec version information to logging 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 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 More... almost 2 years ago
Fix to calculation of DPI in pixels/m when returned in IIP OBJ request 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 More... almost 2 years ago
Merge pull request #86 from perebartrolisimo/master More... almost 2 years ago