-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Image Resizer] Offer option to encode images to another format (image converter) #2686
Comments
what other formats? |
For me PNG, TIFF -> JPG conversion would suffice. |
Agreed, I never need to go from JPG to PNG, but PNG to JPG would be super useful and a great time saver! thanks |
@kenfrancisadams i can tell you i've had to do that due to a tool that only wanted PNGs even though it wasn't needed to be in PNG :( |
I'd like to upvote this. Frequently I need to resize to get the file size down, and resizing a PNG often results in a file that's still too large (in bytes) for my purpose. It would be nice to have the option to always resize to JPG. |
Also, I think HEIC would be a nice addition too (not necessarily to but definetly from). I often get sent a lot of HEIC photos and some software doesn't support them. Having a dedicated app/feature for image conversion would be an amazing addition. |
I'll agree to this as well. The fallback encoder to JPEG is there, so it shouldn't be too hard to make a checkbox to force the fallback encoder instead. |
Would be lovely with a easy right click option to Convert HEIC -> JPG files. |
In case anyone is wondering where all these requests for converting HEIC are coming from and why it's important, iOS has made HEIC the default file format of photos due to its reduced file size compared to JPEG. HEIC is becoming more ubiquitous and likely will continue to do so as other software vendors want to cache (accidental typo, but I like it, so it stays 😁) in on smaller lossy images, so OS-level support via PowerTools would really help. |
JPEG XL would be nice |
Any updates on whether or not this feature is being considered? |
TL;DR
|
If this feature is implemented one day, maybe using
And also please consider JXL now that we know that it is a very capable image format, the best for nearly all use cases. |
This is old issue. But change format along with resize is stil wanted feature. PNG -> JPG and PNG -> WEBP is need for my user case. |
Yup, really old issue. Not sure why MS/contributors aren't looking into it. |
I would like to work in this issue. If it is possiable? |
Hello,
I took a look at the image resizer feature and found it really interesting, but I was wondering if it could also encode to another format. There are times when you have a bunch of png images that you want to convert to png, to have a lighter file, with or without a resize of the image. I think it could be interesting to add this option. It could simply be a drop list added when you create a new format size, with encode to : [Keep format, png, jpg ...]
The text was updated successfully, but these errors were encountered: