Home
last modified time | relevance | path

Searched refs:FILE_LZW (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadfile.c66 static const char *FILE_LZW = "/tmp/junkout_lzw.tif"; variable
992 pixWrite(FILE_LZW, pixc, IFF_TIFF_LZW); in ioFormatTest()
993 pixt = pixRead(FILE_LZW); in ioFormatTest()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadfile.c89 static const char *FILE_LZW = "/tmp/lept/format/file_lzw.tif"; variable
1384 pixWrite(FILE_LZW, pixc, IFF_TIFF_LZW); in ioFormatTest()
1385 pix1 = pixRead(FILE_LZW); in ioFormatTest()