Search found 22 matches

by xbytor
Sat Oct 24, 2020 11:27 pm
Forum: Photoshop Scripting - General Discussion
Topic: How create a multi language photoshop plugin?
Replies: 1
Views: 3052

Re: How create a multi language photoshop plugin?

Check out Contact Sheet II that comes with PS. Lots of Multilanguage support in there. It's a bit tedious in places but it does work.
by xbytor
Tue Oct 06, 2020 7:17 pm
Forum: xtools
Topic: Action to JSX long times process
Replies: 1
Views: 5570

Re: Action to JSX long times process

>there's a way to fix the issue?

Embedded Color Profiles also have this problem. I've optimized it as much as I can.
Somebody might be able find a different approach to it.

-X
by xbytor
Thu Oct 12, 2017 11:44 pm
Forum: Photoshop Scripting - General Discussion
Topic: Performance of custom Zoom In script
Replies: 14
Views: 26583

Re: Performance of custom Zoom In script

Jaroslav Bereza wrote:I think this not zoom, but some kind of hack :-D
Looks like you are changing resolution without any visible change.
It was Mike Hale's hack. "PrnS" is "PrintSize". Not really sure what it does.
by xbytor
Wed Sep 06, 2017 6:38 pm
Forum: Photoshop Scripting Services
Topic: X For Sale
Replies: 3
Views: 9601

Re: X For Sale

That post was back in 2005. I've retired long ago.
by xbytor
Mon Sep 04, 2017 2:11 am
Forum: Help Me
Topic: ImageProcessorPro-3_2b5
Replies: 7
Views: 13576

Re: ImageProcessorPro-3_2b5

That's almost all of the options. The ones that I can easily support are the ones listed in the PS/JS Reference Manual. Pick out the ones you want/need and I'll see what I can do. http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/photoshop/pdfs/photoshop-cc-javascript-ref-2015.pdf Page 149 or s...
by xbytor
Tue Aug 29, 2017 2:25 am
Forum: Help Me
Topic: Javascript time limit(trial)
Replies: 11
Views: 14672

Re: Javascript time limit(trial)

Can you overcome this problem? The only way to do this is to have a server for managing serial numbers and have crypto on both sides of the pipe. I did an implementation years ago and it was a pain in the ass to get right. I think I was using Flex at the time which hasn't been supported in this dec...
by xbytor
Sun Aug 13, 2017 3:09 am
Forum: Help Me
Topic: ImageProcessorPro-3_2b5
Replies: 7
Views: 13576

Re: ImageProcessorPro-3_2b5

Should this script initiate the Save Adobe PDF menu...? There is now way to have the Save Adobe PDF menu pop up. If not, how can it be done to select PDF options (I have little knowledge of scripting except fumbling through them)? It should be possible to add these as in-script option, which would ...
by xbytor
Wed Jul 26, 2017 1:21 am
Forum: Help Me
Topic: Javascript time limit(trial)
Replies: 11
Views: 14672

Re: Javascript time limit(trial)

There's a way to encrypt your script
Not quite. You can convert it into a jsxbin file which is a binary encoded form of your PSJS but it is not encrypted. Somebody wrote a jsxbin to jsx converter that didn't involve decryption, more like decompiling.
by xbytor
Mon Jul 24, 2017 9:23 pm
Forum: Photoshop Scripting Bugs and Anomalies
Topic: Regular Expression literal starting with equals sign
Replies: 1
Views: 10663

Re: Regular Expression literal starting with equals sign

Nice find. I hate having to work around RegExp bugs.