0
Major trouble understanding structure
New Here
,
/t5/photoshop-ecosystem-discussions/major-trouble-understanding-structure/td-p/1458558
Mar 29, 2008
Mar 29, 2008
Copy link to clipboard
Copied
Hello,
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.
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.
TOPICS
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explore related tutorials & articles
Participant
,
/t5/photoshop-ecosystem-discussions/major-trouble-understanding-structure/m-p/1458559#M449446
Mar 30, 2008
Mar 30, 2008
Copy link to clipboard
Copied
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/
For portable source code, there are a zillion examples linked from my software page, http://telegraphics.com.au/sw/
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
/t5/photoshop-ecosystem-discussions/major-trouble-understanding-structure/m-p/1458560#M449447
Apr 05, 2008
Apr 05, 2008
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

