Getting center of SRT distorted Image
Posted: 2018-04-12T09:18:04-07:00
Hello,
I am running a command like this below:
convert -distort SRT %[fx:(15+t)/100],0
I'm using it in a larger script to create a gif that gradually enlarges each frame. What I would like is to just get part of the center of the image. I'm including two links to the original image, and what it looks like after a single run of the above distortion command.
Original:
https://ibb.co/iZg7p7
After distortion:
https://ibb.co/mCBq97
I just want that center part where it looks identical to the original image.
Any help is appreciated, thanks!
I am running a command like this below:
convert -distort SRT %[fx:(15+t)/100],0
I'm using it in a larger script to create a gif that gradually enlarges each frame. What I would like is to just get part of the center of the image. I'm including two links to the original image, and what it looks like after a single run of the above distortion command.
Original:
https://ibb.co/iZg7p7
After distortion:
https://ibb.co/mCBq97
I just want that center part where it looks identical to the original image.
Any help is appreciated, thanks!