[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mass edition of digital photos



There is some bash (mostly bash) scripts for convert many photos with
ImageMagick's convert on web. For an example:

#!/bin/bash

for file in *.jpg
do
  convert -resize 350 "$file" thumb_"$file"
done


Dnia 2015-09-23, śro o godzinie 17:01 +0200, Wouter Verhelst pisze:
> On Tue, Sep 22, 2015 at 04:19:21PM +0000, Allan Aguilar wrote:
> > Hello.
> > 
> > I am looking for a software to mass edit dozen of photos, just
> > something that allows me to automatically improve their quality before
> > being used in a magazine or a website.
> 
> What kind of edits do you want to do?
> 
> If it's a matter of "rescale" or something similar, then either ImageMagick's
> "convert" tool or the netpbm toolkit should work.
> 
> If not, you'll have to be more specific :-)
> 



Reply to: