GDQuest / krita-batch-exporter

A Free Krita plugin to batch export layers and groups with maximum flexibility. Scale, trim, export multiple copies of your layers...
GNU General Public License v3.0
313 stars 27 forks source link

Add support to all color models and spaces #30

Closed ghost closed 4 years ago

ghost commented 4 years ago

This works by creating a temporary Document and invoking Krita's own Document::setColorSpace method. All color models and depths that Krita supports should now be supported in theory.

Output would still be 8bpc sRGB only.

This would incur some overhead associated with creation of the temporary Document, but I don't expect it to be very significant, since no view is created for it.

NathanLovato commented 4 years ago

Thanks a lot! I left you two comments for bits I'd like to see improved.

NathanLovato commented 4 years ago

Thanks for taking the time to make the changes, with these few it's good to merge as far as I'm concerned.

NathanLovato commented 4 years ago

Do you have a twitter handle I could mention when tweeting about this? Thanks for the help. 🙂

ghost commented 4 years ago

Do you have a twitter handle

I'm toast_dev on twitter.