Home
last modified time | relevance | path

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

/libtiff-4.0.7/test/
H A Draw_decode.c104 static int check_rgb_pixel( int pixel, in check_rgb_pixel() argument
109 unsigned char *rgb = buffer + 3 * pixel; in check_rgb_pixel()
117 fprintf( stderr, "Pixel %d did not match expected results.\n", pixel ); in check_rgb_pixel()
125 static int check_rgba_pixel( int pixel, in check_rgba_pixel() argument
132 int adjusted_pixel = pixel % 128 + (127 - (pixel/128)) * 128; in check_rgba_pixel()
146 fprintf( stderr, "Pixel %d did not match expected results.\n", pixel ); in check_rgba_pixel()
/libtiff-4.0.7/tools/
H A Dtiffcmp.c508 int pixel; in SeparateCompare() local
511 for (pixel = 0; npixels-- > 0; pixel++, cp1 += samplesperpixel, p2++) { in SeparateCompare()
514 (long) row, (long) pixel, (long) sample); in SeparateCompare()
/libtiff-4.0.7/contrib/win_dib/
H A DREADME.Tiffile8 pixel, rather than 1 bit). I read tiff files, but don't need to
/libtiff-4.0.7/contrib/pds/
H A DREADME36 have one sample-per-pixel or two, and might be 8-bit data or 16-bit or
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c601 colors[i].pixel = (i << 16) + (i << 8) + i; in GetVisual()
636 colors[i].pixel = i; in GetVisual()
/libtiff-4.0.7/
H A DChangeLog278 on a tiled separate TIFF with more than 8 samples per pixel.
307 PHOTOMETRIC_LOGL, there is only one sample per pixel. Avoid
569 a single pixel to code (unlikely case...) and byte swapping is
1320 * test/raw_decode.c: Relax raw_decode's pixel-value checks so that
2011 * libtiff/tif_getimage.c: Check the number of samples per pixel when
4098 use pixel sized shift in contigous case.
5638 would be done when reading. This allows us to write pixel data with
6440 images with more than four samples per pixel. See:
6501 * tiffcmp.c: Fixed multi samples per pixel support for ContigCompare.