# HG changeset patch # User magedrifaat # Date 1661284606 -7200 # Node ID 66cf3c7c06e8e17005c8a70d021c7fd9baa1617d # Parent 2bff8446484c6cc7dadf2512f3aa782a400347ff scripts/image/PKG_ADD: corrected the file path. diff -r 2bff8446484c -r 66cf3c7c06e8 .build/scripts/image/PKG_ADD diff -r 2bff8446484c -r 66cf3c7c06e8 scripts/image/PKG_ADD --- /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