Live data from Hacker News

Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

github.com

31–37 of 37 posts

Re: Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

#31

Hi guys, I'm the author of that app. You can choose which format you want to save by default (hex or rgb) as well as hiding the color preview in the menubar through the app preferences. Please let me know if you feel like something is missing.

What is the preferred way to report bugs?

I've just stumbled upon two:

1. when mouse cursor approaches top edge of the screen, preview stretches vertically so that it's still square, but pixels are twice as tall as they are thick. That's on an mbp5,5 running 10.7.1.

2. Cmd+Shift+p uses physical location of p key disregarding programmatically set keyboard layout. I've only noticed because I'm using Colemak.

Re: Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

#32

Hi guys, I'm the author of that app. You can choose which format you want to save by default (hex or rgb) as well as hiding the color preview in the menubar through the app preferences. Please let me know if you feel like something is missing.

Good work!

What is the preferred way to report bugs?

I've just stumbled upon two:

1. when mouse cursor approaches top edge of the screen, preview stretches vertically so that it's still square, but pixels are twice as tall as they are thick. That's on an mbp5,5 running 10.7.1.

2. Cmd+Shift+p uses physical location of p key disregarding programmatically set keyboard layout. I've only noticed because I'm using Colemak.

Re: Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

#33

Hi guys, I'm the author of that app. You can choose which format you want to save by default (hex or rgb) as well as hiding the color preview in the menubar through the app preferences. Please let me know if you feel like something is missing.

Good work! What is the preferred way to report bugs? I've just stumbled upon two: 1. when mouse cursor approaches top edge of the screen, preview stretches vertically so that it's still square, but pixels are twice as tall as they are thick. That's on an mbp5,5 running 10.7.1. 2. Cmd+Shift+p uses physical location of p key disregarding programmatically set keyboard layout. I've only noticed because I'm using Colemak.

Hi, I'm working on both of them! If you find anything else, feel free to use Github issues

Re: Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

#34
post #27

Hi guys, I'm the author of that app. You can choose which format you want to save by default (hex or rgb) as well as hiding the color preview in the menubar through the app preferences. Please let me know if you feel like something is missing.

A screenshot on the homepage (not just the github page) would be great. Nice icon by the way.

Thanks, I hired a designer for that

Re: Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

#35
post #28

Hi guys, I'm the author of that app. You can choose which format you want to save by default (hex or rgb) as well as hiding the color preview in the menubar through the app preferences. Please let me know if you feel like something is missing.

I might be an outlier, but, I spent a few hours last weekend looking for a color picker that had CMYK support. Although, maybe I'll send a pull request your way, if I find the time to add it in.. should just be a matter of colorUsingColorSpace: and {cyan, magenta, yellow, black}Components of NSColor and a quick addition to your NSColorFormatter. (// edit: other than that, this looks pretty awesome.)

CMYK (and others) added, look for an update soon.

Re: Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

#36

Great app. I only wish there was an option to exclude the # when copying, as then I could directly paste the color code into Photoshop.

I'll add an option for that. Thanks for the feedback.

Just saw the update - awesome! Thank you.

Re: Show HN: Color Picker Pro, Open Source Color Picker for Mac Os X

#37
post #28

Earlier quoted context omitted.

I might be an outlier, but, I spent a few hours last weekend looking for a color picker that had CMYK support. Although, maybe I'll send a pull request your way, if I find the time to add it in.. should just be a matter of colorUsingColorSpace: and {cyan, magenta, yellow, black}Components of NSColor and a quick addition to your NSColorFormatter. (// edit: other than that, this looks pretty awesome.)

CMYK (and others) added, look for an update soon.

Indeed! I'm the one that made the pull request adding support for copying the color as CMYK ;)
Post reply on HN