Closed ghost closed 4 years ago
Thanks a lot! I left you two comments for bits I'd like to see improved.
Thanks for taking the time to make the changes, with these few it's good to merge as far as I'm concerned.
Do you have a twitter handle I could mention when tweeting about this? Thanks for the help. 🙂
Do you have a twitter handle
I'm toast_dev on twitter.
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.