Closed Thread Icon

Topic awaiting preservation: creating a resize script (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9186" title="Pages that link to Topic awaiting preservation: creating a resize script (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: creating a resize script <span class="small">(Page 1 of 1)</span>\

 
TheFrog
Neurotic (0) Inmate
Newly admitted

From: France
Insane since: Aug 2003

posted posted 08-21-2003 10:18

I'm a novice at Photoshop and am trying to create a script to automate batch image resizing.... a script which will resize all images in a folder from eg. 1024x768 to 400x300 ... I've tried searching the forum for similar posts but haven't found anything (perhaps I'm using the wrong search terms !) HELP !!! Thanks ;o)

ThE fRoG

Morph
Paranoid (IV) Inmate

From: The Soft Cell
Insane since: Nov 2001

posted posted 08-21-2003 10:22

Why bother with a script when the built in photoshop automate function will do this anyway.
find it in File-->Automate-->Batch


~We're not here for long, we're here for fun~

theGuest
Nervous Wreck (II) Inmate

From: Vancouver, BC Canada
Insane since: Apr 2002

posted posted 08-22-2003 06:12

Ya Morph's correct here... BUT... you'll still need to create the Action yourself first before you can run it through the Batch command.

trib
Paranoid (IV) Inmate

From: Den Haag, Netherlands
Insane since: Sep 2002

posted posted 08-22-2003 09:41

Is this an attempt to produce thumbnails from originals by any chance ?? If so, and if you're on Linux or have access to a unix/linux server, netpbm is a big set of graphics convert/manipulate programs, some of which can be strung together to either generate thumbs on-the-fly, or batch convert a directory of images to thumbs ...

It runs on any system which supports the pnm library. On *nix, if you want to know if it's on your service or your box, type man netpbm at the prompt and look for some pnmto???? conversionm files. The documentation has some interesting examples.

The home page of the development is at http://netpbm.sourceforge.net/ and there is a Widows version at the home page http://gnuwin32.sourceforge.net/packages/netpbm.htm .

<BLOCKQUOTE><FONT face="Verdana, Arial">code:</font><HR><pre>for i in *.jpg; do jpegtopnm $i

Sam
Bipolar (III) Inmate

From: Belgium
Insane since: Oct 2002

posted posted 08-22-2003 11:03

I work with PS7 and I use it to resize pictures for the web.

Just go to FILE>AUTOMATE>WEB PHOTO GALLERY.

PS7 generates thumbnails, (resized)pictures and webpages but I ony use the thumbnails and pictures.

You can specify the size of the thumbnails and the pictures.

Very easy.

Sam


theGuest
Nervous Wreck (II) Inmate

From: Vancouver, BC Canada
Insane since: Apr 2002

posted posted 08-22-2003 15:26

Ya i guess you could do it that way too Sam... good thinking.

BlackSun
Nervous Wreck (II) Inmate

From: MN
Insane since: Aug 2003

posted posted 08-22-2003 17:02

I hate being beaten to the post. Good Show... Thats the method I used to remod my family site.

« BackwardsOnwards »

Show Forum Drop Down Menu