Home | History | Annotate | Download | only in coders

Lines Matching refs:group4

1137     *group4;
1141 (void) CopyMagickString(write_info->filename,"GROUP4:",MagickPathExtent);
1142 (void) CopyMagickString(write_info->magick,"GROUP4",MagickPathExtent);
1146 group4=(unsigned char *) ImageToBlob(write_info,group4_image,&length,
1149 if (group4 == (unsigned char *) NULL)
1152 if (WriteBlob(image,length,group4) != (ssize_t) length)
1154 group4=(unsigned char *) RelinquishMagickMemory(group4);