Home | History | Annotate | Download | only in tiff

Lines Matching refs:Image

10 use Image::Magick;
18 # 1) Test 4-bit pseudocolor image
20 print("PseudoColor image (4 bits/sample) ...\n");
27 # 2) Test 8-bit pseudocolor image
30 print("PseudoColor image (8 bits/sample) ...\n");
38 # 3) Test 4-bit pseudocolor + matte channel image
41 print("PseudoColor image (4 bits/sample + matte channel) ...\n");
48 # 4) Test 8-bit pseudocolor + matte channel image
51 print("PseudoColor image (8 bits/sample + matte channel) ...\n");
59 # 5) Test truecolor image
62 print("TrueColor image (8 bits/sample) ...\n");
69 # 6) Test monochrome image
72 print("Gray image (1 bit per sample) ...\n");
79 # 7) Test gray 4 bit image
82 print("Gray image (4 bits per sample) ...\n");
89 # 8) Test gray 8 bit image
92 print("Gray image (8 bits per sample) ...\n");
99 # 9) Test gray 4 bit image (with matte channel)
102 print("Gray image (4 bits per sample + matte channel) ...\n");
109 # 10) Test gray 8 bit image (with matte channel)
112 print("Gray image (8 bits per sample + matte channel) ...\n");