diff --git a/reference/imagick/imagick/getimagecolorspace.xml b/reference/imagick/imagick/getimagecolorspace.xml index 08a3b80ec3..a289edb34b 100644 --- a/reference/imagick/imagick/getimagecolorspace.xml +++ b/reference/imagick/imagick/getimagecolorspace.xml @@ -20,7 +20,7 @@ &reftitle.returnvalues; - &imagick.return.success; + Returns an integer which can be compared against COLORSPACE constants. diff --git a/reference/imagick/imagick/getimageprofiles.xml b/reference/imagick/imagick/getimageprofiles.xml index c520d8f8ee..a6cd2de1f7 100644 --- a/reference/imagick/imagick/getimageprofiles.xml +++ b/reference/imagick/imagick/getimageprofiles.xml @@ -11,11 +11,11 @@ arrayImagick::getImageProfiles stringpattern"*" - boolonly_namestrue + boolinclude_valuestrue - Returns all associated profiles that match the pattern. If &true; is passed as second parameter + Returns all associated profiles that match the pattern. If &false; is passed as second parameter only the profile names are returned. &imagick.method.available.0x636; @@ -33,10 +33,10 @@ - only_names + include_values - Whether to return only profile names. If &false; then values are returned as well + Whether to return only profile names. If &false; then only profile names will be returned.