Home | History | Annotate | Download | only in coders

Lines Matching refs:group4

223     *group4;
227 (void) CopyMagickString(write_info->filename,"GROUP4:",MagickPathExtent);
228 (void) CopyMagickString(write_info->magick,"GROUP4",MagickPathExtent);
232 group4=(unsigned char *) ImageToBlob(write_info,group4_image,&length,
235 if (group4 == (unsigned char *) NULL)
238 if (WriteBlob(image,length,group4) != (ssize_t) length)
240 group4=(unsigned char *) RelinquishMagickMemory(group4);