• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Major trouble understanding structure

New Here ,
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.
TOPICS
SDK

Views

384

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Participant ,
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/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 05, 2008 Apr 05, 2008

Copy link to clipboard

Copied

LATEST
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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines