view scripts/image/PKG_ADD @ 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
children 6a2bb6f4e41e
line wrap: on
line source

if __have_feature__ ("TIFF")
    format = imformats("tif");
    format.read = @__tiff_imread__;
    format.write = @__tiff_imwrite__;
    format.info = @__tiff_imfinfo__;
    imformats("update", "tif", format);
endif