Hi
If you mean you have images names like:
- img0001
- img0010
- img0025
And have images imported to frames 1, 10 and 25, I don’t think so.
You can define the gap between imported images, but in this case it will be the same gap between all images
You can create plugins, that allows to batch some operation, but:
- It need some skills with Python development
- Krita API for animation are minimal and you’ll have to do some tricky things to work on frames (possible, but not the easiest thing)
- I’m not sure you can access to G’Mic filter from Krita’s python API
Workaround might be possible, but tricky.
Things that works well: you can apply a filter mask on an animated layer and play with filter layer mask in time, but playing with filter properties in time seems not possible (or I didn’t found how to do it for example, applying a progressive gaussian blur)
For what I can see, you can use colorize mask on an animated layer, but currently (event in Krita 5…0.0-prealpha) the colorize mask is applied on all layer frames I’m not able able to define a different paint definition on colorize mask in time (no keyframes for colorize mask)
Here a “workaround”, but it’s not really fluid…
I recently saw @tiar talking about this functionality I think:
But I think you’ll have to download source and compile it by yourself if you want to test it ![]()
I don’t know
As I don’t have photoshop, I can’t test a PSD file with animation…
But if you’ve tested a such PSD file import and got layers instead of frames, without any import option, I’m afraid that it’s currently not possible.
As I said before, Krita’s python API are minimal for animation.
You can move in time across layer frames, you can -in a certain way, it’s tricky- modify their content programmatically, but currently except by importing a list of image files, there’s no function to create/insert/delete/move frames from an animated layer
layers can be animated, i.e., have frames.
return true if the layer has frames. Currently, the scripting framework does not give access to the animation features.
Currently @eoinoneill and @emmetpdx are working hard to improve animation in Krita.
I don’t know if with Krita 5.0.0, Python API will be improved or not…
Grum999