Search found 7 matches

by Ray
Wed Aug 10, 2016 9:57 pm
Forum: Help Me
Topic: Script bugs when launched by notifier
Replies: 3
Views: 5411

Re: Script bugs when launched by notifier

I use photoshop CS3 and windows 7, ESTK was intalled with photoshop, in fact ESTK launches only when i use the color picker with alt shortcut. To solve the problem I have temporary renamed ESTK executable so it cannot be found but my computer slows down (probably because he's searching for the execu...
by Ray
Wed Aug 10, 2016 9:46 pm
Forum: Help Me
Topic: Customize Eyedropper/ Color Picker
Replies: 9
Views: 10179

Re: Customize Eyedropper/ Color Picker

Hi,
First thanks a lot for your help.
I have found the colors in color table on wikipedia: https://en.wikipedia.org/wiki/List_of_m ... B_palettes
by Ray
Tue Aug 09, 2016 9:12 pm
Forum: Help Me
Topic: Script bugs when launched by notifier
Replies: 3
Views: 5411

Script bugs when launched by notifier

Hello, I want to execute a script every time the selected color is changed. I wrote this 2 files: a notifier (colornotifier.jsx): app.notifiersEnabled = true; var eventFile = new File(app.path + "/Presets/Scripts/color_script.jsx"); app.notifiers.add("setd", eventFile); and the s...
by Ray
Tue Aug 09, 2016 6:41 pm
Forum: Help Me
Topic: Customize Eyedropper/ Color Picker
Replies: 9
Views: 10179

Re: Customize Eyedropper/ Color Picker

Okay thanks.
Does anyone know how to detect color selection Event ?
by Ray
Tue Aug 09, 2016 6:02 pm
Forum: Help Me
Topic: Customize Eyedropper/ Color Picker
Replies: 9
Views: 10179

Re: Customize Eyedropper/ Color Picker

- this custom space is supposed to be 5 bits by channel.

- I would like if possible the taken colour automatically and instantly changed without pushing any button.

- I want the nearest value, if there is picked colour with value 4 then it should be converted into 0.
by Ray
Tue Aug 09, 2016 5:44 pm
Forum: Help Me
Topic: Customize Eyedropper/ Color Picker
Replies: 9
Views: 10179

Re: Customize Eyedropper/ Color Picker

Hello, thanks for helping me. What i would like exactly, is a script that auto convert any color selected with color picker or eyedropper into an other color using only those values: 0,8,16,24,33,41,49,57,66,74,82,90,99,107,115,123,132,140,148,156,165,173,181,189,198,206,214,222,231,239,247,255. For...
by Ray
Tue Aug 09, 2016 2:05 pm
Forum: Help Me
Topic: Customize Eyedropper/ Color Picker
Replies: 9
Views: 10179

Customize Eyedropper/ Color Picker

Hi,
I'm new in photoshop scripting.
I want want to convert any selected color inside the Color Picker dialog to a custom color space.
I would like to convert the eyedropper picked colors to the same color space.
I know how to convert colors but i don't know how to script this in photoshop.