Lines Matching refs:write_info
2436 *write_info; in WriteGROUP4Image() local
2494 write_info=CloneImageInfo((ImageInfo *) NULL); in WriteGROUP4Image()
2495 SetImageInfoFile(write_info,file); in WriteGROUP4Image()
2498 write_info->compression=Group4Compression; in WriteGROUP4Image()
2499 write_info->type=BilevelType; in WriteGROUP4Image()
2500 (void) SetImageOption(write_info,"quantum:polarity","min-is-white"); in WriteGROUP4Image()
2501 status=WriteTIFFImage(write_info,huffman_image,exception); in WriteGROUP4Image()
2503 write_info=DestroyImageInfo(write_info); in WriteGROUP4Image()
2604 *write_info; in WritePTIFImage() local
2654 write_info=CloneImageInfo(image_info); in WritePTIFImage()
2655 write_info->adjoin=MagickTrue; in WritePTIFImage()
2656 (void) CopyMagickString(write_info->magick,"TIFF",MagickPathExtent); in WritePTIFImage()
2658 status=WriteTIFFImage(write_info,images,exception); in WritePTIFImage()
2660 write_info=DestroyImageInfo(write_info); in WritePTIFImage()