log

age author description
Wed, 07 Sep 2022 18:39:10 +0200 magedrifaat __tiff__.cc: handled unused parameter warning when Tiff is not enabled default tip gsoc-libtiff
Wed, 07 Sep 2022 18:30:53 +0200 magedrifaat __tiff__.cc: added appropriate print_usage checks for internal functions
Wed, 07 Sep 2022 18:00:04 +0200 magedrifaat __tiff__.cc: added documentation to all internal functions
Wed, 07 Sep 2022 16:27:38 +0200 magedrifaat Tiff: added documentation for all class methods
Tue, 06 Sep 2022 21:50:48 +0200 magedrifaat Tiff: added an error for reading and writing YCbCr images
Tue, 06 Sep 2022 21:38:51 +0200 magedrifaat configure.ac: fixed typo in TIFF_LDFLAGS.
Tue, 06 Sep 2022 21:12:29 +0200 magedrifaat imwrite: fixed tests to reflect alpha channel behavior for Tiff images
Tue, 06 Sep 2022 20:57:50 +0200 magedrifaat __magick_read__: appended alpha to the rest of the channels for Tiff images
Sun, 04 Sep 2022 15:57:47 +0200 magedrifaat __tiff_imread__: improved performance of read_tiled_data
Sun, 04 Sep 2022 15:30:27 +0200 magedrifaat __tiff_imread__: optimized reading PixelRegion for tiles images
Sat, 03 Sep 2022 23:51:06 +0200 magedrifaat __tiff_imread__: optimized reading PixelRegion for stripped images
Sat, 03 Sep 2022 20:36:33 +0200 magedrifaat imformats: moved Tiff logic to default_formats
Sat, 03 Sep 2022 19:53:14 +0200 magedrifaat configure.ac: added LibTIFF configs to liboctinterp dependencies and options.
Sat, 03 Sep 2022 19:49:43 +0200 magedrifaat __tiff_isa__: implemented an "isa" function using Tiff interface
Fri, 02 Sep 2022 23:27:47 +0200 magedrifaat Tiff: fixed bug RGBA incorrect orientation handling for rotated orientations
Fri, 02 Sep 2022 21:20:56 +0200 magedrifaat Tiff: added isBigEndian and getDirectoryOffset methods to the class
Fri, 02 Sep 2022 20:52:47 +0200 magedrifaat __tiff_imfinfo__: converted to private octave function
Fri, 02 Sep 2022 03:41:05 +0200 magedrifaat libtinterp/corefcn/__tiff__.cc (set_field_data): fixed bug for ExtraSamples.
Fri, 02 Sep 2022 03:30:45 +0200 magedrifaat Tiff: added method getDefaultStripLength
Fri, 02 Sep 2022 03:06:29 +0200 magedrifaat __tiff_imwrite__: converted to private octave function
Thu, 01 Sep 2022 01:56:20 +0200 magedrifaat Tiff: added numberOfDirectories method.
Thu, 01 Sep 2022 00:10:37 +0200 magedrifaat __tiff_imread__: converted to private octave function
Tue, 30 Aug 2022 20:32:50 +0200 magedrifaat Tiff: Moved PKG_ADD logic to Tiff.m.
Sun, 28 Aug 2022 21:34:03 +0200 magedrifaat Tiff: added handler for imfinfo that uses the Tiff interface
Sat, 27 Aug 2022 23:06:54 +0200 magedrifaat Tiff: implemented imwrite handler that uses the Tiff interface
Sat, 27 Aug 2022 16:23:59 +0200 magedrifaat __tiff__.cc (F__tiff_imread__): fixed bug where file was not closed on errors.
Fri, 26 Aug 2022 23:30:55 +0200 magedrifaat __tiff__.cc (F__tiff_imread__): added support for PixelRegion option.
Fri, 26 Aug 2022 19:03:43 +0200 magedrifaat Tiff: added internal handler for imread using the Tiff interface
Thu, 25 Aug 2022 20:17:59 +0200 magedrifaat Tiff: fixed bug graphicsmagick error handler colliding with our handler
Tue, 23 Aug 2022 21:56:46 +0200 magedrifaat scripts/image/PKG_ADD: corrected the file path.