Correcting Alignment of an image series
Posted: 2016-08-11T10:10:44-07:00
Hi Guys,
I'm not sure how best to describe what i'm trying to do so please let me know if you need any clarifications.
Basically I have a set of 24 images that were taken of an object that was being rotated on a flat surface. The purpose is to create a smooth high quality short video of the object rotating. once I compile the images into a video, the object seems to bounce around on the screen. I believe this is because the object is not perfectly aligned to the center. All the images are just of that object and basically a white background that I can crop out. I'm trying to batch this process as there is a good number of objects that are already photographed that I'd like to run this on.
How can I process the image set so it can crop all the images while making sure that the object is centered perfectly in the center?
I'm using "Version: ImageMagick 7.0.2-7 Q16 x64 2016-08-06 " on a Win32(64) machine.
I've already attempted to use the -gravity center option with crop with no luck.
"convert img001.png -gravity Center -crop 3840x2160+0+0 result.png"
I appreciate any help on this.
Thanks
I'm not sure how best to describe what i'm trying to do so please let me know if you need any clarifications.
Basically I have a set of 24 images that were taken of an object that was being rotated on a flat surface. The purpose is to create a smooth high quality short video of the object rotating. once I compile the images into a video, the object seems to bounce around on the screen. I believe this is because the object is not perfectly aligned to the center. All the images are just of that object and basically a white background that I can crop out. I'm trying to batch this process as there is a good number of objects that are already photographed that I'd like to run this on.
How can I process the image set so it can crop all the images while making sure that the object is centered perfectly in the center?
I'm using "Version: ImageMagick 7.0.2-7 Q16 x64 2016-08-06 " on a Win32(64) machine.
I've already attempted to use the -gravity center option with crop with no luck.
"convert img001.png -gravity Center -crop 3840x2160+0+0 result.png"
I appreciate any help on this.
Thanks