log

age author description
Sat, 16 Jul 2022 23:40:15 +0200 magedrifaat Tiff getTag: fixed bug for multivalued tags where only first item is returned
Sat, 16 Jul 2022 21:02:07 +0200 magedrifaat Tiff.m added a first test with empty image
Sat, 16 Jul 2022 19:05:09 +0200 magedrifaat Tiff read: support for reading image arranged in planes (RRRGGGBBB)
Sat, 16 Jul 2022 17:29:14 +0200 magedrifaat Tiff getTag: fixed matrix shape for ColorMap and TransferFunction
Sat, 16 Jul 2022 01:26:40 +0200 magedrifaat Tiff read: use template to remove repitition in filling matrices
Fri, 15 Jul 2022 21:41:13 +0200 magedrifaat Tiff read refactored reading stripped images into a separate function
Fri, 08 Jul 2022 14:06:55 +0200 magedrifaat Tiff read: Added support for bi-level and 4-bit-grayscale images
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
Tue, 05 Jul 2022 03:55:10 +0200 magedrifaat Support for GrayResponseCurve and GrayResponseUnit tags
Tue, 05 Jul 2022 03:44:41 +0200 magedrifaat getTag returns double for scalar values
Sun, 03 Jul 2022 23:53:44 +0200 magedrifaat Use HAVE_TIFF flag to optionally disable Tiff
Sun, 03 Jul 2022 22:51:08 +0200 magedrifaat Undocumented and unimplemented tags are explicilty mentioned and handled
Sun, 03 Jul 2022 21:51:37 +0200 magedrifaat Add the new code to the octave namespace
Wed, 29 Jun 2022 02:27:54 +0200 magedrifaat Partially fixed formatting of C++ code
Tue, 28 Jun 2022 06:03:39 +0200 magedrifaat Added necessary configurations for libtiff in configure.ac
Mon, 27 Jun 2022 01:31:36 +0200 magedrifaat Cleaned up the interface
Mon, 27 Jun 2022 00:52:49 +0200 magedrifaat getTag: Implemented all special tags, only unsupported geotiff tags not implemented
Sun, 26 Jun 2022 02:58:49 +0200 magedrifaat getTag: Implemented single array tags, only multi-array and special tags are unimplemented
Fri, 24 Jun 2022 17:45:00 +0200 magedrifaat Fixed bug for string tags. Multivalued and special case tags are still not working
Fri, 24 Jun 2022 04:13:33 +0200 magedrifaat Fixed getTag bug for all numerical scalar tags, still buggy for multivalued and ASCII tags
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 17:43:41 +0200 magedrifaat Fix typo in module-files
Fri, 17 Jun 2022 16:53:43 +0200 magedrifaat Added the Tiff classdef files to octave
Sun, 12 Jun 2022 14:37:07 +0200 Markus Mützel install_classdef: Remove OCTINTERP_API flag. @
Fri, 10 Jun 2022 18:57:17 -0400 Arun Giridhar maint: Merge stable to default
Fri, 10 Jun 2022 14:46:45 -0700 Rik maint: merge away extra head
Fri, 10 Jun 2022 15:09:53 +0200 Markus Mützel findobj.m: Also report properties with aliased names (bug #62612).