![]() |
Mass Image Cropping...
Anyone know of an inexpensive to free Image cropper program..that can batch crop images to a certain size?
as an alternative if anyone knows a way to crop multiple images "at once" or techniques on saving time that would work too. Appreciate the feedback. J- *** |
|
Arles is a good one for reducing image size or making thumbs all at once. http://www.digitaldutch.com/arles/
|
I actually was looking for something to do this for screengrabs. I just ended up using imagemagick that's built into my *nix boxes.
I wrote a command like this and then did a bash script to cycle over everything. Code:
convert -size 300x300 the_original_file.jpg -thumbnail x200 -resize '200x<' -resize 50% -gravity center -crop 100x100+0+0 +repage new_file.jpg For other stuff I've actually used what Ramster mentioned and it works great as well. |
I also use Arles. Its the Best software i have ever bought besides dreamweaver or photoshop and its a lot cheaper.
|
Quote:
|
If you just want to do batch image conversion, http://www.irfanview.com is free and can do probaby most of the things you want. However, if you want to make galleries too, my vote goes to Arles
|
Hey all, thanks I have used Arles before, but lost my copy when I redid my last machne...never re-upped it. I used EZ Thumbs to resize them ..I had a mainstream project that had 400 images that were taken at 1600x1200 px, and I needed to get them reduced to smaller size..
Thanks for the feedback. J- *** |
http://download.microsoft.com/downlo...ertoySetup.exe
Won't crop images, but it will resize them. It adds an option to your right click menu (Windows, of course). Select images, right click, resize. Presto. |
Thats a useful tool spiff..
|
My first choice is PhotoShop but if you want free: www.irfanview.com will batch crop also.
|
You can use this easy php script as well - its usefull if you already have your photos already on server so you dont need to download and upload them again.
As for now it looks for the pics in directory where the script file is located and copy resized pics to directory called 'tn' (assuming its already created), but you can modify it to check all subdirectories by adding several lines PHP Code:
- 85 is the quality factor (0-100) ***** UPS, I didn't notice your already done |
gThumb will batch resize in a GUI on *nix. I use it in Gnome on a Ubuntu workstation.
|
All times are GMT -4. The time now is 12:35 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc