Home
last modified time | relevance | path

Searched refs:XF_COMPZT (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dpng.h98 #define XF_COMPZT 0x0040 /* TIFF deflate compression */ macro
H A Dcanvas.c1842 if (xflags & (XF_COMPZ | XF_COMPZT)) in store_ls_settings()
2107 MLABELr(_("ZIP Compression (0=None)")), ACTMAP(XF_COMPZT),
2109 SPIN(png_c, 0, 9), ACTMAP(XF_COMPZ | XF_COMPZT),
H A Dpng.c3763 { "ZIP", COMPRESSION_ADOBE_DEFLATE, TIFFLAGS, XF_COMPT | XF_COMPZT, 1 },
4378 if (xflags & XF_COMPZT) in save_tiff()