Need a photoshop Javascript .js is project number 345625
posted at GetAFreelancer.com. Click here to post your own project.
Status: Closed
(Selected Service Provider)
Selected Providers: razoredge
Budget: $30-250
Created: 11/18/2008 at 20:31 EST
Bid Count: 6
Average Bid: $ 158
11/21/2008 at 20:31 EST
Project Creator:
mayanknweb
Employer Rating: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
(6 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; .........................