Lines Matching refs:printf

174 					printf("Low Res (1) ");
176 printf("Page (2) ");
178 printf("Mask (4) ");
180 printf("(0x%.8lx)", entry.longval);
188 printf("%d",
199 printf("No Compression (1)");
202 printf("CCITT Group 3 1-Dimensional Modified Huffman run-length encoding (2)");
205 printf("Fax Group 3 (3)");
208 printf("Fax Group 4 (4)");
211 printf("LZW (5)");
214 printf("PackBits (32773)");
224 printf("White is Zero (%d)", entry.shortvals[0]);
227 printf("Black is Zero (%d)", entry.shortvals[0]);
230 printf("RGB (%d)", entry.shortvals[0]);
233 printf("Palette Color (%d)", entry.shortvals[0]);
236 printf("Transparency Mask (%d)", entry.shortvals[0]);
246 printf("top to bottom, left to right (1)");
249 printf("top to bottom, right to left (2)");
252 printf("bottom to top, right to left (3)");
255 printf("bottom to top, left to right (4)");
258 printf("left to right, top to bottom (5)");
261 printf("right to left, top to bottom (6)");
264 printf("right to left, bottom to top (7)");
267 printf("left to right, bottom to top (8)");
276 printf("%u",
279 printf(" (All rows in first strip)");
286 printf("Chunky (%d)", entry.shortvals[0]);
290 printf("Planar (%d)", entry.shortvals[0]);
300 printf("None (%d)", entry.shortvals[0]);
303 printf("Inch (%d)", entry.shortvals[0]);
306 printf("Cenimeter (%d)", entry.shortvals[0]);
325 printf("%s", ascfield);
335 printf("%u / %u (offset: 0x%.8lx)",
348 printf("%d / %d (offset: 0x%.8lx)",
355 printf("%u",
359 printf("%d",
365 printf(", ");
366 printf("%u", entry.shortvals[i]);
372 printf(", ");
373 printf("%d", entry.shortvals[i]);
379 printf(", ");
380 printf("%u", entry.bytevals[i]);
386 printf(", ");
387 printf("%d", entry.bytevals[i]);
393 printf(", ");
394 printf("0x%.2lx",
401 printf("0x%.8lx", entry.longval);
455 printf("IFDEntry size must be 12\n");
463 printf("unable to read entire ifd entry\n");
468 printf("swap_data failed\n");
473 printf("swap_value_field failed\n");
477 printf("\nOffset: 0x%.8lx\n", static_cast<unsigned long>(offset));
478 printf( " Tag: %s (%d)\n", get_tag_string(entry.tag), entry.tag);
479 printf( " Type: %s (%d)\n", get_type_string(entry.fieldType),
481 printf( " Count: %d\n", static_cast<int>(entry.count));
482 printf( " Value: ");
484 printf("\n");
493 printf("\n<< BEGIN: IFD at 0x%.8lx >>\n\n", ifdoffset);
496 printf("failed to seek to IFD offset: %d\n",
504 printf("unable to read entry count\n");
508 printf("failed to swap entrycount\n");
511 printf("Entry Count: %d\n", entrycount);
521 printf("unable to read next IFD\n");
525 printf("failed to swap next IFD\n");
529 printf("Next IFD Offset: 0x%.8lx\n", nextIFDOffset);
530 printf("\n<< END: IFD at 0x%.8lx >>\n\n", ifdoffset);
555 printf("Unable to read first 4 bytes\n");
562 printf("Byte Order: little endian\n");
566 printf("Byte Order: big endian\n");
569 printf("Invalid byte order value\n");
577 printf("Unable to read first IFD offset\n");
581 printf("swap_data() error\n");
584 printf("First IFD: 0x%.8lx\n", firstIFDOffset);
597 printf("\n");
603 printf("TIFF Image: %s\n\n", argv[1]);
608 printf("tiffinfo - reports information about a TIFF image\n");
609 printf("\nUsage:\n");
610 printf("tiffinfo filename.tif\n\n");