changeset 31188:66cf3c7c06e8

scripts/image/PKG_ADD: corrected the file path.
author magedrifaat <magedrifaat@gmail.com>
date Tue, 23 Aug 2022 21:56:46 +0200
parents 2bff8446484c
children 6a9d985e7474
files .build/scripts/image/PKG_ADD scripts/image/PKG_ADD
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/image/PKG_ADD	Tue Aug 23 21:56:46 2022 +0200
@@ -0,0 +1,7 @@
+if __have_feature__ ("TIFF")
+    format = imformats("tif");
+    format.read = @__tiff_imread__;
+    format.write = @__tiff_imwrite__;
+    format.info = @__tiff_imfinfo__;
+    imformats("update", "tif", format);
+endif
\ No newline at end of file