Bitcoin Forum

Economy => Services => Topic started by: misterbigg on August 18, 2012, 01:38:59 AM



Title: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: misterbigg on August 18, 2012, 01:38:59 AM
I need a talented programmer with a knack for math and research papers to help me reverse engineer Photoshops "Layer Effects" features and implement them in C++. I've already made progress on it in my open source project:

https://github.com/vinniefalco/LayerEffects

There's a Windows executable up for download. This is a paying gig, just PM me. The results will be open sourced so your name will get out there (and the public will benefit).

Thanks!


Title: Re: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: deus-ex-machina on August 18, 2012, 10:25:30 PM
Is it okay if it's programmed in Java?


Title: Re: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: misterbigg on August 19, 2012, 12:03:12 AM
Is it okay if it's programmed in Java?

Yes. I would work with you to produce the appropriate C++ implementation. But you could write the effects code in Java to test it out and make sure it produces results similar to Photoshop. The disadvantage is that you wouldn't be able to use my existing application framework.


Title: Re: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: misterbigg on August 19, 2012, 05:35:37 PM
This is the effect that needs to be reverse engineered and implemented:

Outer Glow, Soft

https://i.imgur.com/roZji.png

This is the Euclidean Distance Transform:

https://i.imgur.com/zr8qE.png

Outer Glow, Precise (obviously this uses the Euclidean Distance Transform)

https://i.imgur.com/bPBz5.png



Title: Re: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: mimarob on August 20, 2012, 12:44:41 PM
Doesn't gimp have something similar you could just nick??


Title: Re: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: misterbigg on August 20, 2012, 01:34:16 PM
Doesn't gimp have something similar you could just nick??

Nope, or else I would have used it. They don't even have a decent anti-aliased Euclidean Distance Transform, let alone a "Softer" Drop Shadow / Outer Glow.



Title: Re: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: yogi on August 23, 2012, 12:34:54 AM
@misterbigg
PM sent.


Title: Re: [WTB] C++ Programmer for Image Processing / Special Effects
Post by: HeavyMetal on August 23, 2012, 05:23:55 AM
Have you looked at the source code to Gimp?

Never mind, I see this has already been mentioned.