Export Krita Layers to Single Images
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Take control of your privacy with Proton's trusted, Swiss-based, secure services.
Choose what you need and safeguard your digital life:
Mail: https://go.getproton.me/SH1CU
VPN: https://go.getproton.me/SH1DI
Password Manager: https://go.getproton.me/SH1DJ
Drive: https://go.getproton.me/SH1CT
Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Orient Looping
--
Chapters
00:00 Export Krita Layers To Single Images
00:13 Answer 1 Score 4
00:58 Answer 2 Score 1
01:09 Accepted Answer Score 12
01:28 Answer 4 Score 0
01:37 Thank you
--
Full question
https://superuser.com/questions/878784/e...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#export #saveas #drawing #krita
#avk47
ACCEPTED ANSWER
Score 12
I know I am a bit late, but Krita 4.1.0 (released this june) does have such option.
Go to "Tools"->"Scripts"->"Export layers". There you can choose the folder and what to do with visible/invisible layers. The output image names are the layer names.
ANSWER 2
Score 4
There is no direct export option, however when saving in the .tif format, you can easily convert to separate .png files using Imagemagick's convert
.
If you save the following image:
in the .tif format without flattening:
and then convert to single images using:
convert layered.tif layers.png
you will then have the separate images:
Hopefully, installing Imagemagick won't be a challenge or two.
There also seems to be a script to convert from .ora, however saving as .org is very slow and a quick test of the script created results of much smaller resolution.
ANSWER 3
Score 1
Another option is to save a file in psd format and then use other editors (gimp, etc.).
ANSWER 4
Score 0
Use File > Export > Spriter SCML - this command export all layers as files and all groups as folders