log

age author description
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
Wed, 17 Aug 2022 18:51:16 +0200 magedrifaat Tiff: added octave_tiff_handle class to wrap the Tiff file pointer
Wed, 17 Aug 2022 01:57:24 +0200 magedrifaat Tiff: add support for oppening tiff files in r+ mode
Tue, 16 Aug 2022 22:57:21 +0200 magedrifaat Tiff: added support for creating and reading sub-directories
Tue, 16 Aug 2022 18:01:12 +0200 magedrifaat Tiff: modified readRGBAStrip/Tile to correctly use the orientation tag
Tue, 16 Aug 2022 16:10:10 +0200 magedrifaat Tiff: modified readRGBAImage to use the orientation tag correctly
Sun, 14 Aug 2022 21:02:58 +0200 magedrifaat Tiff: added directory methods (currentDirectory, nextDirectory, ...)
Sun, 14 Aug 2022 02:40:03 +0200 magedrifaat Tiff: added readRGBAStrip and readRGBATile methods
Sat, 13 Aug 2022 17:36:12 +0200 magedrifaat Tiff: added readRGBAImage method to read image using the RGBA interface
Sat, 13 Aug 2022 02:45:51 +0200 magedrifaat Tiff.m: added tests for array and special tags.
Fri, 12 Aug 2022 21:50:43 +0200 magedrifaat Tiff setTag: fixed bug for rational tags and special-case tags.
Fri, 12 Aug 2022 14:36:48 +0200 magedrifaat Tiff setTag: added support for special-case tags.
Fri, 12 Aug 2022 01:23:07 +0200 magedrifaat Tiff setTag: added support for tags with array values.
Fri, 12 Aug 2022 00:04:37 +0200 magedrifaat Tiff setTag: handled scalar tags with the correct data type.
Wed, 10 Aug 2022 23:55:33 +0200 magedrifaat Tiff write: modified handling incorrect dimensions to match matlab.
Wed, 10 Aug 2022 20:59:51 +0200 magedrifaat Tiff: improved handling LibTIFF error output silencing.
Wed, 10 Aug 2022 20:46:56 +0200 magedrifaat Tiff: changed write functions to use fcntl wrappers.
Wed, 10 Aug 2022 16:01:51 +0200 magedrifaat Tiff: added setLibTIFFErrorsEnabled method to enable/disable LibTIFF errors
Wed, 10 Aug 2022 00:58:12 +0200 magedrifaat Tiff: moved internal functions to corefcn.
Mon, 08 Aug 2022 00:06:19 +0200 magedrifaat Tiff.m: added structs for tag value enums to the Tiff class.
Sat, 06 Aug 2022 21:59:26 +0200 magedrifaat Tiff: added writeEncodedTile method to read tiles from image