Search found 11 matches
- Wed Jun 14, 2017 7:35 am
- Forum: Help Me
- Topic: How load .cube-files via ExtendScript?
- Replies: 6
- Views: 9903
Re: How load .cube-files via ExtendScript?
Thank you. But in that thread there is no solution for the same reason
- Wed Jun 07, 2017 6:42 pm
- Forum: Help Me
- Topic: How load .cube-files via ExtendScript?
- Replies: 6
- Views: 9903
Re: How load .cube-files via ExtendScript?
This is a color lookup table. Used in the Photoshop "Lookup Color" Adjustment layer
https://en.wikipedia.org/wiki/3D_lookup_table
https://en.wikipedia.org/wiki/3D_lookup_table
- Tue Jun 06, 2017 12:57 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: time stamp links that work
- Replies: 1
- Views: 5577
Re: time stamp links that work
I started using this resource
http://time.certum.pl
http://time.certum.pl
- Tue Jun 06, 2017 11:24 am
- Forum: Help Me
- Topic: How load .cube-files via ExtendScript?
- Replies: 6
- Views: 9903
How load .cube-files via ExtendScript?
I tried to grab the action with ScriptenListener, it turned out this // ======================================================= var idMk = charIDToTypeID( "Mk " ); var desc60 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref24 = new ActionReference(); var i...
- Fri Feb 10, 2017 7:23 am
- Forum: Help Me
- Topic: How to Get SmartObject info?
- Replies: 4
- Views: 8235
Re: How to Get SmartObject info?
Another question
Now I can get the value of the radius (thanks Davide), and how to get the opacity and blending mode in a Smart-Filter?
Please, help
Now I can get the value of the radius (thanks Davide), and how to get the opacity and blending mode in a Smart-Filter?
Please, help
- Thu Sep 29, 2016 9:04 pm
- Forum: Help Me
- Topic: Duplicate layers to another document's layerset
- Replies: 2
- Views: 5954
Re: Duplicate layers to another document's layerset
You can use these excerpts from my class to work with layers Class: function cTID(s) { return app.charIDToTypeID(s); }; function sTID(s) { return app.stringIDToTypeID(s); }; function Layers() { this.getSelected = function( docRef ) { docRef = docRef || app.activeDocument; try { // getting IDs of sel...
- Tue Sep 27, 2016 7:30 pm
- Forum: Help Me
- Topic: How to Get a list of Printer Color Profiles
- Replies: 1
- Views: 3767
How to Get a list of Printer Color Profiles
Hi!
How I can get a list of printer color profiles? Same as in the print dialog. It is possible?
How I can get a list of printer color profiles? Same as in the print dialog. It is possible?
- Sat Sep 03, 2016 7:34 am
- Forum: Help Me
- Topic: Read Layer's Color Label
- Replies: 2
- Views: 4683
Re: Read Layer's Color Label
Thank you! Useful!
Green label returns 'grain'
Green label returns 'grain'
- Fri Aug 19, 2016 1:42 pm
- Forum: Help Me
- Topic: How to Get SmartObject info?
- Replies: 4
- Views: 8235
Re: How to Get SmartObject info?
Great! Thank you!
Say plz, can I find some property for identification smart-effects (like "id")? Becouse "name" is depends on the localization.
Say plz, can I find some property for identification smart-effects (like "id")? Becouse "name" is depends on the localization.
- Fri Aug 19, 2016 11:06 am
- Forum: Flex, Flash & CS SDK: General Discussion
- Topic: How to automate procces for export to JSXBIN?
- Replies: 1
- Views: 13157
How to automate procces for export to JSXBIN?
How to automate procces for export to JSXBIN? Maybe from the command line?
I am develop the panel using gulp for assembly, minification, signing, but extendscript - "bottleneck" for production
I am develop the panel using gulp for assembly, minification, signing, but extendscript - "bottleneck" for production