Hi
Another plugin
From this topic, where I’m asking a feature request about JPEG export, @KnowZero told me that the implementation should be available in Krita 5.1
But as I also had on my side started a private plugin to provide the functionality, @KnowZero convinced me to publish it to let users from Krita 4.4.3 and 5.0.0 being able to use it if needed.
So, you’ll find on github the JPEG Export plugin.
All instruction to download/install it are provided on main plugin page.
In few word, the plugins allows to export as JPEG with a preview of final result and final file size (ie: allows to check quality of exported file according to produced jpeg file size)
Functionalities
- Provides most of JPEG export options
- Real time (~1s) export result preview
- Exported result preview is rendered in a Krita view
– Allows to zoom and scroll on export result preview to check for JPEG compression artifacts
– Exported JPEG file size provided
– Different render modes (Final result, difference with source)
Interface screenshot
Notes
- Not tested on Windows and MacOS (only Linux Appimage), but it should work…
[2021-12-11] release v1.2.0
- Implement Resize from width or from height
- Fix bug Cleanup and missing controls
- Fix bug Missing icons
- Fix bug Menu not in the right place
For detailed functionalities description, you can read the full detailed release content directly on github repository.
Grum999