topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 7:20 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Looking for somebody to write simple photoshop plugin  (Read 6270 times)

smilem

  • Participant
  • Joined in 2013
  • *
  • default avatar
  • Posts: 7
    • View Profile
    • Donate to Member
Looking for somebody to write simple photoshop plugin
« on: October 01, 2013, 10:00 AM »
Hello, I'm looking for somebody to write simple Photoshop plugin that
would save the color picker values to text file for every pixel in opened image.

I have made some images of the user UI etc. But I'm no programmer, and writing color
picker values by hand is very hard, you eventually have errors etc.

The color values should be taken from "second color readout" and separated by tab separator.

Perhaps somebody can help, contact via PM or here.

Thanks.
« Last Edit: October 01, 2013, 11:57 AM by smilem »

smilem

  • Participant
  • Joined in 2013
  • *
  • default avatar
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #1 on: October 01, 2013, 10:05 AM »
Some more details:

Please see this user UI I made in access, I'm not a programmer but I hope you get the idea:
http://s24.postimg.o...f0bzpjp/pluginui.jpg

User opens a chart in Photoshop
File is made so 1 pixel = 1 patch
User opens plugin and select the corner to start the reading data from.
User select direction from selected corner
User clicks OK to begin export and select output txt file.

Thats it.

The plugin reads colorpicker values at every pixel and wites them to txt file.

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #2 on: October 01, 2013, 11:38 AM »
Does it have to be a Photoshop Plugin? Perhaps it might be better as a stand alone application. It certainly might be easier to find someone willing to make such a tool, if Photoshop wasn't part of the requirements.

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #3 on: October 01, 2013, 01:11 PM »
+1

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #4 on: October 01, 2013, 01:42 PM »
Oh, and what would the output file have to look like?
And be aware that the output file will be between 6 and ~32 times the size of the original image file, depending on the information and format. But that would be problematic an big files only, I'd expect.

smilem

  • Participant
  • Joined in 2013
  • *
  • default avatar
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #5 on: October 01, 2013, 02:34 PM »
Thank you for replies.

app103
Does it have to be a Photoshop Plugin?

Yes. It has to be photoshop plugin because I need to get exact color values that the color picker "second color readout" shows.
Because as you know Photoshop uses it's own color engine, the exact values can be taken only from Photoshop itself.

Ath

Oh, and what would the output file have to look like?
And be aware that the output file will be between 6 and ~32 times the size of the original image file, depending on the information and format. But that would be problematic an big files only, I'd expect.

The output would depend on the color picker values, the output needs to be color picker "second color readout".
That means text values separated by tab separator.

As You know Photoshop supports these color picker values:

Greyscale - K 65
RGB Color - RGB 184 34 40
RGB Web Color - Web B8 22 28
HSB Color - HSB 358 81 72
CMYK Color - CMYK 0 100 100 0
LAB Color - LAB 47 68 48

So for example the output of saved text file of should look like this for different color picker modes:
Valus separated by tab separator for easy importing to for example excel etc.

Greyscale
50
12
45
78

RGB Color
184 34 20
200 5 39
50 50 41
6 55 45
9 58 40


RGB Web Color
B8 22 28
ff 00 ff
ff ff ff
D6 22 28


HSB Color
358 81 42
180 20 80
160 22 72
120 50 52


CMYK Color
0 100 100 0
5 4 100 89
25 5 40 55
30 30 30 30


LAB Color
47 68 71
100 48 72
60 53 66
65 66 41


« Last Edit: October 01, 2013, 02:40 PM by smilem »

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #6 on: October 01, 2013, 02:36 PM »
I have a working proof-of-concept script that will dump an image's per-pixel RGB values to a text file.  However, I've no clue how to write a Photoshop plugin (nor do I own the program).

smilem

  • Participant
  • Joined in 2013
  • *
  • default avatar
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #7 on: October 01, 2013, 02:42 PM »
e a working proof-of-concept script that will dump an image's per-pixel RGB values to a text file.  However, I've no clue how to write a Photoshop plugin (nor do I own the program).

You can download trial version of photoshop from adobe.
http://prodesigntool...-download-links.html

Outside solutions does not work. There is specialized commercial applications like but all export different color values than Photoshop shows. If we a talking about CMYK then there are huge problems because the exported values by third party outside applications get 1% K ink where there should be none etc.

BPC and rendering intent change color values too. So to get the same color values as photoshop, it needs to be exported from it.
« Last Edit: October 01, 2013, 02:49 PM by smilem »

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #8 on: October 01, 2013, 05:38 PM »
That's odd, that Photoshop has different colour values to other apps - who's at fault there?
And which colour value is *actually* correct?


edit// maybe this is the answer:
BPC and rendering intent change color values too. So to get the same color values as photoshop, it needs to be exported from it.
Tom

smilem

  • Participant
  • Joined in 2013
  • *
  • default avatar
  • Posts: 7
    • View Profile
    • Donate to Member
Re: Looking for somebody to write simple photoshop plugin
« Reply #9 on: October 02, 2013, 05:41 AM »
That's odd, that Photoshop has different colour values to other apps - who's at fault there?
And which colour value is *actually* correct?

I would like to explain that RGB color is just mathematical construct, that's why I need to go trough photoshop that applies Adobe RGB icc profile to it using Adobe CMM (color management engine) only then I get color numbers that means anything. Since most pre-press, designers etc. use adobe I need to extract color values that are matching. That means I must have some sort of plugin.