how to animate by color rotation only?
Posted: 2016-08-18T18:40:11-07:00
Hi all.
I'm trying to take a static RGB image and from it create an animated gif of 3 frames where the only thing that changes is the order of the color channels. https://www.youtube.com/watch?v=YthPDkV8BQk shows something like this being done, but it uses Photoshop and I'm wondering if it is possible with ImageMagick. Also the video uses more color "steps" (and therefore frames) than I need... I think it rotates around the color wheel 12 times before coming back to the start. I only need 3 steps/frames, so basically I want the image to start as RGB, change to BRG, and end with GBR.
> convert --version
Version: ImageMagick 6.7.8-9 2016-05-09 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
Thanks in advance for any suggestions,
Lance
I'm trying to take a static RGB image and from it create an animated gif of 3 frames where the only thing that changes is the order of the color channels. https://www.youtube.com/watch?v=YthPDkV8BQk shows something like this being done, but it uses Photoshop and I'm wondering if it is possible with ImageMagick. Also the video uses more color "steps" (and therefore frames) than I need... I think it rotates around the color wheel 12 times before coming back to the start. I only need 3 steps/frames, so basically I want the image to start as RGB, change to BRG, and end with GBR.
> convert --version
Version: ImageMagick 6.7.8-9 2016-05-09 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
Thanks in advance for any suggestions,
Lance