MagickChopImage

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
aditan22

MagickChopImage

Post by aditan22 »

Hello,

I want to ask what is MagickChopImage used for? I have read the manual and try to apply this function to my image, but didn't get any idea what it's doing.. lol. It seems like zooming my image :roll:

So will anyone tell me about this function?

thanks.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: MagickChopImage

Post by anthony »

It chops off sides, columns and rows out of the image. The number of pixels in the image will change. Your image viewer is resizing the image for display purposes, and that is a seperate issue.

http://www.imagemagick.org/Usage/crop/#chop
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
aditan22

Re: MagickChopImage

Post by aditan22 »

thanks for the reply. I'll see it more thoroughly later.
Post Reply