I just released my first PI script. It's called ColorMask (I figured that most PI users expect US spelling) and is intended to simplify colour processing. It only takes a few fairly simple steps to go from Before:
Vicent is still keen but it might be a little later in the year. He is free at Easter time but I told him that probably wouldn't work too well... His last suggestion was May.
Vicent is still keen but it might be a little later in the year. He is free at Easter time but I told him that probably wouldn't work too well... His last suggestion was May.
Nice work Rick! Good to see another coder here too.
Quote:
Originally Posted by RickS
Thanks, Troy. I have to say I'm not a huge fan of JavaScript. Hopefully, they'll finish Python support soon.
I develop web apps, and my 9-5 is entirely JS these days. Well, actually, CoffeeScript (not my decision--I wouldn't have chosen to use it, but now that I am, it does make JS feel a tiny bit less ugly). We use Angular + a touch of Node. I've never been a big fan of JS either, but you gotta pay the bills.
I like python as a language, but I can't get past __init__.py. Small thing, but it makes me feel a little dirty inside.
I've been enjoying playing around with Java lately, which I hadn't done since uni.
Ta, Geoff. No, it will work with any colour image. You can use the masks to create more sophisticated ones too. As an example, PixelMath star_mask*blue_mask would give you a mask targeting blue stars.
Quote:
Originally Posted by lazjen
Nice work, I'll have to give this a spin sometime.
Let me know if you have any feedback, Chris.
Quote:
Originally Posted by codemonkey
Nice work Rick! Good to see another coder here too.
I develop web apps, and my 9-5 is entirely JS these days. Well, actually, CoffeeScript (not my decision--I wouldn't have chosen to use it, but now that I am, it does make JS feel a tiny bit less ugly). We use Angular + a touch of Node. I've never been a big fan of JS either, but you gotta pay the bills.
I like python as a language, but I can't get past __init__.py. Small thing, but it makes me feel a little dirty inside.
I've been enjoying playing around with Java lately, which I hadn't done since uni.
I have a system & embedded programming background, Lee. C was about as high level as I used to go on a regular basis The lads at work are looking at new scripting languages and seem quite excited by Lua.
Glad to hear you've got it out Rick.
Have the PI boys discussed making it part of future distributions? (I'll have to get back on the PI forums. Expect you've outlined progress there?).
Thanks for putting this up. NB is a tall slippery mountain and I've never been able to get anywhere near the beautiful hues in your images posted in past abortive attempts in PI, and it seems to be getting progressively harder to go back into PS nowadays.
Glad to hear you've got it out Rick.
Have the PI boys discussed making it part of future distributions? (I'll have to get back on the PI forums. Expect you've outlined progress there?).
Thanks for putting this up. NB is a tall slippery mountain and I've never been able to get anywhere near the beautiful hues in your images posted in past abortive attempts in PI, and it seems to be getting progressively harder to go back into PS nowadays.
Rob,
I only just posted it to the PI Forum last night so not much feedback yet apart from a couple of folks who said they'd try it. Some of my SRO colleagues are also giving it a whirl. I'd like to think it is useful enough to include in the PI distribution but I guess we'll see.
PI already has some powerful tools for playing with colour but they are tricky to use. Being able to isolate colour ranges and work on them separately makes it a lot simpler, IMHO. The preset buttons for individual colours are intended to select a range of colours roughly approximating what Selective Color in Photoshop does.
In particular, I used the Magenta, Cyan and Yellow masks in a similar manner to your PI forum post. Although I messed around with the options while experimenting, I think the masks used had default values (or close) in the final image process.
Overall I think it's worked well and will be something I regularly use. In fact I may revisit some of my older images and see if using this script may help.
Last edited by lazjen; 16-11-2014 at 08:05 AM.
Reason: typos