log

age author description
Sat, 27 Aug 2022 16:23:59 +0200 magedrifaat __tiff__.cc (F__tiff_imread__): fixed bug where file was not closed on errors.
Fri, 26 Aug 2022 23:30:55 +0200 magedrifaat __tiff__.cc (F__tiff_imread__): added support for PixelRegion option.
Fri, 26 Aug 2022 19:03:43 +0200 magedrifaat Tiff: added internal handler for imread using the Tiff interface
Thu, 25 Aug 2022 20:17:59 +0200 magedrifaat Tiff: fixed bug graphicsmagick error handler colliding with our handler
Tue, 23 Aug 2022 21:56:46 +0200 magedrifaat scripts/image/PKG_ADD: corrected the file path.
Tue, 23 Aug 2022 21:52:47 +0200 magedrifaat imformats: added logic to use Tiff interface for image functions
Thu, 18 Aug 2022 20:44:06 +0200 magedrifaat __tiff__.cc (get_field_data, set_field_data): added support for complex tags.
Thu, 18 Aug 2022 17:23:43 +0200 magedrifaat Tiff: populated TagID from the C++ map to avoid having two copies
Thu, 18 Aug 2022 16:39:56 +0200 magedrifaat __tiff__.cc (get_field_data): fixed return type for some tags.
Thu, 18 Aug 2022 15:59:33 +0200 magedrifaat __tif__.cc: added support for BiLevel Images with reversed bit ordering.
Thu, 18 Aug 2022 02:49:47 +0200 magedrifaat __tiff__.cc (F__set_tag__, F__get_tag__): check for TagID names as well.
Thu, 18 Aug 2022 00:25:42 +0200 magedrifaat __tiff__.cc (get_scalar_field_data): replaced _TIFFMalloc with unique_ptr.
Thu, 18 Aug 2022 00:11:23 +0200 magedrifaat __tiff__.cc: refactored repititive code into functions.
Wed, 17 Aug 2022 23:27:54 +0200 magedrifaat Tiff.m: added tests for signed images and sub-directories.
Wed, 17 Aug 2022 21:15:49 +0200 magedrifaat Tiff: added support for reading and writing signed images