Lines Matching full:arg2
405 % const char *option, const char *arg1, const char *arg2)
413 % o arg1, arg2: optional argument strings to the operation
414 % arg2 is currently only used by "-limit"
425 *arg2;
447 arg2 = arg2n;
465 arg2=InterpretImageProperties(_image_info,_image,arg2n,_exception);
466 if (arg2 == (char *) NULL) {
468 arg2=arg2n; /* use the given argument as is */
602 CLISettingOptionInfo(cli_wand,"-undercolor",arg1, arg2);
1076 if (LocaleCompare("unlimited",arg2) != 0)
1077 limit=(MagickSizeType) SiPrefixToDoubleInterval(arg2,100.0);
1583 if ((arg2 && arg2n) && (arg2 != arg2n ))
1584 arg2=DestroyString((char *) arg2);
1620 % const char *arg1, const char *arg2,ExceptionInfo *exception)
1628 % o arg1, arg2: optional argument strings to the operation
1670 *arg2;
1692 arg2 = arg2n;
1707 arg2=InterpretImageProperties(_image_info,_image,arg2n,_exception);
1708 if (arg2 == (char *) NULL) {
1710 arg2=arg2n; /* use the given argument as is */
1719 "CLISimpleOperatorImage: \"%s\" \"%s\" \"%s\"\n",option,arg1,arg2);
1782 (void) CloneString(&_draw_info->text,arg2);
2239 if (IsGeometry(arg2) == MagickFalse)
2241 option,arg2);
2242 (void) ParseRegionGeometry(_image,arg2,&geometry,_exception);
2250 args = StringToArrayOfDoubles(arg2,&count,_exception);
2252 CLIWandExceptArgBreak(OptionError,"InvalidNumberList",option,arg2);
2322 if (IsGeometry(arg2) == MagickFalse)
2323 CLIWandExceptArgBreak(OptionError,"InvalidArgument",option,arg2);
2324 constant=StringToDoubleInterval(arg2,(double) QuantumRange+1.0);
2363 (void) QueryColorCompliance(arg2,AllCompliance,&target,_exception);
2411 args = StringToArrayOfDoubles(arg2,&count,_exception);
2413 CLIWandExceptArgBreak(OptionError,"InvalidNumberList",option,arg2);
2825 kernel=AcquireKernelInfo(arg2,exception);
2827 CLIWandExceptArgBreak(OptionError,"UnabletoParseKernel",option,arg2);
3327 new_image=SparseColorOption(_image,(SparseColorMethod)parse,arg2,
3343 CLIWandExceptArgBreak(OptionError,"InvalidArgument",option,arg2);
3354 flags=ParseGeometry(arg2,&geometry_info);
3356 CLIWandExceptArgBreak(OptionError,"InvalidArgument",option,arg2);
3588 if (arg2 != arg2n )
3589 arg2=DestroyString((char *)arg2);
3609 const char *option,const char *arg1,const char *arg2,ExceptionInfo *exception)
3624 "- Simple Operator: %s \"%s\" \"%s\"", option,arg1,arg2);
3633 CLISimpleOperatorImage(cli_wand, option, arg1, arg2,exception);
3643 (void) CLISimpleOperatorImage(cli_wand, option, arg1, arg2,exception);
3669 % const char *option,const char *arg1,const char *arg2)
3677 % o arg1, arg2: optional argument strings to the operation
3678 % arg2 is currently not used
3686 *arg2;
3720 arg2 = arg2n;
3735 arg2=InterpretImageProperties(_image_info,_images,arg2n,_exception);
3736 if (arg2 == (char *) NULL) {
3738 arg2=arg2n; /* use the given argument as is */
3972 if (IsGeometry(arg2) == MagickFalse)
3974 (void) ParsePageGeometry(_images,arg2,&geometry,_exception);
4547 if (arg2 != arg2n )
4548 arg2=DestroyString((char *)arg2);
4592 % const char *arg1, const char *arg2)
4600 % o arg1 & arg2: Argument for option, if required
4601 % Currently arg2 is not used.
4609 *arg2;
4630 arg2 = arg2n;
4645 arg2=InterpretImageProperties(_image_info,_images,arg2n,_exception);
4646 if (arg2 == (char *) NULL) {
4648 arg2=arg2n; /* use the given argument as is */
4896 arg2=InterpretImageProperties(_image_info,_images,arg2n,_exception);
4897 if (arg2 == (char *) NULL) {
4902 (void) SetImageRegistry(StringRegistryType,arg1+9,arg2,_exception);
4904 arg2=DestroyString((char *)arg2);
4919 arg2=(char *) NULL;
4922 arg2=InterpretImageProperties(_image_info,_images,arg2n,_exception);
4923 if (arg2 == (char *) NULL)
4927 (void) SetImageOption(_image_info,arg1+7,arg2);
4929 arg2=DestroyString((char *)arg2);
4939 arg2=(char *) NULL;
4942 arg2=InterpretImageProperties(_image_info,_images,arg2n,_exception);
4943 if (arg2 == (char *) NULL)
4948 (void) SetImageArtifact(_images,arg1+9,arg2);
4950 (void) SetImageProperty(_images,arg1+9,arg2,_exception);
4952 (void) SetImageProperty(_images,arg1,arg2,_exception);
4953 arg2=DestroyString((char *)arg2);
5072 if (arg2 != arg2n )
5073 arg2=DestroyString((char *)arg2);
5132 *arg2;
5177 arg1=arg2=NULL;
5181 arg2=(const char *) va_arg(operands, const char *);
5187 option,(long) count,option_type,arg1,arg2);
5202 CLISettingOptionInfo(cli_wand, option, arg1, arg2);
5208 CLINoImageOperator(cli_wand, option, arg1, arg2);
5223 (void) CLISimpleOperatorImages(cli_wand, option, arg1, arg2,exception);
5229 (void) CLIListOperatorImages(cli_wand, option, arg1, arg2);