diff scripts/image/PKG_ADD @ 31193:c142c153034c

Tiff: implemented imwrite handler that uses the Tiff interface * __tiff__.cc (F__tiff_imwrite__): implemented internal function to act as imwrite handler for tiff images but uses the new Tiff interface.
author magedrifaat <magedrifaat@gmail.com>
date Sat, 27 Aug 2022 23:06:54 +0200
parents 6a2bb6f4e41e
children
line wrap: on
line diff
--- a/scripts/image/PKG_ADD	Sat Aug 27 16:23:59 2022 +0200
+++ b/scripts/image/PKG_ADD	Sat Aug 27 23:06:54 2022 +0200
@@ -1,7 +1,7 @@
 if __have_feature__ ("TIFF")
     format = imformats("tif");
     format.read = @__tiff_imread__;
-    format.write = @__imwrite__;
+    format.write = @__tiff_imwrite__;
     format.info = @__tiff_imfinfo__;
     imformats("update", "tif", format);
 endif
\ No newline at end of file