Subversion Repositories Kolibri OS

Rev

Rev 2992 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2992 Rev 3499
Line 21... Line 21...
21
	magic_1			rw	1
21
	magic_1			rw	1
22
	magic_2			rw	1
22
	magic_2			rw	1
23
	first_IFD		rd	1
23
	first_IFD		rd	1
24
ends
24
ends
Line -... Line 25...
-
 
25
 
25
 
26
 
26
struct tiff_extra
27
struct tiff_extra
27
	image_width			rd	1	; SHORT or LONG
28
	image_width			rd	1	; SHORT or LONG
28
	image_height			rd	1	; SHORT or LONG
29
	image_height			rd	1	; SHORT or LONG
29
	bits_per_sample			rd	1	; SHORT
30
	bits_per_sample			rd	1	; SHORT
Line 36... Line 37...
36
	rows_per_strip			rd	1	; SHORT or LONG
37
	rows_per_strip			rd	1	; SHORT or LONG
37
	strip_byte_counts		rd	1	; LONG or SHORT
38
	strip_byte_counts		rd	1	; LONG or SHORT
38
	strip_byte_counts_length	rd	1
39
	strip_byte_counts_length	rd	1
39
	palette				rd	1	; SHORT
40
	palette				rd	1	; SHORT
40
	palette_size			rd	1	; in colors, not samples
41
	palette_size			rd	1	; in colors, not samples
-
 
42
        planar_configuration            rd      1       ; SHORT
41
	extra_samples			rd	1	; pointer to array of SHORTs
43
	extra_samples			rd	1	; pointer to array of SHORTs
42
	extra_samples_number		rd	1
44
	extra_samples_number		rd	1
43
	predictor			rd	1	; SHORT
45
	predictor			rd	1	; SHORT
44
ends
46
ends
Line 85... Line 87...
85
TIFF.PHOTOMETRIC.MASK		=	4
87
TIFF.PHOTOMETRIC.MASK		=	4
86
TIFF.PHOTOMETRIC.CMYK		=	5
88
TIFF.PHOTOMETRIC.CMYK		=	5
87
TIFF.PHOTOMETRIC.YCbCr		=	6
89
TIFF.PHOTOMETRIC.YCbCr		=	6
88
TIFF.PHOTOMETRIC.CIELAB		=	8
90
TIFF.PHOTOMETRIC.CIELAB		=	8
Line -... Line 91...
-
 
91
 
-
 
92
TIFF.PLANAR.CHUNKY              =       1
-
 
93
TIFF.PLANAR.PLANAR              =       2
Line 89... Line 94...
89
 
94
 
90
 
95
 
91
macro	lodsw_
96
macro	lodsw_
92
{
97
{