#include "sadie.h"
#include <setjmp.h>
Go to the source code of this file.
Defines | |
#define | BLEN ((unsigned long)8) |
#define | DLEN ((unsigned long)8192) |
#define | NM 40 |
#define | NT 64 |
Functions | |
void | UnpackBits (unsigned char *data, unsigned char *datb, short dstBytes) |
void | TIFF2IMG (char *name, IMAGE **out) |
|
Definition at line 5 of file tiff2img.c. Referenced by TIFF2IMG. |
|
Definition at line 6 of file tiff2img.c. Referenced by TIFF2IMG. |
|
Definition at line 83 of file tiff2img.c. |
|
Definition at line 84 of file tiff2img.c. |
|
Definition at line 239 of file tiff2img.c. References BigEndian, BitsPerSample, BLEN, BTIFF, CHECKIMG, ColorMap, Compression, DLEN, FillOrder, GETMEM, GTIFF, ImageLength, ImageWidth, LilEndian, MagicNumber, malloc, MESSAGE, NewSubfileType, NoComp, Orientation, out, PackBitsComp, PhotometricInterpretation, PlanarConfiguration, PTIFF, RANGE, ResolutionUnit, RLEComp, RowsPerStrip, RTIFF, SamplesPerPixel, SLEN, StripByteCounts, StripOffsets, SubfileType, T_EXIT, T_TIFF2IMG, tag, TBYTE, Thresholding, TIMING, TLONG, TSHORT, type, UnpackBits, value, XResolution, and YResolution. Referenced by Sadie_FileIO_OpenTIFFCmd. |
|
Definition at line 199 of file tiff2img.c. Referenced by TIFF2IMG. |