Lines Matching defs:image
556 TIFF *image;
561 if ((image = TIFFOpen (filename, "w")) != NULL)
574 TIFFSetField (image, TIFFTAG_IMAGEWIDTH, width);
575 TIFFSetField (image, TIFFTAG_IMAGELENGTH, height);
576 TIFFSetField (image, TIFFTAG_BITSPERSAMPLE, depth);
577 TIFFSetField (image, TIFFTAG_SAMPLESPERPIXEL, spp);
579 TIFFSetField (image, TIFFTAG_PHOTOMETRIC, ct);
580 TIFFSetField (image, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB);
581 TIFFSetField (image, TIFFTAG_PLANARCONFIG,
584 TIFFSetField (image, TIFFTAG_XRESOLUTION, (double) res_x);
585 TIFFSetField (image, TIFFTAG_YRESOLUTION, (double) res_y);
586 TIFFSetField (image, TIFFTAG_RESOLUTIONUNIT, RESUNIT_INCH);
587 TIFFSetField (image, TIFFTAG_IMAGEDESCRIPTION, desc);
590 TIFFWriteRawStrip (image, 0, buffer, size);
591 TIFFClose (image);
630 /* generate image from 1 gray channel to 3 color channels */
727 /* free generated image */
969 DBG(DBG_FNC, "\n0x0048 Linear image sensor clock 1\n");
988 DBG(DBG_FNC, "\n0x0052 Linear image sensor clock 2\n");