Lines Matching refs:group4
208 *group4;
212 (void) CopyMagickString(write_info->filename,"GROUP4:",MagickPathExtent);
213 (void) CopyMagickString(write_info->magick,"GROUP4",MagickPathExtent);
217 group4=(unsigned char *) ImageToBlob(write_info,group4_image,&length,
220 if (group4 == (unsigned char *) NULL)
223 if (WriteBlob(image,length,group4) != (ssize_t) length)
225 group4=(unsigned char *) RelinquishMagickMemory(group4);