2
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change to exception handling with Kakadu to avoid crash with mal-formed JPEG2000 streams. Fixes https://github.com/ruven/iipsrv/issues/264 More... 3 months ago
Added JPEG2000 codec version information to logging More... 3 months 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... 3 months ago
Make sure sizes are calculated before scale widget created. Also add check for whether DPI really set for scale update functions More... 3 months ago
Fix to calculation of DPI in pixels/m when returned in IIP OBJ request More... 3 months 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... 3 months ago
Merge pull request #86 from perebartrolisimo/master More... 3 months ago
Edge tile height may also be smaller than standard tile size More... 3 months ago
Fix tile on the corner More... 3 months ago
Updated README More... 3 months ago
Added ability to specify lossless WebP compression by specifying a quality factor of -1 More... 3 months ago
Added optional button and icons to navigation window for adding new annotations More... 3 months ago
Update to only handle IIIF bottom right tiles rather than all tiles within bottom row More... 3 months ago
Fix to IIIF size calculation for region requests that go beyond the boundaries of the image More... 3 months ago
Add check for iiif.js inclusion as this is an optional module More... 3 months ago
Added image stack and image processing functionality to blending.js More... 3 months ago
Update older "native" quality type to to IIIF v2.1 / v3 compatible "default" type More... 3 months ago
Added support for reading DPI from IIP metadata as well as image stack support More... 3 months ago
Updates to iiif.js handler to fix compatibility issues in https://github.com/ruven/iipmooviewer/issues/82. Thanks to @abubelinha. The problem with tiles in the last row (https://github.com/ruven/iipmooviewer/issues/71) should also now be fixed. More... 3 months ago
Remove X-Request-With header from IIIF requests. Fixes https://github.com/ruven/iipmooviewer/issues/81 More... 3 months ago
Fixed typo in pass-through mode in TIFF reader More... 3 months ago
* Added COPYRIGHT startup variable, which allows a global copyright or rights statement to be added. The IIIF image info.json file now adds a rights (IIIF v3) or license (v1/2) field with rights information from the image itself if available or if not from any global setting. * Added IIIF_EXTRA_INFO startup variable, which allows an arbitrary field to be added to all IIIF info.json files. Can be used, for example, to add a preferredFormats or other JSON field. More... 3 months ago
Set quality when using pass-through mode to allow cache to sort correctly More... 3 months ago
Added CODEC_PASSTHROUGH mode. This allows TIFF image tiles that are already in the requested output format to be used without going through a decode->encode process. This provides a significant speed improvement for tile requests. Feature is active by default and disabled if any image processing is required on image, if the user has made a request to change the quality level or if a composite region is requested. Note that no ICC profile or other metadata is added to the image More... 4 months ago
Rationalized, renamed and changed standard enums to C++11 enum classes to allow types to be scoped More... 5 months ago
Added MAX_METADATA_CACHE_SIZE startup parameter to allow control over the size of the cache containing image header metadata. Environment getenv() calls now no longer made directly from FIF class, but only once and set using static member variables. More... 6 months ago
Further update of configure.ac and complete re-write of libtiff and libjpeg m4 autoconf scripts. This fixes error with clang16 and eliminates all autoconf warnings. make install now also works correctly and renames and copies iipsrv.fcgi to ${sbin}/iipsrv More... 6 months ago
Cleanup fcgi directory More... 6 months ago
Updates to READMEs More... 6 months ago
Added extra --disable options to configure More... 6 months ago