Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadfile.c64 static const char *FILE_RLE = "/tmp/junkout_rle.tif"; variable
1035 pixWrite(FILE_RLE, pixc, IFF_TIFF_RLE); in ioFormatTest()
1036 pixt = pixRead(FILE_RLE); in ioFormatTest()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadfile.c87 static const char *FILE_RLE = "/tmp/lept/format/file_rle.tif"; variable
1429 pixWrite(FILE_RLE, pixc, IFF_TIFF_RLE); in ioFormatTest()
1430 pix1 = pixRead(FILE_RLE); in ioFormatTest()