Lines Matching full:extract
3461 " exchange, extract, or transfer one or more image channels",
3485 " transparent, extract, background, or shape",
3533 "-extract geometry extract area from image",
4875 if (LocaleCompare("extract",option+1) == 0)
6932 if (LocaleCompare("extract",option+1) == 0)
6935 Set image extract geometry.
6939 if (image_info->extract != (char *) NULL)
6940 image_info->extract=DestroyString(image_info->extract);
6943 (void) CloneString(&image_info->extract,argv[i+1]);