Home
last modified time | relevance | path

Searched refs:TIFF_COMPRESSION_DEFLATE (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/types/
H A DTIFFConstants.java75 short TIFF_COMPRESSION_DEFLATE = 8; field
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dexport.h117 #define TIFF_COMPRESSION_DEFLATE 32946 /* Deflate compression */ macro
H A Dasimagexml.c383 params.tiff.compression_type = TIFF_COMPRESSION_DEFLATE ; in save_asimage_to_file()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dexport.h117 #define TIFF_COMPRESSION_DEFLATE 32946 /* Deflate compression */ macro
H A Dasimagexml.c383 params.tiff.compression_type = TIFF_COMPRESSION_DEFLATE ; in save_asimage_to_file()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dfilesel.c42 TIFF_COMPRESSION_DEFLATE, /* Zip (deflate) compression */ enumerator
245 case TIFF_COMPRESSION_DEFLATE: return( "deflate" ); in decode_tiff_compression()
306 if( IP_TIFF_COMPRESSION == TIFF_COMPRESSION_DEFLATE || in filesel_tiff_mode()