Would like to convert PNG to JPG as well.
I am running a webshop and many of the pictures are delivered from vendors in PNG format. Which are bigger in size than JPG for normal photos
Would like to not only resize but also convert to JPG if possible.
Make checkbox: 'convert aswell'
@bricelam thoughts?
If you're gonna add possibility for _one_ filetype conversion, then you better add _all_ of them, because you know in advance people will ask for them.
@crutkas Years ago, I imagined crating a separate utility (Image Converter?) to do this. I'm a firm believer in the single responsibility principle. 馃槈
@crutkas Years ago, I imagined crating a separate utility (Image Converter?) to do this. I'm a firm believer in the single responsibility principle. 馃槈
Honestly, this seems a bit taken too strict. Don't get me wrong, don't want to pick a fight but just an healthy discussion.
Idea of this powertoy is to quickly resize pictures to fit for quick use, isn't it? Atleast that's to me it's strength.
For advanced / batch resizing there many more programs that do a better job, but for a quick resize to use it on the web it's perfect. But take for example a TIFF file. Why would someone resize a TIFF file? I mean what's the point of resizing a quality-focused (over compression / storage) encoding and ending up with a big file anyway but yeah reduced the resolution. I don't see many practical usecases for this but that might be me who's shortsighted?
To me you could easily add this as an option to a profile, so you could have for example have two profiles for eg Medium:
Medium - Force JPG-encoding
Medium - Keep source encoding
This way it doesn't defeat the core purpose / identity of the utility but still give the users the option to force a format if they want.
Let me put it this way: What would you find the best way to resize any give photo for quick use on the web. How would that single purpose utility look like?
I can understand your point of you from a technical view. Technically, you are right and there are 2 repsonsibilities here. 1 Resizing, 1 converting. But practically these goes often together.
Note, I鈥檓 just giving my two cents based on my experience of maintaining the utility for the past twelve years. The Power Toys team will ultimately decide how to evolve the tool going forward.
There are plenty of more powerful utilities out there that can do a lot more. I always strived to keep Image Resizer simple鈥攖he UI could quickly get overwhelmed if more features are introduced.
I agree with @bricelam. We aren't aiming to be the end all here. We also get into the world where you can select multiple file types at once then you're dealing with different permutations. IMO, there are tools far better and converting and you'll get better results.
You also start getting into quality issues. JPG to PNG, JPG to GIF, GIF to JPG. All these have a bunch of options for how the image quality will be.
I just can't see us doing this as the tool then starts becoming very heavy
Most helpful comment
@crutkas Years ago, I imagined crating a separate utility (Image Converter?) to do this. I'm a firm believer in the single responsibility principle. 馃槈