(PECL gmagick >= Unknown)
Gmagick::resampleimage — Resample image to desired resolution
$xResolution
   , float $yResolution
   , int $filter
   , float $blur
   )Resample image to desired resolution.
xResolutionThe new image x resolution.
yResolutionThe new image y resolution.
filterImage filter to use.
blurThe blur factor where larger than 1 is blurry, smaller than 1 is sharp.
The Gmagick object on success
Throws an GmagickException on error.