log

age author description
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