feat: add quality configuration for saving WebP images#2094
feat: add quality configuration for saving WebP images#2094tmchow wants to merge 2 commits intoPintaProject:masterfrom
Conversation
Add a quality dialog when saving WebP images, matching the existing JPEG quality behavior. When saving a WebP file for the first time in a session, the user is prompted with a quality slider (default 80). - New WebPFormat class following the JpegFormat pattern - Register WebPFormat in ImageConverterManager - Add WEBP_QUALITY setting for persisting the quality value - Generalize quality dialog title from "JPEG Quality" to "Image Quality" Closes PintaProject#1571
|
I'd just suggest that Possibly just |
The dialog is now used for both JPEG and WebP quality settings, so the JPEG-specific name no longer fits.
Done! |
Is this an automated contribution or have you done some work yourself? |
Combo of my own thoughts assisted with AI. It's a little difficult to clean split and for me to declare some % split though ofc. If contributions assisted with AI are not welcomed, I can respect that and we can close it out. |
Adds quality dialog for WebP saves following the JPEG pattern. Closes #1571.
This contribution was developed with AI assistance (Claude Code).