Search found 22 matches
- Sat Oct 24, 2020 11:27 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: How create a multi language photoshop plugin?
- Replies: 1
- Views: 5723
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.
- Tue Oct 06, 2020 7:17 pm
- Forum: xtools
- Topic: Action to JSX long times process
- Replies: 1
- Views: 8669
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
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
- Thu Oct 12, 2017 11:44 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Performance of custom Zoom In script
- Replies: 14
- Views: 33891
Re: Performance of custom Zoom In script
It was Mike Hale's hack. "PrnS" is "PrintSize". Not really sure what it does.Jaroslav Bereza wrote:I think this not zoom, but some kind of hack
Looks like you are changing resolution without any visible change.
- Wed Sep 06, 2017 6:38 pm
- Forum: Photoshop Scripting Services
- Topic: X For Sale
- Replies: 3
- Views: 12946
Re: X For Sale
That post was back in 2005. I've retired long ago.
- Mon Sep 04, 2017 2:11 am
- Forum: Help Me
- Topic: ImageProcessorPro-3_2b5
- Replies: 7
- Views: 16337
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...
- Tue Aug 29, 2017 2:25 am
- Forum: Help Me
- Topic: Javascript time limit(trial)
- Replies: 11
- Views: 19169
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...
- Sun Aug 13, 2017 3:09 am
- Forum: Help Me
- Topic: ImageProcessorPro-3_2b5
- Replies: 7
- Views: 16337
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 ...
- Wed Jul 26, 2017 1:21 am
- Forum: Help Me
- Topic: Javascript time limit(trial)
- Replies: 11
- Views: 19169
Re: Javascript time limit(trial)
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.There's a way to encrypt your script
- Mon Jul 24, 2017 9:23 pm
- Forum: Photoshop Scripting Bugs and Anomalies
- Topic: Regular Expression literal starting with equals sign
- Replies: 1
- Views: 14464
Re: Regular Expression literal starting with equals sign
Nice find. I hate having to work around RegExp bugs.
- Wed Feb 08, 2017 6:39 pm
- Forum: Adobe Bridge Scripting: General Discussion
- Topic: Been stuck trying to solve this for years
- Replies: 1
- Views: 12097
Re: Been stuck trying to solve this for years
Try File.decode().