2
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added updated Visual Studio 2010 solution
Ruven
as ruven
More... about 5 years ago
Minor code changes for Windows MSVC compilation
Ruven
as ruven
More... about 5 years ago
Updated Windows builds with new Visual Studio 2017 solution
Ruven
as ruven
More... about 5 years ago
Small increase in temporary buffer size in OBJ.cc colorspace() function to avoid truncation warning in GCC 8.2
Ruven
as ruven
More... about 5 years ago
Added extra example to README
Ruven
as ruven
More... about 5 years ago
IIIF metadata reader now uses specific tile size in JSON instead of assuming default size
Ruven
as ruven
More... about 5 years ago
Updated README
Ruven
as ruven
More... about 5 years ago
Minor change to IIIF square parsing to allow correct logging
Ruven
as ruven
More... about 5 years ago
Added new "multiblend" blending mode with continous blending through a range of images
Ruven
as ruven
More... about 5 years ago
Fix to previous commit
Ruven
as ruven
More... about 5 years ago
Fixed bug in vertical mirroring transformation
Ruven
as ruven
More... about 5 years ago
Gallery can now take navigation object option in constructor in same way as IIPImage can.
Ruven
as ruven
More... about 5 years ago
Added check for overly large XMP sizes in JPEGCompressor.cc
Ruven
as ruven
More... about 5 years ago
Adding missing default initialization for kdu_readmode variable More... about 5 years ago
Fixed rounding error in getViewWidth() / getViewHeight() which was causing certain IIIF requests to be handled by CVT rather than JTL. See: https://github.com/ruven/iipsrv/issues/148#issuecomment-453125005 More... about 5 years ago
Changed exit code after signal handling for clean shutdown when iipsrv used with systemd. More... about 5 years ago
Remove numUsableResolutions variable - only used to calculate the scale factors, fixed by https://github.com/ruven/iipsrv/pull/161 More... over 5 years ago
Added "bitonal" to list of available qualities in the IIIF info.json file and replaced use of pow with a faster bitwise shift. More... over 5 years ago
Merge pull request #161 from bodleian/fixed-scalefactors More... over 5 years ago
Formatting More... over 5 years ago
Fixed: incorrect values for scalefactors More... over 5 years ago
Fixed initialization error on certain compilers More... over 5 years ago
Added ability to do contrast stretching and histogram equalization via extensions to the CNT command (CNT=EQ and CNT=ST respectively). Also added new IIP command to enable color space conversion to greyscale or binary (aka bi-level or bitonal) via the COL command (COL=grey or COL=binary). Image histogram is calculated once when needed and saved in the image cache. More... over 5 years ago
Added fix for rounding error in CVT.cc to avoid garbled last lines in region requests for very large images. See https://github.com/ruven/iipsrv/issues/158 and https://github.com/ruven/iipsrv/issues/148 for more details. More... over 5 years ago
Added maxWidth and maxHeight IIIF API 2.1 directives to info.json. See https://github.com/ruven/iipsrv/issues/157 and https://github.com/IIIF/api/issues/620 for more information. More... over 5 years ago
Added Visual Studio version check to round() implementation in windows/Time.cc as now supported in recent versions More... over 5 years ago
Converted RawTile dataLength variable to unsigned to improve overflow avoidance as per https://github.com/ruven/iipsrv/pull/156 More... over 5 years ago
Cleanup to Environment.h to remove redundant comparison as readmode is declared unsigned and can never be less than 0.
Ruven
as ruven
More... over 5 years ago
Refactored image procesing code. Transform functions are now encapsulated within a struct to allow new processing engines to be more easily added.
Ruven
as ruven
More... over 5 years ago
Updated man page README to add Kakadu read-mode option
Ruven
as ruven
More... over 5 years ago