SUMMARY hi,sorry for strange english. so this about request. Can add Krita new terminal command for export all layer? Option1 > No trimming transparent or background space. This option is did not trimming transparent. So no trimming background and layer, What that? Example, all image without change on canvas position. So kind for bone animation system. Or picture story animation. > Kind for this method using other software. example. Synfig studio, COAtools in blender. Option2 > Trimming transparent or background space. This option using trimming for transparent, or background no draw space. i think not difference transparent = background no draw space. But You can imaging example easy word. So, this like Gdquest https://github.com/GDquest/krita-batch-exporter. This plugin all trimming for transparent on layer. Image position on layer = Image center always. Why this request? Here. I can tell why i need this. I use krita in linux command on terminal. that is do export. that is wonderfull. I no need many confirm. that is very slow action. So >Export where directory? >E xport png? or jpeg? or other extension? >Export ok? this means confirm for overwrite. >Export name is what name? >Export done you must did more push button action. here. OK ugh, sorry. Yes, this terminal command method is very usefull. Thanks for package this command system on krita. By the way, This method always include all layer only. So I want difference option on krita terminal command. So i told that. Export separate all layer on terminal command. Optional command for No trimming, Or do trimming. Yes krita have Export Layer python plugins. But need more action GUI. >What You need document? You must do click select. >Where you need export directory? You must choose directory path. this script close window, that reset. If you need one more, This need action again. >What you need export extension is JPEG or PNG? Default JPEG, You need PNG? oh one more click JPEG>PNG. This all action. Need moremoremoremore click. boring. And slow. Yes this method kind for user of no using terminal. And Gdquest. This plugins did trimming only. I want not trimming. So those plugins, Need krita GUI always. I want export only on cui of terminal. Krita Version: 4.3.1-alpha (git f119f41) Languages: en_US, en Hidpi: true Qt Version (compiled): 5.12.9 Version (loaded): 5.12.9 OS Information Build ABI: x86_64-little_endian-lp64 Build CPU: x86_64 CPU: x86_64 Kernel Type: linux Kernel Version: 5.4.0-42-lowlatency Pretty Productname: Ubuntu 20.04 LTS Product Type: ubuntu Product Version: 20.04 Desktop: KDE
Yes, something like that can be coded of course. But it will need a volunteer to work on it.
(In reply to Boudewijn Rempt from comment #1) > Yes, something like that can be coded of course. But it will need a > volunteer to work on it. Hi, thanks. If i know that programing knowledge, I can did that it. Yes of cause that is a maybe. im not programmer. But i think, If i any do try, Maybe it is good of the get knowledge. krita sources> what filename to command line script code file? So C++ or QT? I remember, maybe krita said to using QT and C++.
C++ and Qt. Commandline options are defined in KisApplicationArguments.cpp and used from KisApplication.cpp
If you want to work on that (which shouldn't be that difficult, btw), you can always come for help on Freenode IRC channel #krita or send a mail to kimageshop@kde.org or maybe ask on krita-artists.org.
(In reply to Boudewijn Rempt from comment #3) > C++ and Qt. Commandline options are defined in KisApplicationArguments.cpp > and used from KisApplication.cpp Thanks, I checked this file. Yes sorry for im not programmer. Maybe i might saw only. (In reply to Boudewijn Rempt from comment #4) Woah. That is kindness community. Okay thanks, I try. But you said shouldn't be that difficult. I hope that is so.