log scripts/io/Tiff.m @ 31173:0abc9779f751

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.
Wed, 10 Aug 2022 16:01:51 +0200 magedrifaat Tiff: added setLibTIFFErrorsEnabled method to enable/disable LibTIFF errors
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 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
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 00:13:04 +0200 magedrifaat Tiff.m: added all remaining tests for implemented features.
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 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
Sat, 23 Jul 2022 21:34:47 +0200 magedrifaat Tiff: implemented writeEncodedStrip function for writing a strip to an image
Thu, 21 Jul 2022 22:44:01 +0200 magedrifaat Tiff: added initial implementation of setTag function for scalar tags
Sat, 16 Jul 2022 21:02:07 +0200 magedrifaat Tiff.m added a first test with empty image
Thu, 07 Jul 2022 01:54:20 +0200 magedrifaat Tiff read fixed segfault bug for compressed images
Wed, 06 Jul 2022 04:44:17 +0200 magedrifaat add function to read an entire image
Tue, 05 Jul 2022 04:11:37 +0200 magedrifaat Tiff.m: fix typo in TagID structure.
Tue, 05 Jul 2022 04:07:22 +0200 magedrifaat Complete the TagID structure
Wed, 22 Jun 2022 23:32:22 +0200 magedrifaat Modified getTag to account for different tag data types and multivalued tags, the current implementation is still buggy for most tags and data types
Fri, 17 Jun 2022 16:53:43 +0200 magedrifaat Added the Tiff classdef files to octave