Hello to everyone, I have just discovered ImageMagick
I like the software and I will try to study it thoroughly, but now I need urgently (in 1-2 days) to do something and I would like to be helped by someone more experienced.
My problem is: I have two images (A and B), and I would like to obtain a series of images with a progressive blending of these 2 images, from 0 to 100%. For instance, I would like to obtain 001.jpg (99% A, 1% B), 002.jpg (98% A, 2% B), etc.
After I will use these 100 images to obtain a video with a progressive transition between the images. Note that even if there is a way to directly obtain the video, I still would like first to learn how to obtain the series of images.
I'm using Windows version of IM.
Anyone could help me?
Thank you!
EDIT: I've already tried the solutions described here:
https://ubuntuforums.org/showthread.php ... 996&page=1
and I've read a bit of IM help, but looks too complicate to understand it in a few days... I just managed to convert from png to jpg
Create a series of images with progressive blending between 2 images
Re: Create a series of images with progressive blending between 2 images
I see you comment: " Note that even if there is a way to directly obtain the video, I still would like first to learn how to obtain the series of images."
You could check out http://www.imagemagick.org/script/comma ... .php#morph although there is not a lot of control
You could check out http://www.imagemagick.org/script/comma ... .php#morph although there is not a lot of control
Re: Create a series of images with progressive blending between 2 images
Thank you Bonzo, I've tried:
and it works
Code: Select all
convert A.jpg B.jpg -morph 100 image.jpg