-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature request: force conversion #44
Comments
I could imagine several cases where conversion and/or manipulation might be desired. |
Well, there's already a checkbox to convert regardless of alpha channel and this could be enabled for a given directory as well. So having a hook/signal to allow to override configuration will probably be quite complex as it means that somehow you need to understand by code that alpha channel is useless or can safely be forgotten in a specific case. Sounds quite complex. Adding a button to force conversion sounds like the best approach but is imho not the core business of this extension. So did you try to create that button and manually invoke the resizing based on configuration? Something like:
Possibly we need to add some helper methods to quickly override the configuration in that case or to decouple |
The best approach would possibly be a button in File > List next to each image which shows a dialog where one can manually resize to any dimensions, allowing to "force" in case of PNG transparency, but this is quite some work and will require a PR. |
It happens that a PNG is uploaded but not converted because transparency is detected even if visually there's no transparency. In this cases a button to force the conversion to JPG of a single image would be useful.
The text was updated successfully, but these errors were encountered: