Quote:
|
Originally Posted by sonofsam
Paid someone to do this a while ago.... but after excuse after excuse and them not delivering , i'm just going to do it my damn self
so what's the fastest way? any way i can set something up so that i just point it at a folder with 16 images... and it auto makes 16 thumbs for the pics in the format i want?
for example.... it renames all the files in the folder in numerical order .. ( 1-16.jpg)
and then makes a thumb for each of them and makes then named tn1-tn16.jpg
???
any help would be appreciated
|
I can do it in less tha 2 seconds with 5 lines of code on OSX or Linux with SIPS (scriptable image processing system)
" sips -s format jpeg picture.png --out picture.jpg" just to change the format or -c, --cropToHeightWidth pixelsH pixelsW etc...
No need to get complex software to do that tasks.