RetouchPRO

Welcome to RetouchPRO, the web community for retouchers.

You are currently viewing as an unregistered guest which gives you limited access. Registration is fast, simple and absolutely free so please, join RetouchPRO today!

If you have any problems with the registration process or your account login, please contact us. If you've forgotten your password, click here.

Go Back   RetouchPRO > Technique > Input/Output/Workflow
Register Blogs FAQ Search Today's Posts Mark Forums Read

Input/Output/Workflow Scanning, printing, color management, and discussing best practices for control and repeatability

Reply
 
LinkBack Thread Tools
  #1  
Old 03-13-2005, 03:12 AM
kiska's Avatar
Senior Member
 
Join Date: Feb 2004
Location: mentone,ala
Posts: 591
Batch Action question

I need to make an action to change several images from tif to jpg. Also to change the resolution to 72.
!. Do I need to record the 'act' of opening the file?

2. Is it better to crop and set dimensions of the image BEFORE or AFTER changing res to 72. I realize the crop and dimensions will need to be done individually.

Thanks, kiska
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #2  
Old 03-13-2005, 06:00 AM
Junior Member
 
Join Date: Feb 2005
Location: Europe
Posts: 25
Assuming Photoshop CS: You don't need to record an open command. There are several ways to apply an action to a batch of images, such as making a 'droplet' and dragging files onto it.

You can set the image's dimensions & resolution at the same time, if you choose to change just the resolution and keep the pixel dimensions the same, then you're not re-sampling (adding or removing pixels), so it can be done at any stage.

If you use the 'Save for Web' dialogue in your action Photoshop will automatically save the image as 72 ppi (you don't get any choice).

Incidentally, Russell Brown has produced a very useful script for Photoshop, allowing you to batch save files in PSD, TIFF and JPG formats, with different resolutions, sharpness, etc. He has also provided a video tutorial to show how it works:

See Dr. Brown's Image Processor 2.3 -
http://www.russellbrown.com/tips_tech.html

Regards,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #3  
Old 03-13-2005, 06:24 AM
kiska's Avatar
Senior Member
 
Join Date: Feb 2004
Location: mentone,ala
Posts: 591
William, thanks for the quick reply. I do have cs, sorry. I have not dealt with scripts before but have downloaded the one you suggested. Thank you again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #4  
Old 03-13-2005, 12:40 PM
DannyRaphael's Avatar
Moderator
Patron
 
Join Date: Mar 2002
Location: Near Seattle, Washington, USA
Posts: 5,600
If you decide to take the action/batch approach, here are a few considerations:

Unless you have compelling reasons otherwise, I would avoid using Save for Web in an action invoked by Batch. It has some peculiar quirks. File > Save as... (.jpg) is normally the way to go.

It's important to distinguish Cropping and Resizing. Engaging Image > Image Size to change the resolution to 72 ppi (and perhaps height/width) is different from applying the Crop command to physically lop off some of the image. Cropping requires a pause in the action to allow you to decide "how/where" to crop where Image > Image size... allows for hands off processing.

Since you're converting from .tif to .jpg, be sure to turn on Batch Destination option "Override Action 'save as' commands." This will suppress the .jpg options dialog with each file.

If you want to save the .tifs in the same folder as the .jpgs, choose Destination option "Save and close," too, otherwise specify "Folder" and the path to the destination folder.

HTH...

~Danny~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #5  
Old 03-13-2005, 12:58 PM
kiska's Avatar
Senior Member
 
Join Date: Feb 2004
Location: mentone,ala
Posts: 591
Thanks, Danny. The images will be already cropped at their final 'look'. But they will be, for example, 10x15 at 240 res. Can I get it down to a 2x3 at 72 within an action? Or is that scripting? There will be several images ging on a web page.
kiska
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #6  
Old 03-13-2005, 01:18 PM
DannyRaphael's Avatar
Moderator
Patron
 
Join Date: Mar 2002
Location: Near Seattle, Washington, USA
Posts: 5,600
Quote:
Originally Posted by kiska
Thanks, Danny. The images will be already cropped at their final 'look'. But they will be, for example, 10x15 at 240 res. Can I get it down to a 2x3 at 72 within an action? Or is that scripting? There will be several images ging on a web page.
kiska
Sure. Here's how...
* Open one of the 10x15s
* Make sure the Actions Palette is visible (Window > Actions)
* Bottom of the palette: Click the "New Set" icon (looks like a folder). Assign a name, e.g., "Resize for web". This creates a new action set (folder)
* Bottom of the palette again: Click "Create New Action" - give it a name, e.g., "2 x 3 @ 72 ppi" and click the button labeled Record.
* Image > Image size (2x3 @ 72 ppi), OK
* File > Save as... (format = .jpg). Specify ANY folder or Desktop (it makes no difference at this point) and do NOT change the file name. Click Save.
* In the .jpg options dialog, specify a compression value, OK.
* File > Close
* Bottom of the palette again: Click the square icon to STOP the recording process. Action is ready to go.

Prep for batch processing
* If you haven't yet, create a destination folder where the .jpgs will go, e.g., \Destination. (Until you get the hang of this, it's usually a good idea for the Source and Destination folders to be different. Makes "do overs" easier if you have to. )

Batch processing:
* File > Automate > Batch
* Play (set, action you just created)
* Source: Folder. Choose: navigate to the source folder
* Destination: Folder, navigate to \Destination
* (x) Override Action 'Save as' commands

Click OK... watch 'em go!

~Danny~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #7  
Old 03-14-2005, 03:14 AM
kiska's Avatar
Senior Member
 
