-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
Add support for reducing the size of image with lossless compression #1518
Comments
You can add a new
For the external tools, it's loaded via the settings The setting for external tool is as below: ImageGlass/v9/Components/ImageGlass.Settings/Config.cs Lines 735 to 748 in 633d457
|
This feature is added in ImageGlass 9.1 Beta |
The Magick.NET library contains an
ImageOptimizer
that can be used to reduce the size of an image with lossless compression. Would you be open to a pull request that adds support for this to ImageGlass? Not sure where should be added in the menu though. Maybe in theImage
menu? And would you be okay with this only be added to thev9
branch?The text was updated successfully, but these errors were encountered: