Jump to content

Recommended Posts

Posted

Some time ago (possibly years ago) I'm sure I read about a script/program on here that people used to resize all their photos larger than 1080p to 1080p

 

I can't find it though and I've been asked to do that to our fileserver over Christmas to reclaim some space from the 1.6 million photos we are apparently storing

 

Would one of you happen know what I'm talking about and could enlighten me?

 

Thanks

Posted
Not sure about a script but we've been using Fotosizer to reduce image size considerably. Doesn't have a particularly noticeable effect on quality but file size is reduced significantly.
  • Thanks 1
Posted

In windows explorer on the file server, I just search for:

 

*.jpg size:large

 

Then use Image resizer tool for windows to resize them to medium and replacing the image.

 

Works really, I do it once a term.

  • Thanks 1
  • 3 months later...
Posted

I guess the important thing to know is are all the images in one directory or are they spread accross the server in different locations?

 

Ultimately if you need to convert 1.6 mil photos you need a script that can automatically traverse the directory structure and convert on the fly, otherwise you'll need to manually select all the image locations which will be a job in itself. I've recently written a similar script for a clients web based gallery using PHP and GD, it was fully automated and converted the images on the fly.

 

Personally I'd be tempted to write a similar script to iterate the directories then use imagemagick to do the conversion. (https://www.imagemagick.org).

 

It would be pretty simple to do under Linux, marginally more frustrating under windows.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...