Registered Member
|
I need to make a GIF down to a very specific size to use it in the modpack it's being made for. I can render it image by image, import it, and size each individually, but that takes forever and I'm worried I couldn't keep the scale consistent. Is there another way?
*it needs to be different dimensions than the original gif so I unfortunately can't just change the resolution while rendering |
Registered Member
|
This is a common task for ImageMagick. I didn't specifically install this tool, but I found it in the dependencies. You may already have it installed, too.
This tool consists of several commands, we need "convert". In the command line we have to specify the original image and the necessary conversions, like this:
Instead of 100x100, put the desired dimension. Now I checked this command, it worked fine! |
Registered Member
|
Okay, I got the software but I can't seem to find the place where I need to put the command in. Any insight? |
KDE Developer
|
You run commands like this from the commandline.
|
Registered users: Bing [Bot], daret, Google [Bot], sandyvee, Sogou [Bot]