Ok here's the deal. I run a site about cars and need help. Whenever a new car comes out, I get a press kit about it with big large images. I need them to be resampled to:
700 pixels wide + 72DPI (they usually come in 300 DPI);
400 pixels wide + " ";
180 pixels wide + " ".
Of course you will all say use the batch command. but the problem is, it's not a couple of photo's which i want to save in either 700, 400 or 180, it's just ONE at a time.
I mentioned the batch command because I want to have the files renamed like this:
New volvo car.jpg (original)
New Volvo car 2005 700.jpg (700 wide, of course)
New Volvo car 2005 400.jpg (400 wide, ...
New Volvo car 2005 180.jpg (yup, 180 wide)
The batch command has this nice Rename feature, but it closes ALL windows and changes ALL current files. I only want it to do that to ONE file.
My perfect setup would be this as an action script in PS (after opening a big 300 DPI file with 2312312321 pixels wide):
- Convert to RGB (just to be sure)
- Size: wide 700
- Size: 72 DPI
- Save file as: <currentdocumentname><space>700.jpg
(note: I inserted space and 700, like you can do in Batch command and I want the documentname to be the same as the original *BY DEFAULT. Actually, I'd prefer if I could also change the first part of it, so if the file is named something like: 213123124214.jpg I want it to action-script itsself into the name I want to. This sounds alot like "Save file as..." command, but I don't want to do this every day a couple of times.)
Then I don't want it to be closed, coz I still need the other sizes. (I don't care about loss for the 3rd time saving it as JPG, so it can stay open and I can just repeat the action above with 400 and 180 wide and then after finishing the 180 script I can close it).
I say *BY DEFAULT because sometimes the file names are numbers only, and make no sense. Then I want to manually change the filenames, but only THEN. So most of the time I want it to be fully automated, after downloading the picture, press a button (or shortcut) and then it rolls out three times in different filesizes, with 3 different documentnames.
You can see Batch isn;t working for me coz of each file I only need to modify just one, and most important, It shouldn't be closed for it needs to be automated AND i need to change the filename (by extending it's width after it's original name)
I hope you guys can help me out, and I thank you in advance for trying to understand my problem and helping me out!
====
edit:
Of course I don't care if you guys make a script which closes the file, but I think that that isn't going to work for I have to reopen the file. I have been thinking on just duplicating the files and resizing all and saving all at the same time, bottom line still is I need that bit from the batch command which lets you alter the file name. I actually only need that and I think I can do the rest myself.
If for any reason you guys want to know what I have come up with as an actionscript, or you want to continue from there, I don't midn putting mine online.
700 pixels wide + 72DPI (they usually come in 300 DPI);
400 pixels wide + " ";
180 pixels wide + " ".
Of course you will all say use the batch command. but the problem is, it's not a couple of photo's which i want to save in either 700, 400 or 180, it's just ONE at a time.
I mentioned the batch command because I want to have the files renamed like this:
New volvo car.jpg (original)
New Volvo car 2005 700.jpg (700 wide, of course)
New Volvo car 2005 400.jpg (400 wide, ...
New Volvo car 2005 180.jpg (yup, 180 wide)
The batch command has this nice Rename feature, but it closes ALL windows and changes ALL current files. I only want it to do that to ONE file.
My perfect setup would be this as an action script in PS (after opening a big 300 DPI file with 2312312321 pixels wide):
- Convert to RGB (just to be sure)
- Size: wide 700
- Size: 72 DPI
- Save file as: <currentdocumentname><space>700.jpg
(note: I inserted space and 700, like you can do in Batch command and I want the documentname to be the same as the original *BY DEFAULT. Actually, I'd prefer if I could also change the first part of it, so if the file is named something like: 213123124214.jpg I want it to action-script itsself into the name I want to. This sounds alot like "Save file as..." command, but I don't want to do this every day a couple of times.)
Then I don't want it to be closed, coz I still need the other sizes. (I don't care about loss for the 3rd time saving it as JPG, so it can stay open and I can just repeat the action above with 400 and 180 wide and then after finishing the 180 script I can close it).
I say *BY DEFAULT because sometimes the file names are numbers only, and make no sense. Then I want to manually change the filenames, but only THEN. So most of the time I want it to be fully automated, after downloading the picture, press a button (or shortcut) and then it rolls out three times in different filesizes, with 3 different documentnames.
You can see Batch isn;t working for me coz of each file I only need to modify just one, and most important, It shouldn't be closed for it needs to be automated AND i need to change the filename (by extending it's width after it's original name)
I hope you guys can help me out, and I thank you in advance for trying to understand my problem and helping me out!
====
edit:
Of course I don't care if you guys make a script which closes the file, but I think that that isn't going to work for I have to reopen the file. I have been thinking on just duplicating the files and resizing all and saving all at the same time, bottom line still is I need that bit from the batch command which lets you alter the file name. I actually only need that and I think I can do the rest myself.
If for any reason you guys want to know what I have come up with as an actionscript, or you want to continue from there, I don't midn putting mine online.