Skip to content
Advertisement

Tag: gif

imageMagick gif is moving out of frame

I have this simple code to rotate a static image with imageMagick on PHP For some reason, it is being offset with each new image, like this: How can I make it to stop moving out of frame? Answer I am not an expert in PHP Imagick, but your issue is that rotateImage() always seems to rotate about the top

Advertisement