This is my first time creating a Photoshop Plugin, and I am having a lot of trouble understanding how to do it. I am using Microsoft MFC to create it. Does anybody know of good references or sample code to look at? I simply don't get how to create this!!!
I am trying to do a filter plugin that will let the user select a particular color, and turn all other colour in the image to black and white.
Thanks.
Major trouble understanding structure
MFC isn't a very good choice, as it's not portable.
For portable source code, there are a zillion examples linked from my software page, http://telegraphics.com.au/sw/
Major trouble understanding structure
There is one MFC sample in the SDK. It doesn't sound like you are having trouble with MFC per say but more about getting pixels in and out of Photohsop. Where exactly are you having troubles? Maybe the Dissolve sample will help you out but it uses OS (Win32) API's and not MFC.
No comments:
Post a Comment