-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector layer gets exported as an empty image if using a custom color profile #55
Comments
That's an unsupported feature, the addon doesn't support vector layers. Note we're not actively working on it at the moment. Someone's welcome to add the feature but we won't work on it. |
I checked the code, and indeed we do try to export vector layers. I didn't remember that, my bad. What I'm seeing too is we rely on Krita's internal conversion mechanism, and it seems it doesn't work with text perhaps? @razcore-rad this user has a vector layer with text and the text doesn't get rasterized when exporting the corresponding layer with batch exporter. The output image is empty. Do you know something about that? |
@iLegacy It seems like there's a problem with non-default Color Profiles. After converting your image to the default profile (Image -> Properties...): I could successfully export the image: I don't know if this is an internal issue or a bug in our plugin yet. |
@razcore-rad Thank you! Yes, you are right. When I change the color-profile to default, save the file, re-load the file and re-export with the batch exporter, it works! Thank you for the help! |
Yeah, I just don't know why this is happening, cause before save we convert the image in the plugin to the default color profile as well. We didn't document this cause we didn't know it's an issue until now. |
Bug report
What is the current behavior?
Vector layer does not exported (is not visible) BUT trimming respects the bounding box of the vector text!
What is the expected behavior?
Vector layer is visible in exported PNG:
Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.
The text was updated successfully, but these errors were encountered: