2
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added quality layer parameter to images for future use with file formats such as JPEG2000 that support this. This allows the decoding of several quality layers via the LYR command. Modifications to the RawTile API as well as IIPImage::getTile resulting in a series of changes to CVT.cc, JTL.CC, TIL.cc, TPTImage.cc, View.h, Main.cc and Environment.h. New startup configuration "LAYERS" to set the default number of layers. Default is 1 otherwise. More... almost 15 years ago
* Added quality layer parameter to images for future use with file formats
Ruven
as ruven
More... almost 15 years ago
* Added a flag for padded tiles into RawTile.h. TIFF's are padded out to the tile size,
Ruven
as ruven
More... almost 15 years ago
* Added a flag for padded tiles into RawTile.h. TIFF's are padded out to the tile size, but other formats may not be. Changes to TPTImage, TileManager and CVT to handle this. More... almost 15 years ago
* Fixed typo
Ruven
as ruven
More... about 15 years ago
* Fixed typo More... about 15 years ago
* Added modification timestamps to the IIPImage and Rawtile classes. The TileManager now checks whether the tile is fresh and reloads it if necessary More... about 15 years ago
* Added modification timestamps to the IIPImage and Rawtile classes.
Ruven
as ruven
More... about 15 years ago
* Added missing braces to Rawtile.h within the destructor method!
Ruven
as ruven
More... about 15 years ago
* Added missing braces to Rawtile.h within the destructor method! More... about 15 years ago
* Several changes to JTL.cc and Cache.h to eliminate a memory leak with 16bit images. Also replaced malloc/free in Rawtile with new/delete * Minor changes to IIPResponse.cc to elimate type warnings * Update to README etc. More... about 15 years ago
* Several changes to JTL.cc and Cache.h to eliminate a memory leak with 16bit
Ruven
as ruven
More... about 15 years ago
Added a couple of extra includes for compatibility with gcc 4.3 More... over 15 years ago
Added a couple of extra includes for compatibility with gcc 4.3
Ruven
as ruven
More... over 15 years ago
Take into account bits per pixel when calculating the memory used by the Cache More... over 15 years ago
Take into account bits per pixel when calculating the memory used by the Cache
Ruven
as ruven
More... over 15 years ago
Added the crucial Zoomify.cc file missing from the previous commit!
Ruven
as ruven
More... almost 16 years ago
Added the crucial Zoomify.cc file missing from the previous commit! More... almost 16 years ago
* Added Zoomify support via the Zoomify=/path.tif request. Works with both the official flash client and the Zoomify patched OpenLayers javascript client. Work carried out thanks to R&D grant DC08P02OUK006 - Old Maps Online (www.oldmapsonline.org) from Ministry of Culture of the Czech Republic. More... almost 16 years ago
* Added Zoomify support via the Zoomify=/path.tif request. Works with both
Ruven
as ruven
More... almost 16 years ago
Fix for colour-mapped images which are stored as 1 sample per pixel, but are decoded to 3 channels by libtiff More... almost 16 years ago
Fix for colour-mapped images which are stored as 1 sample per pixel, but are decoded to
Ruven
as ruven
More... almost 16 years ago
[no comment] More... over 16 years ago
[no comment]
Ruven
as ruven
More... over 16 years ago
* Added a Bits-per-channel OBJ request so that viewers can determine whether to perform contrast adjustment server side (for 16 bit
Ruven
as ruven
More... over 16 years ago
* Added a Bits-per-channel OBJ request so that viewers can determine whether to perform contrast adjustment server side (for 16 bit images) or client side (for 8 bit) More... over 16 years ago
* Added CIELAB conversion and contrast handling to JTL so that it can handle 16 bit images * Minor code cleanups * 16 bit images scaled down to 8 bit by default in CVT More... over 16 years ago
* Added CIELAB conversion and contrast handling to JTL so that it can handle 16 bit images
Ruven
as ruven
More... over 16 years ago
* Updated URL decoding function in FIF.cc to C++ style and avoid a potential buffer overflow * Changed 2nd Task::run argument to be a const std::string& instead of just std::string More... almost 17 years ago
* Updated URL decoding function in FIF.cc to C++ style and avoid a potential buffer overflow
Ruven
as ruven
More... almost 17 years ago