[][src]Module tiny_tiff::reader

Structs

TinyTiffReaderFile
TinyTiffReaderFrame

Functions

bits_per_sample

get bits per sample of current frame

close

close tiff file

count_frames

get number of frames

has_next

true if another frame exists

height

get height of current frame

image_description

get image description of current frame

last_error

get last error messsage

open

open tiff file for reading

read_next

read next frame from a multi-frame tiff

sample_data

read data from current frame into supplied buffer

sample_format

get sample format of current frame

samples_per_pixel

get samples per pixel of current from

success

true if no error in last function call

was_error

true if error in last function call

width

get width of current frame