Join Date: Feb 2004
Location: mentone,ala
Posts: 591
Thanks Danny. I have dutifully printed the above instructions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #8  
Old 03-14-2005, 08:09 AM
Junior Member
 
Join Date: Feb 2005
Location: Europe
Posts: 25
Quote:
Originally Posted by DannyRaphael
Unless you have compelling reasons otherwise, I would avoid using Save for Web in an action invoked by Batch. It has some peculiar quirks. File > Save as... (.jpg) is normally the way to go.
Hi Danny,

Just curious to know what quirks you have found with using S4W in actions?

I don't tend to use actions all that often, but I've always used S4W when re-purposing images for web use/e-mail, most often via a droplet. (It used to provide smaller file sizes, not sure if it makes a difference these days). Anyway, I've not noticed any quirky behaviour, what have you found?

Thanks,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #9  
Old 03-14-2005, 10:32 AM
DannyRaphael's Avatar
Moderator
Patron
 
Join Date: Mar 2002
Location: Near Seattle, Washington, USA
Posts: 5,600
Quote:
Originally Posted by WilliamD
Hi Danny,

Just curious to know what quirks you have found with using S4W in actions?

I don't tend to use actions all that often, but I've always used S4W when re-purposing images for web use/e-mail, most often via a droplet. (It used to provide smaller file sizes, not sure if it makes a difference these days). Anyway, I've not noticed any quirky behaviour, what have you found?

Thanks
Hello, William:

Here's what I've learned from the Adobe School of Hard Knocks (and a lot of testing).

SFW strips off EXIF and I believe color profile info, too, so files it generates can be smaller than File > Save as... (.jpg). But...

When SFW (Export) is engaged via Batch, it is useless to specify a folder different than the one recorded in the Export command via Destination=Folder/Choose (browse) and/or values in the File Naming section. The settings are ignored. The file name and destination folder are hard-wired in the Export command.

To change the destination folder one must record a replacement Export command.

To rename the files processed by SFW after the batch process completes one has to engage a 3rd party utility, Windows XP rename or the File Browser's Batch Rename function.

For those new to actions and batch processing these peculiarities are difficult to grasp. They make no sense, there are no error messages and no documentation on how or why SFW operates differently than Save as... (.jpg).

Heavy sigh...

~Danny~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #10  
Old 03-14-2005, 11:55 AM
Junior Member
 
Join Date: Feb 2005
Location: Europe
Posts: 25
Quote:
Originally Posted by DannyRaphael
For those new to actions and batch processing these peculiarities are difficult to grasp. They make no sense, there are no error messages and no documentation on how or why SFW operates differently than Save as... (.jpg).

Heavy sigh...

~Danny~
Thanks for explaning that Danny.

I always save jpegs from actions into the same Actions folder (stops me losing them!), so I hadn't noticed this behaviour.

I suppose this is down to S4W being produced by the Image Ready team; I would have hoped that the 2 programs would have become more alike over the years, but if anything they seem to grow apart!

Years ago I used Graphic Converter for jpegs, as Photoshop was so poor at making them. Now I use S4W as I usually want the smallest possible file, so I like the fact it strips everything out. But I can see it could cause a few headaches with actions...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #11  
Old 03-14-2005, 01:28 PM
DannyRaphael's Avatar
Moderator
Patron
 
Join Date: Mar 2002
Location: Near Seattle, Washington, USA
Posts: 5,600
Quote:
Originally Posted by WilliamD
Thanks for explaning that Danny.

I always save jpegs from actions into the same Actions folder (stops me losing them!), so I hadn't noticed this behaviour.

I suppose this is down to S4W being produced by the Image Ready team; I would have hoped that the 2 programs would have become more alike over the years, but if anything they seem to grow apart!

Years ago I used Graphic Converter for jpegs, as Photoshop was so poor at making them. Now I use S4W as I usually want the smallest possible file, so I like the fact it strips everything out. But I can see it could cause a few headaches with actions...
Very interesting. I didn't realize SFW was an IR hack. It would be slick if the IR "conditional execution" function could be ported over to the Photoshop action side to avoid having to invoke scripting for simple decision making for common tasks.

Having a fixed destination folder does have its advantages and I can sure relate. If nothing else you can expand the Export command to figure out where it is!

One of the Photoshop CS2 "rumors" is that Adobe beefed up batch processing functionality. That would be great, if true and it shouldn't be much longer until we find out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #12  
Old 03-14-2005, 02:34 PM
Junior Member
 
Join Date: Feb 2005
Location: Europe
Posts: 25
Quote:
Originally Posted by DannyRaphael
One of the Photoshop CS2 "rumors" is that Adobe beefed up batch processing functionality. That would be great, if true and it shouldn't be much longer until we find out.
Photoshop often seems to be a few steps behind it's users: It was very slow to respond to the needs of web designers & now the File Browser/ACR/Batch processing workflow for digital photographers seems a bit 'clunky'. Fingers crossed for CS2 (or will it be PS9?).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Quick Question about Editing HTML for new action pm3009 Hidden Power Support 1 05-29-2006 03:08 AM
Another Action Question Scribe Software 8 11-02-2005 07:16 AM
Question: David's watercolors v3 action Rocker Photo-Art 101 1 11-12-2004 08:38 AM
Actions/Batches are Driving Me Insane JohnR Image Help 3 08-27-2004 08:25 AM
How to add an specific amt of boarder for diff size of images in batch or action agila Photo Restoration 7 10-13-2003 04:07 AM


All times are GMT -6. The time now is 04:43 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 Doug Nelson. All Rights Reserved moo




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50