Multi-Frame Color Change - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Older Gimp versions (2.8, 2.6....) (https://www.gimp-forum.net/Forum-Older-Gimp-versions-2-8-2-6) +--- Thread: Multi-Frame Color Change (/Thread-Multi-Frame-Color-Change) |
Multi-Frame Color Change - DarwinsFlinch - 04-13-2019 Hey gang... When working with the frames for an animated gif, can you exchange colors on multiple frames at one time? Thanks! RE: Multi-Frame Color Change - Ofnuts - 04-14-2019 No. But you can temporarily join all your frames into a single layer, process the layer, and split it back into frames when done. This can be done with the ofn-layer-tiles script. RE: Multi-Frame Color Change - techie1484 - 04-14-2019 What exactly do you mean by "exchange" color??? If by exchange, you mean some frames are colored and some in greyscale,it is possible. It is possible by having having the colored frames in a seperate .xcf file and the frames in greyscale in a different .xcf file. Then these two files can be merged into a single animation through File -> Open as layers option. The order of opening the files with layers as frames will be the order of frames for the animation. So, if the greyscale frames need to be first, then they need to be opened first and then the colored frames on top. RE: Multi-Frame Color Change - DarwinsFlinch - 04-14-2019 (04-14-2019, 12:41 AM)Ofnuts Wrote: No. So I guess this becomes a bonus opportunity to learn how to use scripts. Can you point me to a good source for that as well? RE: Multi-Frame Color Change - Krikor - 04-14-2019 (04-14-2019, 01:10 PM)DarwinsFlinch Wrote:(04-14-2019, 12:41 AM)Ofnuts Wrote: No. Maybe the visible link https://sourceforge.net/projects/gimp-tools/files/scripts/ in ofn-layer-tiles text!? |