View Full Version : How to convert 12,000 images to thumbnails
dynamicnet 04-22-2004, 11:36 AM Greetings:
Do you know of any programs that could help convert 12,000 pictures (mostly .jpg with some gif) to thumbnails?
If it matters, the client is on Windows and the server OS hosting is RedHat Linux.
Thank you.
Rich2k 04-22-2004, 12:22 PM Two ways really.
1) On your windows machine install photoshop and run a batch process which resizes all the pictures to your desired dimensions. This method I have used myself in the past as it's pretty quick and you can just leave your PC to it.
2) Write a Perl / PHP script on the server to use either GD or Imagemagik to resize all of the originals.
dynamicnet 04-22-2004, 12:24 PM Greetings Rich2K:
Do you have any instructions (or a web page et all) that shows how to run the batch process with Photoshop?
Thank you.
Mesum 04-22-2004, 01:12 PM Can't IrfanView do that too?
namelayer 04-22-2004, 01:24 PM I have purchased this a while back when I was building TGP galleries for the adult industry.
http://www.shareup.net/Multimedia/Authoring-Tools/Express-Thumbnail-Creator-download-385.html
I havent had any glitches with it when doing 500 at a time.
Hope that helps.
-Dave
Patrick 04-22-2004, 01:26 PM Photoshop:
http://www.larry-bolch.com/thumbnails/
Other Software:
http://download.com.com/3120-20-0.html?qt=create+thumbnails&tg=dl-2001
Jonas Heath 04-22-2004, 05:32 PM Hey DynamicNet,
I use a free PHP based gallery software on my FreeBSD server. I actually used it on a Linux based server previously as well. It creates the pages and thumbnails on the fly and even has a pretty slick remote for connecting to the gallery. You can check it out at gallery.menalto.com if you are interested.
-Jonas
our design guys use easy graphic converter (it's free) http://www.etrusoft.com/graphic-converter/ it can change gif to jpg and vice versa and set the size, it works on a windows pc
tobyrolls 04-23-2004, 06:56 AM Try one of these windows programs:
http://www.atalasoft.com/eyebatch/
http://www.digitaldutch.com/arles/
Or let your webhost server exert the effort with
http://gallery.sourceforge.net
:)
WebDork 04-23-2004, 07:16 AM I run large adult image galleries - for offline I use smarter animals thumbnailer. If online I use imagemagick mogrify.
Use google for more info :)
you can run a batch process on Macromedia Fireworks. that's what i did once to make a bunch of thumbnails for pictures. it was quick and easy.
i guess it would help if you let us know which graphics program(s) you were using. doing a search on google would definitely help, though.
Charlottezweb 04-23-2004, 02:32 PM There's shareware out there that will read a whole directory and convert all images to thumbnails exactly how you need them by pixel size, resolution, etc.
I have one i've been using for about 2 years, but the name escapes me. If you're interested, let me know and I'll reply back when I can get to that pc.
PixelAxis 04-23-2004, 03:32 PM I've used http://www.fookes.com/ezthumbs/index.php and it's great :)
Charlottezweb 04-23-2004, 04:20 PM Originally posted by PixelAxis
I've used http://www.fookes.com/ezthumbs/index.php and it's great :)
There ya go...that's the one I use too (couldn't think of it from work)
DevilDude 04-23-2004, 08:29 PM http://www.hotscripts.com/PHP/Scripts_and_Programs/Image_Manipulation/
bizness 04-23-2004, 08:54 PM photoshop... you can do a macro... then do a input directory and output directory.... done
Hicham 04-24-2004, 03:55 PM ACDSee have what u want
bdgenz 04-27-2004, 02:47 PM I use imagemagick and either create them on the fly or write a php script to do directories at a time.
lnguyen 04-27-2004, 04:04 PM interesting, only one mention of irfanview... i use this.
|