Need a photoshop Javascript .js is project number 345625
posted at Freelancer.com. Click here to post your own project.
Bid Count: 6
Average Bid:
$ 158
11/21/2008 at 20:31 EST
Project Creator:
mayanknweb
Employer Rating: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
(11 reviews)
11/18/2008 at 22:58 EST:
Here is a small similar sample script. This is how the script would look like :::
var pngOptns = new PNGSaveOptions;
pngOptns.interlaced = false;
var newText;
var txtFileRef = File.openDialog("Please select the text file");
txtFileRef.open('r');
while (newText = txtFileRef.readln()) {
if (newText.length < 2) continue; .........................