log

age author description
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
Fri, 05 Aug 2022 22:44:55 +0200 magedrifaat Tiff: added readEncodedStrip method and corresponding unit tests
Thu, 04 Aug 2022 19:29:36 +0200 magedrifaat Tiff write: added support for logical tile images and corresponding unit tests
Thu, 04 Aug 2022 03:12:42 +0200 magedrifaat Tiff write: added support for writing tiled images
Thu, 04 Aug 2022 00:02:27 +0200 magedrifaat Tiff write: added support for BiLevel stripped images and added unit tests
Wed, 03 Aug 2022 22:06:43 +0200 magedrifaat Tiff: implemented write method for stripped images
Wed, 03 Aug 2022 03:39:30 +0200 magedrifaat Tiff computeStrip: fixed inconsistency in checking plane argument.
Mon, 01 Aug 2022 00:56:19 +0200 magedrifaat Tiff: added numberOfTiles and getVersion methods
Mon, 01 Aug 2022 00:34:34 +0200 magedrifaat Tiff: added computeStrip and computeTile methods
Sun, 31 Jul 2022 22:32:02 +0200 magedrifaat Tiff: implemented numberOfStrips method
Sun, 31 Jul 2022 21:29:15 +0200 magedrifaat Tiff: added isTiled method to check if the image is tiled or stripped
Sun, 31 Jul 2022 20:41:02 +0200 magedrifaat Tiff.m: added test for writing and reading tiled images.
Sun, 31 Jul 2022 18:34:59 +0200 magedrifaat Tiff: added writeEncodedTile function for writing tiled images
Sun, 31 Jul 2022 03:55:42 +0200 magedrifaat Tiff writeEncodedStrip: added warning for input data larger than the size of the strip.
Sun, 31 Jul 2022 01:26:02 +0200 magedrifaat Tiff writeEncodedStrip: added support for BiLevel images
Sun, 31 Jul 2022 00:13:04 +0200 magedrifaat Tiff.m: added all remaining tests for implemented features.
Fri, 29 Jul 2022 01:16:02 +0200 magedrifaat Tiff setTag: modify the behavior with structs to be compatible with matlab
Fri, 29 Jul 2022 00:46:44 +0200 magedrifaat Tiff.m: prevented calling methods after the image file is closed.
Thu, 28 Jul 2022 23:32:23 +0200 magedrifaat Tiff setTag: added support for setting multiple tags at once using structs
Thu, 28 Jul 2022 20:50:41 +0200 magedrifaat Tiff.m: refactored tests to use functions to reduce code repetition.
Wed, 27 Jul 2022 00:54:48 +0200 magedrifaat Tiff writeEncodedStrip: prevent writing to a read-only file
Wed, 27 Jul 2022 00:37:50 +0200 magedrifaat Tiff writeEncodedStrip: changed strip dimension check behavior to mimic matlab
Wed, 27 Jul 2022 00:18:57 +0200 magedrifaat Tiff writeEncodedStrip: fixed bug to disallow signed types for unsigned images
Tue, 26 Jul 2022 20:44:24 +0200 magedrifaat Tiff.m: added test for 16- and 32-bit grayscale and RGB images.
Tue, 26 Jul 2022 19:53:35 +0200 magedrifaat Tiff.m: added tests for 8-bit grayscale and RGB images.
Tue, 26 Jul 2022 18:37:55 +0200 magedrifaat Tiff writeEncodedStrip: used octave_value functions instead of type_name
Tue, 26 Jul 2022 17:26:48 +0200 magedrifaat Tiff.m: added a test function and some base-case tests.
Mon, 25 Jul 2022 04:15:18 +0200 magedrifaat Tiff: fixed the first test to use a single-pixel image
Sun, 24 Jul 2022 22:24:10 +0200 magedrifaat Tiff getTag: changed ColorMap to use Array::cat instead of memcpy
Sun, 24 Jul 2022 21:53:25 +0200 magedrifaat Tiff getTag: added support for single quotes string fo the tag name
Sun, 24 Jul 2022 21:21:11 +0200 magedrifaat __tiff__.cc: handled compiler warnings for unused params and old-style casts.
Sat, 23 Jul 2022 23:06:43 +0200 magedrifaat Tiff: fixed a bug where the default value of some tags was ignored
Sat, 23 Jul 2022 21:34:47 +0200 magedrifaat Tiff: implemented writeEncodedStrip function for writing a strip to an image