Lines Matching defs:tiff
89 *tiff;
215 ept_info.tiff=(unsigned char *) AcquireQuantumMemory(ept_info.tiff_length+1,
216 sizeof(*ept_info.tiff));
217 if (ept_info.tiff == (unsigned char *) NULL)
219 (void) ResetMagickMemory(ept_info.tiff,0,(ept_info.tiff_length+1)*
220 sizeof(*ept_info.tiff));
224 count=ReadBlob(image,ept_info.tiff_length,ept_info.tiff);
243 (void) CopyMagickString(read_info->magick,"TIFF",MagickPathExtent);
244 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception);
253 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff);
289 "Encapsulated PostScript with TIFF preview");
298 "Encapsulated PostScript Level II with TIFF preview");
307 "Encapsulated PostScript Level III with TIFF preview");
355 % with a TIFF preview.
425 (void) CopyMagickString(write_info->magick,"TIFF",MagickPathExtent);
426 (void) FormatLocaleString(filename,MagickPathExtent,"tiff:%s",
457 ept_info.tiff=(unsigned char *) ImageToBlob(write_info,write_image,
461 if (ept_info.tiff == (void *) NULL)
479 (void) WriteBlob(image,ept_info.tiff_length,ept_info.tiff);
485 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff);