Search found 528 matches

by Kukurykus
Fri Aug 26, 2022 6:02 am
Forum: Help Me
Topic: javascript run Batch
Replies: 7
Views: 1433

Re: javascript run Batch

Could you explain in the other thread (Does not support Spaces) how exactly you paste the link, that it gets img markers? Step after step...
by Kukurykus
Thu Aug 25, 2022 9:12 am
Forum: Help Me
Topic: javascript run Batch
Replies: 7
Views: 1433

Re: javascript run Batch

Code: Select all

with(File(Folder.desktop + '/psd.txt')) open('r'), r = read(), close()
lngth = (splt = r.split(',')).length; while(shft = splt.shift())
prompt((lngth - splt.length) + ':', shft)
by Kukurykus
Thu Aug 25, 2022 9:01 am
Forum: Help Me
Topic: Script to add filename to file info?
Replies: 6
Views: 1450

Re: Script to add filename to file info?

The same as you used previous scripts? Save these codes to separate .jsx files, one as Reader, second as Writer. You may then copy them to 'Presets / Scripts' folder of your Photoshop, so after relaunching the application you'll have access to them from 'File / Scipts' menu.
by Kukurykus
Thu Aug 25, 2022 8:28 am
Forum: Help Me
Topic: Does not support Spaces?
Replies: 8
Views: 1558

Re: Does not support Spaces?

Simply post the link without adding [/img] & [img] markers.
by Kukurykus
Wed Aug 24, 2022 1:49 pm
Forum: Help Me
Topic: Does not support Spaces?
Replies: 8
Views: 1558

Re: Does not support Spaces?

This is the same as you posted earlier. The original one I changed to link from image. In both cases it doesn't work. Is it image or link?
by Kukurykus
Wed Aug 24, 2022 1:47 pm
Forum: Help Me
Topic: javascript run Batch
Replies: 7
Views: 1433

Re: javascript run Batch

The code is made from Photoshop Batch that uses actions, not scripts.
by Kukurykus
Tue Aug 23, 2022 5:23 pm
Forum: Help Me
Topic: javascript run Batch
Replies: 7
Views: 1433

Re: javascript run Batch

Replace paths for 'Actn' and 'ASet' to your Action name and ActionSet name.
by Kukurykus
Tue Aug 23, 2022 5:19 pm
Forum: Help Me
Topic: Does not support Spaces?
Replies: 8
Views: 1558

Re: Does not support Spaces?

The link you posted does not work. Can you repost the correct one?
by Kukurykus
Tue Aug 23, 2022 4:52 pm
Forum: Help Me
Topic: Script to add filename to file info?
Replies: 6
Views: 1450

Re: Script to add filename to file info?

'PreservedFileName' field is more correct for original name. It can be obtained from File Properties in Raw Data of XMP Metadata. Write to: !ExternalObject.AdobeXMPScript && ExternalObject .AdobeXMPScript = new ExternalObject('lib:AdobeXMPScript'); (meta = new XMPMeta((xmp = (aD = activeDocu...
by Kukurykus
Mon Aug 22, 2022 4:08 pm
Forum: Help Me
Topic: javascript choose Pixels
Replies: 2
Views: 732

Re: javascript choose Pixels

Code: Select all

preferences.rulerUnits = Units.PIXELS
By the way, what about other 2 threads I answered to - were my replies useful?