Lines Matching refs:data
30 (TILED, STIP, compressed or not, etc.) of the most basic types of data
31 (RGB, 8-bit greyscale, 8-bit colormapped) into an SGI-style data array,
33 an exmaple of how to make an iterator which, rather than fill a data
35 "chunk" of data - that "chunk" might be a strip or a tile, and might
36 have one sample-per-pixel or two, and might be 8-bit data or 16-bit or
37 24-bit. The callback function can do whatever it wants with the data -
40 and 64-bit floating point data, which wasn't possible with ReadRGBA().
42 I have tested this routine with 8- and 16-bit greyscale data as well as
43 with 32- and 64-bit floating point data. I believe nearly all of our
44 data is organized in strips, so actually I'd appreciate it if you had
65 tags, and a "set" function and reads all the data from the private
80 an array to enable the handling of n-banded multi-spectral data...) If