• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking For A Program

TheSiege

Diamond Member
im looking for a program that will take a bunch of photos and resize them to a certine size
like 400x300 i have to make a school directory

thanx
 
DAMN you monkies beat me to my prey! Now I don't get to post my patented wrong-forum post. Strange that I'm the only guy that gets flamed for posting "wrong forum" in a thread that doesn't belong in off topic, but nobody else gets a single word said to them when they do it. :roll:

I guess I'm just too intense. :evil:
 
If you want something free, ImageMagick might do the trick.
( http://www.imagemagick.org/ )

Then, from a Command Prompt inside the directory with images, for example:
for %d in (*.jpg) do convert.exe -resize 400x300 %d _%d

Hope that helps at least some (even though yeah, probably wrong forum).
 
Originally posted by: Nik
DAMN you monkies beat me to my prey! Now I don't get to post my patented wrong-forum post. Strange that I'm the only guy that gets flamed for posting "wrong forum" in a thread that doesn't belong in off topic, but nobody else gets a single word said to them when they do it. :roll:

I guess I'm just too intense. :evil:

I get flamed for it too, but lightly. Little girl flames really. Like a match that's about to go out.
 
Back
Top