Gimp-Forum.net
Layers multiple selection ? - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Layers multiple selection ? (/Thread-Layers-multiple-selection)

Pages: 1 2 3


Layers multiple selection ? - NiceIsNice - 02-16-2022

Hey there Smile 

is there a way to multi select layers - even all - that gonna get the same edit, for example in milliseconds ? Help will be appreciated Wink

[Image: hrff.jpg]


RE: Layers multiple selection ? - shorte85 - 02-16-2022

This is a good question, and I was gonna ask the other day and I forgot. So I'm interested in knowing if you can do multiple selections of layers as well, because that would be helpful! Smile


RE: Layers multiple selection ? - NiceIsNice - 02-16-2022

(02-16-2022, 06:00 PM)shorte85 Wrote: This is a good question, and I was gonna ask the other day and I forgot. So I'm interested in knowing if you can do multiple selections of layers as well, because that would be helpful! Smile

Yeah especially if the GIFs I make for my daughter are 50 layers Big Grin


RE: Layers multiple selection ? - shorte85 - 02-16-2022

(02-16-2022, 06:26 PM)NiceIsNice Wrote:
(02-16-2022, 06:00 PM)shorte85 Wrote: This is a good question, and I was gonna ask the other day and I forgot. So I'm interested in knowing if you can do multiple selections of layers as well, because that would be helpful! Smile

Yeah especially if the GIFs I make for my daughter are 50 layers Big Grin


Ha ha, yeah that's a lot of layers... Smile


RE: Layers multiple selection ? - rickk - 02-16-2022

(02-16-2022, 04:56 PM)NiceIsNice Wrote: is there a way to multi select layers - even all - that gonna get the same edit, for example in milliseconds ? Help will be appreciated Wink

"Milliseconds" is easy, just specify the new time in the export dialog, and check the "use this delay  entered above for all frames" check box.


RE: Layers multiple selection ? - NiceIsNice - 02-16-2022

Yeah right ?

Any GIMP patron-saint in here ?


RE: Layers multiple selection ? - programmer_ceds - 02-16-2022

Unless I'm missing something you can't select multiple layers in V2.10.x.

You can select multiple layers in V2.99.x and some operations will work if you have more than one layer selected - for example rotate or crop will apply to the selected layers. Tools like the paintbrush and pencil do not operate at all if more than one layer is selected but this will change in future versions.


RE: Layers multiple selection ? - NiceIsNice - 02-16-2022

"My" GIMP is version 2.10.30


RE: Layers multiple selection ? - rich2005 - 02-17-2022

Quote:...is there a way to multi select layers - even all - that gonna get the same edit, for example in milliseconds ?

I am not sure I understand all of the question.

Initially seems about the timing value in an animation. Ofnuts has a re-timing plugin ofn-retime-layers.py with various selection options. see: http://sourceforge.net/projects/gimp-tools/files/scripts/

Then there are old scripts, look for Multiple Layer Actions script-fu that can apply various basic actions (colorify / autocrop / layer-to-image-size / ...etc..to linked layers.

Then the gmic plugin can apply many of the gmic filters to layers, choice by all / all visible / all invisible.

50 layers is not too many. Hundreds, then best way is export all the layers to individual images and use some sort of batch operation.


RE: Layers multiple selection ? - Ofnuts - 02-18-2022

My ofn-retime-layers script, perhaps?