Free program to reduce picture size

johnrobert

Well-Known Member
Reaction score
259
Location
Vancouver BC
A client asked me about this we did a Google search but they were watermarked or not good.

Computer is Windows
 
Last edited:
Why do you need a program?
Reliability, speed, privacy?

In linux - Gimp Image editor.
Thunar action:
Code:
for file in %N; do convert -strip -interlace Plane -quality 80 "$file" -resize 1000x1000 rs-"$file"; done; notify-send "Resize images" "finished"

For Windows users, I used to recommend Brice Lambson's Image Resizer, but it isn't easy to strip the exif data (which, together with an embedded thumbnail, is quite big and includes location data). The RW Designer Picture Resizer is quick and more effective, but takes a bit more getting used to.
 
Same here......doesn't get much easier. Similar to the version back in the WinXP days from powertoys, and that other Microsoft developer, Prish or something.
That's right. I'd forgotten about that!

Thinking back, that's probably the main reason I use Image Resizer now, because I was originally searching for a replacement for the powertoys application. It was actually Resize-O-Matic I went to first though but, IIRC, the project became abandoned and stopped working. That's when I found Image Resizer, which seemed to be a clone/fork/continuation of Resize-O-Matic.
 
This is what I've used for years too. Customer's love it. Quick and easy.

I even use it myself sometimes if I just need to quickly resize a bunch of photographs without opening Photoshop, etc.

I use it on a daily basis to reduce work pictures from 2 to 3 meg down to a couple hundred Kilo so I can email them.

It's fast and easy to use when doing a lot of pictures at once.
 
I use a program called RIOT (Rapid Image & Optimisation Tool) which allows you to resize & convert jpg & png, it's more for optimising image file size for web images, etc. You can also do batches, drag 'n drop and it'll show you the original next to the optimised image so you check quality.

have used it for years and is far easier and quicker than most others i've looked at.
 
Back
Top