JunkBox_Lib++ (for Windows) 1.10.1
|
TIFF TOOL Header. More...
Go to the source code of this file.
Classes | |
struct | TIFF_ifd |
struct | TIFFImage |
Functions | |
TIFF_ifd ** | read_tiff_file (const char *fname) |
TIFF_ifd * | get_tiff_ifd (unsigned char *buf, int num) |
TIFF_ifd * | find_tiff_ifd (TIFF_ifd *ifd, unsigned short tag) |
void | proc_tiff_ifd (TIFF_ifd *ifd, unsigned char *buf) |
void | free_TIFF_ifd (TIFF_ifd *ifd) |
void | free_TIFF_ifd_dem (TIFF_ifd **ptr_ifd) |
void | print_tiff_ifd (FILE *fp, TIFF_ifd *ifd, int max_values) |
void | print_tiff_ifd_indiv (FILE *fp, TIFF_ifd *ifd, int max_values) |
char * | get_tiff_ascii_field (TIFF_ifd *ifd, int offset) |
unsigned int | get_tiff_uint_field (TIFF_ifd *ifd, int offset) |
double | get_tiff_double_field (TIFF_ifd *ifd, int offset) |
int | get_tiff_type_length (short type) |
Variables | |
int | TIFF_Swap_Flag |
#define MAX_IFD_DEM_NUM 20 |
Definition at line 42 of file TiffTool.h.
Referenced by read_tiff_file().
#define TIFF_TAG_COLOR 0x0106 |
Definition at line 61 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_COLORMAP 0x0140 |
Definition at line 68 of file TiffTool.h.
#define TIFF_TAG_COMP 0x0103 |
Definition at line 60 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_COPYRIGHT 0x8298 |
Definition at line 80 of file TiffTool.h.
#define TIFF_TAG_DEPTH 0x0102 |
Definition at line 59 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_GEO_ASCII_PM 0x87b1 |
Definition at line 88 of file TiffTool.h.
#define TIFF_TAG_GEO_DIR 0x87af |
Definition at line 86 of file TiffTool.h.
#define TIFF_TAG_GEO_DOUBLE_PM 0x87b0 |
Definition at line 87 of file TiffTool.h.
#define TIFF_TAG_GEO_PXL_SCALE 0x830e |
Definition at line 83 of file TiffTool.h.
#define TIFF_TAG_GEO_TIEPOINT 0x8482 |
Definition at line 84 of file TiffTool.h.
#define TIFF_TAG_GEO_TRANS 0x85d8 |
Definition at line 85 of file TiffTool.h.
#define TIFF_TAG_HEIGHT 0x0101 |
Definition at line 58 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_PIXEL 0x0115 |
Definition at line 70 of file TiffTool.h.
#define TIFF_TAG_PLANAR 0x011c |
Definition at line 71 of file TiffTool.h.
#define TIFF_TAG_RES_UNIT 0x0128 |
Definition at line 67 of file TiffTool.h.
#define TIFF_TAG_SMPL_FORMAT 0x0153 |
Definition at line 78 of file TiffTool.h.
#define TIFF_TAG_SOFTWARE 0x0131 |
Definition at line 72 of file TiffTool.h.
#define TIFF_TAG_STRIP 0x0111 |
Definition at line 62 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_STRIP_CNT 0x0117 |
Definition at line 64 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_STRIP_RAW 0x0116 |
Definition at line 63 of file TiffTool.h.
#define TIFF_TAG_TILE_BYTE 0x0145 |
Definition at line 77 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_TILE_HEIGHT 0x0143 |
Definition at line 75 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_TILE_OFFSET 0x0144 |
Definition at line 76 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_TILE_WIDTH 0x0142 |
Definition at line 74 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_WIDTH 0x0100 |
Definition at line 57 of file TiffTool.h.
Referenced by proc_tiff_ifd().
#define TIFF_TAG_XRES 0x011a |
Definition at line 65 of file TiffTool.h.
#define TIFF_TAG_YRES 0x011b |
Definition at line 66 of file TiffTool.h.
#define TIFF_TYPE_ASCII 2 |
Definition at line 45 of file TiffTool.h.
Referenced by get_tiff_ascii_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_BYTE 1 |
Definition at line 44 of file TiffTool.h.
#define TIFF_TYPE_DOUBLE 12 |
Definition at line 55 of file TiffTool.h.
Referenced by get_tiff_double_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_FLOAT 11 |
Definition at line 54 of file TiffTool.h.
Referenced by get_tiff_double_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_LONG 4 |
Definition at line 47 of file TiffTool.h.
Referenced by get_tiff_uint_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_RATIONAL 5 |
Definition at line 48 of file TiffTool.h.
Referenced by get_tiff_uint_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_SBYTE 6 |
Definition at line 49 of file TiffTool.h.
#define TIFF_TYPE_SLONG 9 |
Definition at line 52 of file TiffTool.h.
Referenced by get_tiff_uint_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_SOHRT 3 |
Definition at line 46 of file TiffTool.h.
Referenced by get_tiff_uint_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_SRATIONAL 10 |
Definition at line 53 of file TiffTool.h.
Referenced by get_tiff_uint_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_SSHORT 8 |
Definition at line 51 of file TiffTool.h.
Referenced by get_tiff_uint_field(), and print_tiff_ifd_indiv().
#define TIFF_TYPE_UNDEFINED 7 |
Definition at line 50 of file TiffTool.h.
Definition at line 485 of file TiffTool.cpp.
References TIFF_ifd::count, and TIFF_ifd::tag.
void free_TIFF_ifd | ( | TIFF_ifd * | ifd | ) |
Definition at line 378 of file TiffTool.cpp.
References TIFF_ifd::ex_value.
Referenced by free_TIFF_ifd_dem().
void free_TIFF_ifd_dem | ( | TIFF_ifd ** | ptr_ifd | ) |
Definition at line 386 of file TiffTool.cpp.
References free_TIFF_ifd().
char * get_tiff_ascii_field | ( | TIFF_ifd * | ifd, |
int | offset ) |
Definition at line 406 of file TiffTool.cpp.
References TIFF_ifd::count, TIFF_ifd::ex_value, get_tiff_type_length(), TIFF_TYPE_ASCII, TIFF_ifd::type, and TIFF_ifd::value.
Referenced by print_tiff_ifd_indiv().
double get_tiff_double_field | ( | TIFF_ifd * | ifd, |
int | offset ) |
Definition at line 452 of file TiffTool.cpp.
References TIFF_ifd::count, TIFF_ifd::ex_value, get_tiff_type_length(), TIFF_TYPE_DOUBLE, TIFF_TYPE_FLOAT, TIFF_ifd::type, and TIFF_ifd::value.
Referenced by print_tiff_ifd_indiv().
TIFF_ifd * get_tiff_ifd | ( | unsigned char * | buf, |
int | num ) |
TIFF_ifd* get_tiff_ifd(unsigned char* buf, int num)
TIFF形式のデータから num番目の IFDデータを取り出す.
buf | TIFFデータの格納された Buffer型変数 |
num | 何番目の IFDデータを取り出すか? |
ifd->tga==0 | is header |
ifd->type | is seq number of this image (num) |
ifd->count | is number of IFDs in this image |
ifd->value | is next image IFD offset. if this is 0, next image does not exist |
Definition at line 82 of file TiffTool.cpp.
References TIFF_ifd::count, TIFF_ifd::ex_value, is_big_endian(), is_little_endian(), swapl(), swaps(), TIFF_ifd::tag, TIFF_Swap_Flag, TRUE, TIFF_ifd::type, and TIFF_ifd::value.
Referenced by read_tiff_file().
int get_tiff_type_length | ( | short | type | ) |
Definition at line 476 of file TiffTool.cpp.
Referenced by get_tiff_ascii_field(), get_tiff_double_field(), get_tiff_uint_field(), and proc_tiff_ifd().
unsigned int get_tiff_uint_field | ( | TIFF_ifd * | ifd, |
int | offset ) |
Definition at line 422 of file TiffTool.cpp.
References TIFF_ifd::count, TIFF_ifd::ex_value, get_tiff_type_length(), swapl(), swaps(), TIFF_Swap_Flag, TIFF_TYPE_LONG, TIFF_TYPE_RATIONAL, TIFF_TYPE_SLONG, TIFF_TYPE_SOHRT, TIFF_TYPE_SRATIONAL, TIFF_TYPE_SSHORT, TIFF_ifd::type, and TIFF_ifd::value.
Referenced by print_tiff_ifd_indiv(), and proc_tiff_ifd().
void print_tiff_ifd | ( | FILE * | fp, |
TIFF_ifd * | ifd, | ||
int | max_values ) |
Definition at line 322 of file TiffTool.cpp.
References TIFF_ifd::count, print_tiff_ifd_indiv(), and TIFF_ifd::tag.
void print_tiff_ifd_indiv | ( | FILE * | fp, |
TIFF_ifd * | ifd, | ||
int | max_values ) |
Definition at line 342 of file TiffTool.cpp.
References TIFF_ifd::count, TIFF_ifd::ex_value, get_tiff_ascii_field(), get_tiff_double_field(), get_tiff_uint_field(), Min, TIFF_ifd::tag, TIFF_TYPE_ASCII, TIFF_TYPE_DOUBLE, TIFF_TYPE_FLOAT, TIFF_TYPE_LONG, TIFF_TYPE_RATIONAL, TIFF_TYPE_SLONG, TIFF_TYPE_SOHRT, TIFF_TYPE_SRATIONAL, TIFF_TYPE_SSHORT, TIFF_ifd::type, and TIFF_ifd::value.
Referenced by print_tiff_ifd().
void proc_tiff_ifd | ( | TIFF_ifd * | ifd, |
unsigned char * | buf ) |
Definition at line 156 of file TiffTool.cpp.
References TIFF_ifd::count, TIFF_ifd::ex_value, get_tiff_type_length(), get_tiff_uint_field(), PRINT_MESG, TIFF_ifd::tag, TIFF_TAG_COLOR, TIFF_TAG_COMP, TIFF_TAG_DEPTH, TIFF_TAG_HEIGHT, TIFF_TAG_STRIP, TIFF_TAG_STRIP_CNT, TIFF_TAG_TILE_BYTE, TIFF_TAG_TILE_HEIGHT, TIFF_TAG_TILE_OFFSET, TIFF_TAG_TILE_WIDTH, TIFF_TAG_WIDTH, TIFF_ifd::type, and TIFF_ifd::value.
Referenced by read_tiff_file().
TIFF_ifd ** read_tiff_file | ( | const char * | fname | ) |
TIFF_ifd** read_tiff_file(const char* fname)
TIFF形式の画像データを読みこむ.
fname | 読み込むファイル名 |
Definition at line 31 of file TiffTool.cpp.
References get_tiff_ifd(), MAX_IFD_DEM_NUM, proc_tiff_ifd(), and read_file().
|
extern |
Definition at line 20 of file TiffTool.cpp.
Referenced by get_tiff_ifd(), and get_tiff_uint_field().