What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Scripts


schavez

Member
Messages
24
Likes
3
I've had this on going issue with scripts. It's driving me MAD!


My script will resize, save low-res and high res jpgs to different folders on a server before I publish to the web. Cool, love it, it's what I need it to do.

My problem is that every time I restart my computer the sizing changes on my script.

For example:

The correct size to export is 1395x1500. After I restart my comp and run a script it wont pick up that size. It will make it 2340x2508. I cant have it doing this since the images I export use a "ZOOM" feature so when customers look an item they're looking at someones huge eyeball instead of looking at beautiful details of a garment.

Sooo my questions is this:

Why is it doing this and resizing? And why does it only work if i reinstall my script every time I restart? I'm gettin' frustrated over here..someone please help!
 
can I upload the script somewhere so I can see into the script what it does
and maybe fix the problem with an exta line or maybe not

if you zip the script-file into a rar-file you can attach it
 
I don't have Win Rar. I'm on the companies computer. :confused: I can only zip the file.
 
The script works fine..UNLESS i restart my computer. Which is lame. Thats where the problems begin.
 
if the first lines resize the image to 1395x1500 then it would be ok ?
or you can make an action that first resizes it to 1395x1500 and then runs the script ?
 
I wish it was that simple. I have the script where it saves images to hundreds of different folders in our server--that stream live for example, amazon, our direct website, blogging sites etc..
 
maybe it is a variable that needs to be reset at the end of the script
can you try to attach the zip -file ,maybe tomorrow ?
 
I can try now. But the site doesn't accept .zip files to be uploaded...
 
hoi Schavez

the action looks ok and I have no problems with it on my computer

there are some things you can try
you can create a "stop" in the action after resizing to 1500x1395 so you can concentrate on this step first
if that's already going bad , you can try to replace that resizing step into a script that does the same resizing
I attach here a script "fit image 1500x1395.jsx" and in your action you place "file-script-"fit image 1500x1395.jsx"
in stead of the resizing-step , can you try that ?

View attachment fit image 1500x1395.zip
 

Back
Top