taking small slices from multiple images and blending them?
Posted: 2012-12-24T13:01:50-07:00
So, I have a photography project where I ultimately want to take a lot of images and blend them together in strips. For instance, if I have 3 images, one black, one green, and one yellow, and they are all 60 pixels wide, I want there to be 3 vertical bands (red, green, black), and have a ~5-10 pixel blend in between each. so, each strip will kinda blend/fade into the next one. I was able to successfully use Image Magick to make the strips by determining how many files are in the sequence, how wide they are, and how wide the total image is, etc. But, there is of course no overlap, and I want there to be an overlap/blend between each.
the final composite would look something like this:
the source files would be three solid images (black, green, yellow). Of course, for my final project, I will be using actual image files. I can pretty easily do this by hand in Photoshop, but the goal is to do this with several hundred images, all blended. Think of a day to night transition of a time-lapse, or something like that. Any help? I'm pretty new to Image Magick.
the final composite would look something like this:
the source files would be three solid images (black, green, yellow). Of course, for my final project, I will be using actual image files. I can pretty easily do this by hand in Photoshop, but the goal is to do this with several hundred images, all blended. Think of a day to night transition of a time-lapse, or something like that. Any help? I'm pretty new to Image Magick.