Quickly Overlay GIF On Still Image | GIMP Tutorial | Nuxttux

  Рет қаралды 48,903

Nuxttux Creative Studio

Nuxttux Creative Studio

Күн бұрын

Пікірлер: 66
@nuxttux
@nuxttux 4 ай бұрын
I've updated to this Tutorial: kzbin.info/www/bejne/bqmbpKeEZqZgarc
@erdemyilmaz6172
@erdemyilmaz6172 2 жыл бұрын
Quality of life improvement. If you have a larger gif and don't want to go through every other frame and delete them manually you can use this. Just go into Filters>Python-Fu>Console. Once the console opens, paste the following and hit enter twice. image = gimp.image_list()[0] for (index,layer) in enumerate(image.layers): if index%2: image.remove_layer(layer)
@nuxttux
@nuxttux 2 жыл бұрын
This gets the job done efficiently. Thank you for sharing.
@orion_paxx
@orion_paxx Жыл бұрын
i dont think this is working anymore :(
@Bloop42106
@Bloop42106 6 ай бұрын
@@orion_paxx I know I am late, but I figured I'd leave this here for anyone who comes later The codes doesn't work because the poster made the variable image and never saved it back to the original image a crude, but functional way to do it is this code for i, x in enumerate(gimp.image_list()[0].layers): if i % 2: gimp.image_list()[0].remove_layer(x)
@nuxttux
@nuxttux 6 ай бұрын
I do plan on making an updated version of this as I've found a much simpler, code free way of doing this and much more.
@meidachnate8855
@meidachnate8855 2 жыл бұрын
Bro THANK you!! Exactly what I needed. Gimp's layering system is so bass ackwards, this definitely helped.
@sabrihamad
@sabrihamad 5 жыл бұрын
finally. straight to the point. thanks a lot
@ScreechOwlx
@ScreechOwlx 2 жыл бұрын
you da man! easy peezy. Thanks
@kwc2086
@kwc2086 3 жыл бұрын
Thank you!!! This was extremely helpful and directly to the point!
@nuxttux
@nuxttux 3 жыл бұрын
I appreciate the feedback, and I'm glad it helped!
@beaustee4157
@beaustee4157 3 жыл бұрын
my background isn't merging with the other layers when i blend but just merging into one frame rather than the whole thing.
@nuxttux
@nuxttux 9 ай бұрын
Checkout the updated video on this topic, and look at the pinned comment for additional resources.
@the_Frank
@the_Frank 2 жыл бұрын
Super Rad Zilla Thank U for the Epic Rundown ........we are saving the Earth 1 Frequency @ a time ....... and you do alot for humans !!!! n1
@ValfreyjaAndTheHarp
@ValfreyjaAndTheHarp Жыл бұрын
Thanks for the great tutorial!
@nuxttux
@nuxttux Жыл бұрын
You're very welcome! There's an update version of this tutorial.
@raychristian9731
@raychristian9731 10 ай бұрын
thankyou youre saving my life
@nuxttux
@nuxttux 10 ай бұрын
Happy to help! There's an updated version of this.
@mathuldemcq9478
@mathuldemcq9478 3 жыл бұрын
Quick question, what key is used to delete the transparent layers? When I use "delete" (I have a french keyboard it says suppr) I delete the picture but not the layer. To do so I click right on the frame then I click on "delete the layer", and when they are over 25 frames to delete it gets tiresome. Thanks a lot for your help (this video was a lot of it already) :)
@nuxttux
@nuxttux 3 жыл бұрын
I recommend taking advantage of GIMPs "Keyboard Shortcuts" feature in the "Edit" dropdown, at the bottom of the list. From there search "Delete Layer" and voilà, you can setup your own keyboard shortcut.
@mathuldemcq9478
@mathuldemcq9478 3 жыл бұрын
@@nuxttux thanks a lot! :D (and sorry about the delay I did not see the notification)
@alexkay1672
@alexkay1672 3 жыл бұрын
you just saved me so much time lol thank you
@TheRealGoofJuice
@TheRealGoofJuice Жыл бұрын
Hello, I was wondering how to do this with a still foreground and an animated background?
@nuxttux
@nuxttux Жыл бұрын
There's a plugin for GIMP called "ofn-interleave-layers". I talk about it in my SkillShare class. It makes the process a lot easier and more intuitive.
@agustincontrerasmoiraghira1852
@agustincontrerasmoiraghira1852 5 жыл бұрын
Great video! Very helpful
@nuxttux
@nuxttux 5 жыл бұрын
I'm glad it could be of help. Thanks
4 жыл бұрын
Hey my GIMP software has small icons where do I go to enlarge them everything looks so small for me.
@nuxttux
@nuxttux 4 жыл бұрын
Hi, quick fix. Go to Edit > Preferences > Icon Theme > Custom icon size [it's a drop down menu]; you can handle it from there.
@nuxttux
@nuxttux 4 жыл бұрын
@ If you want them to cover the left panel you have to move the other tabs out of the way. You can click on the other panel's icons and drag them to the other panel.
@kennyb7403
@kennyb7403 3 жыл бұрын
Whats the shortcut to delete frames? Might need to know that cause I have a ton of layers and I have to right click and delete each.
@nuxttux
@nuxttux 3 жыл бұрын
The default is usually the "Delete" key (not necessarily backspace). You can modify the shortcut in " Edit > Keyboard Shortcuts "
@xXLegendOfAceXx
@xXLegendOfAceXx 3 жыл бұрын
When i try to blend its greyed out because my layers are not in RGB or Grey Scale color mode, but How do I change them to that so I can blend?
@xXLegendOfAceXx
@xXLegendOfAceXx 3 жыл бұрын
lol my bad I watched one of ur other videos and I fixed it
@avalon5957
@avalon5957 3 жыл бұрын
I can't get this to work, Not really sure why, but the background image will not merge with the layers, so it stays as the first frame of the gif. I've followed every step, making sure I did everything exactly as you did, but it just won't work. :( Good tutorial though (Edit): I know now. It's because all the frames were set to replace, not combine, as yours are. Any fast way to fix this, or do I need to painstakingly rename all layers?
@nuxttux
@nuxttux 3 жыл бұрын
You can set them to replace when exporting the gif. There's a checkbox to overwrite the blend mode.
@SB-qm5wg
@SB-qm5wg 3 жыл бұрын
TY!
@nuxttux
@nuxttux 9 ай бұрын
You're welcome!
@VideoNash
@VideoNash 4 жыл бұрын
This is good stuff, Thanks... I did subscribe. :)
@lokeshc
@lokeshc 4 жыл бұрын
Thanks, I Just want to fix one image as a background for all layers how I can do that? (I wanted to replace next layers on the same place of previous layers) Like 1,2,3 numbers on the same place but same background
@nuxttux
@nuxttux 4 жыл бұрын
Hi, I'm not sure if this what you're asking for, but you can duplicate the layers you want to repeat. Note that the animated elements can be stacked on top of each other.
@thegreatdivinie
@thegreatdivinie 3 жыл бұрын
I did find the solution to this, but I lost it. I hope to find it again, and if I do I will share it with you.
@itscesarbtch3451
@itscesarbtch3451 4 жыл бұрын
How do I do this in my iPhone
@nuxttux
@nuxttux 3 жыл бұрын
Unfortunately I don't have an iPhone to try it out but I did find an app called "XGimp", I haven't used it personally. Proceed with caution.
@Vaxtin
@Vaxtin 4 жыл бұрын
Very helpful. Only problem with what I was doing is having to manually adjust the ms delay on over 200 layers to match the original gif.
@nuxttux
@nuxttux 4 жыл бұрын
Hey, thanks for the feedback. If all layers are to have the same ms, you can do that when exporting by overwriting the delay for all, otherwise it can be a long process.
@Vaxtin
@Vaxtin 4 жыл бұрын
@@nuxttux Default set is 100ms. Wanted to reduce to match original at 40ms, but make the first frame 2000ms and a middle frame 3000ms. I just left them at 100ms and adjusted the two aforementioned frames.
@zackgravity7284
@zackgravity7284 3 жыл бұрын
@@nuxttux I am trying to do it reversed: Gif image as default image, and transparent background with an object on top of Gif
@CyberCheese392
@CyberCheese392 2 жыл бұрын
I'm hearing the process but not understanding the reasoning behind it.
@nuxttux
@nuxttux 9 ай бұрын
There's update to this video. Check the pinned comment there for extra resources.
@VideoNash
@VideoNash 4 жыл бұрын
I have over 2000 layers. Is there any way that I can hold down a key, or other and be able to sellect multiple layers and make any changes/edits all at one time? thanks for your support.
@nuxttux
@nuxttux 4 жыл бұрын
Gimp can make use of scripts. I personally haven't made use of them or written one but it is a possibility. As for holding down a key, I haven't found anything that works.
@officialtionesco
@officialtionesco 4 жыл бұрын
Try to press shift or ctrl, with that you should be able to select them. I haven't worked with gimp yet, I'm looking for programs rn, but this should work, if you need help, reply to my comment.
@nuxttux
@nuxttux 4 жыл бұрын
@@officialtionesco That feature hasn't been added to Gimp as of date (selecting multiple layers), although they are working on it.
@wino2k
@wino2k 3 жыл бұрын
Hi Nuxttux, I got a problem, maybe you can help me out :) Well, I did the same as you, but after I optimized the difference, they are all overlayed instead of replaced (in preview and after exporting). I can't find my problem or how fix it.
@nuxttux
@nuxttux 3 жыл бұрын
When exporting as GIF, you can check the "Use disposal entered above for all frames" checkbox. Make sure you choose "Replace", if that's what you want. But that might work how you'd expect it to. Here's why: When you "Optimize Difference" Gimp substitutes the pixels that repeat. That's why you'll notice mine got set to "Combine", after optimization. I hope that helps.
@wino2k
@wino2k 3 жыл бұрын
@@nuxttux tnx, that fixed my problem :-)
@MirzaAbdullahTariq
@MirzaAbdullahTariq 5 жыл бұрын
How to make looks of Gimp like Photoshop.. plz make easy video on it.
@nuxttux
@nuxttux 5 жыл бұрын
The easiest way is by downloading Gimpshop. It's a Photoshop look-alike of Gimp.
@Crambri
@Crambri 4 жыл бұрын
I'm doing everything that you are doing In the video, however when I get to the step where you blend the background image to the gif, my blend button is grayed out and I can't click it. Any idea as to why this is happening?
@nuxttux
@nuxttux 4 жыл бұрын
Make sure that your color mode is set to RGB or Grayscale, otherwise it won't work.
@Supermadc
@Supermadc 4 жыл бұрын
Doesn't work
@nuxttux
@nuxttux 4 жыл бұрын
What seems to be the issue?
@kasgames1339
@kasgames1339 5 жыл бұрын
you're a fucking legend
@milosmml7777
@milosmml7777 5 жыл бұрын
What ever you do, do not do this with snow.
@ranksausage
@ranksausage 5 жыл бұрын
why not?
@hazeltree7738
@hazeltree7738 4 жыл бұрын
@@ranksausage Compression, likely. The computer finds it hard to take unnoticeable details out of unpredictable pixels
5 Ways To Remove A Background with GIMP
6:43
Logos By Nick
Рет қаралды 1,4 МЛН
Creating a Simple Animated GIF with GIMP
12:46
Clinton Lanier
Рет қаралды 12 М.
How to Create AI Beat Sync Music Videos in Filmora Mobile!
2:45
Gizmo Journal
Рет қаралды 3,7 М.
How to add GIF on still image | GIMP Tutorial | Updated
13:42
Nuxttux Creative Studio
Рет қаралды 8 М.
How to make a basic animation on GIMP
11:28
Digital Art and Photography Tutorials
Рет қаралды 36 М.
Learn Kdenlive in 30 Minutes - Video Editing Basics
29:12
Nuxttux Creative Studio
Рет қаралды 3 М.
Gimp: How to Make a Cartoon, Using the Paths Tool
13:57
gimp workshop
Рет қаралды 138 М.
How to Animate a Still Photo with GIMP
17:45
Davies Media Design
Рет қаралды 87 М.
Gimp: Remove The Background And Make It Transparent
6:43
gimp workshop
Рет қаралды 986 М.
How To Create Animated GIFs With GIMP
11:40
Logos By Nick
Рет қаралды 226 М.
Top 5 Features Coming to GIMP 3.0
5:29
Davies Media Design
Рет қаралды 44 М.
How To Use Layers In GIMP For Beginners
19:59
GIMP TUT
Рет қаралды 32 М.