2
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Nov 23, 2024 — Nov 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JPEG encoding re-written. Now more efficient with compressed data put directly into output memory with no intermediate buffering and superfluous memory-memory copying. Change also fixes problem with large ICC profiles: https://github.com/ruven/iipsrv/issues/198
Ruven
as ruven
More... over 5 years ago
Fixed incorrect resizing in IIIF when provided with -ve parameters. Fixes: https://github.com/ruven/iipsrv/issues/201.
Ruven
as ruven
More... over 5 years ago
Corrected media type for ld+json response in IIIF.cc. Fixes: https://github.com/ruven/iipsrv/issues/199
Ruven
as ruven
More... over 5 years ago
Fixed: Reset resolution when calculate resolution is called More... over 5 years ago
Added % escaping to URL::escape() function to avoid problems with FCGI's printf(). Fixes https://github.com/ruven/iipsrv/issues/195
Ruven
as ruven
More... over 5 years ago
Merge pull request #194 from bodleian/fixed-view-dimension More... over 5 years ago
Fixed: Wrong parameter in calculation More... over 5 years ago
Change return of createHTTPHeader function due to lack on stringstream copying in older versions of GCC
Ruven
as ruven
More... over 5 years ago
New utility function in IIPResponse class to generate HTTP headers, avoiding repetition within Zoomify, Deepzoom, IIIF code etc.
Ruven
as ruven
More... almost 6 years ago
Added CORS headers to both Zoomify and Deepzoom XML info files
Ruven
as ruven
More... almost 6 years ago
Added capture resolution info from JPEG2000 images when using Kakadu
Ruven
as ruven
More... almost 6 years ago
Physical image resolution in DPI or pixels/cm is now extracted from source image (TIFF only for now) and used to calculate appropriate DPI for current zooming level and injected into output JPEG metadata (https://github.com/ruven/iipsrv/issues/191)
Ruven
as ruven
More... almost 6 years ago
Merge pull request #192 from ahankinson/patch-1 More... almost 6 years ago
Fixed: Compile with Kakadu > 8.0.0 More... almost 6 years ago
Added ability to change HTTP status code in IIPResponse class and changed empty request reponse to 200 (https://github.com/ruven/iipsrv/issues/190)
Ruven
as ruven
More... almost 6 years ago
Fix for compilation with Visual Studio 2010 Express: https://github.com/ruven/iipsrv/issues/188
Ruven
as ruven
More... almost 6 years ago
Merge pull request #187 from bodleian/fixed-image-iiif-version More... almost 6 years ago
Fixed: Upscaling operator with content negotiation More... almost 6 years ago
All info.json responses now not cached by Memcached
Ruven
as ruven
More... almost 6 years ago
* Added content-negotiation to IIIF info.json retrieval. If an IIIF context profile has been added to the HTTP Accept headers, the specified version will be used. * Also added ability to disable caching. When content-negotation is used, the response is not cached by Memcached and Content-Control header is set to private. More... almost 6 years ago
Added IIIF_VERSION server directive and support for v3 info.json
Ruven
as ruven
More... almost 6 years ago
Refactored and corrected resolution calculation code in View class
Ruven
as ruven
More... almost 6 years ago
Changes to standardize error messages in TPTImage class
Ruven
as ruven
More... almost 6 years ago
Modified MAX_CVT startup variable. Values can now be set all the way down to 1px. Also possible to set to -1 to disable all limits
Ruven
as ruven
More... almost 6 years ago
Added CORS header to PFL profile output More... almost 6 years ago
Bugfix generation of a tile with BINARY color conversion. More... almost 6 years ago
Switched indices to unsigned long long in interpolation routines in Transform.cc to better handle very large image requests. Also added memory allocation exception handling in Main.cc More... almost 6 years ago
Merge pull request #179 from thegetty/filesystem_suffix More... almost 6 years ago
Update ChangeLog More... almost 6 years ago
Merge pull request #178 from sergemarkin/master More... almost 6 years ago