Search found 11 matches

by Dimatokis
Wed Jun 14, 2017 7:35 am
Forum: Help Me
Topic: How load .cube-files via ExtendScript?
Replies: 6
Views: 8763

Re: How load .cube-files via ExtendScript?

Thank you. But in that thread there is no solution for the same reason
by Dimatokis
Wed Jun 07, 2017 6:42 pm
Forum: Help Me
Topic: How load .cube-files via ExtendScript?
Replies: 6
Views: 8763

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
by Dimatokis
Tue Jun 06, 2017 12:57 pm
Forum: Photoshop Scripting - General Discussion
Topic: time stamp links that work
Replies: 1
Views: 4885

Re: time stamp links that work

I started using this resource
http://time.certum.pl
by Dimatokis
Tue Jun 06, 2017 11:24 am
Forum: Help Me
Topic: How load .cube-files via ExtendScript?
Replies: 6
Views: 8763

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...
by Dimatokis
Fri Feb 10, 2017 7:23 am
Forum: Help Me
Topic: How to Get SmartObject info?
Replies: 4
Views: 7428

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 :roll:
by Dimatokis
Thu Sep 29, 2016 9:04 pm
Forum: Help Me
Topic: Duplicate layers to another document's layerset
Replies: 2
Views: 5567

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...
by Dimatokis
Tue Sep 27, 2016 7:30 pm
Forum: Help Me
Topic: How to Get a list of Printer Color Profiles
Replies: 1
Views: 3390

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?
by Dimatokis
Sat Sep 03, 2016 7:34 am
Forum: Help Me
Topic: Read Layer's Color Label
Replies: 2
Views: 4326

Re: Read Layer's Color Label

Thank you! Useful!

Green label returns 'grain' :)
by Dimatokis
Fri Aug 19, 2016 1:42 pm
Forum: Help Me
Topic: How to Get SmartObject info?
Replies: 4
Views: 7428

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.
by Dimatokis
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: 10605

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 ;)