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

MFC plugin

New Here ,
Nov 22, 2006 Nov 22, 2006

Copy link to clipboard

Copied

Hello all,

I am new to the Photoshop SDK. I have already read that plugins using MFC are not recommended, because they cannot allocate memory from Photoshop.

Anyway, I compiled the MFCPlugin example and modified it for 16 bit color depth. So I am attempted to go on in this direction.
I want to write filter plugins for WIN32 only.

My beginner questions for that:
Will I find other limitations than memory allocation when I start to do more advanced stuff?
Are there other GUI toolkits (e.g. FLTK) that might be better for this?
(I dont like writing GUI's want to have a tool for this)

thanks for any clarifications and recommendations

regards,

Peter
TOPICS
SDK

Views

340

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
Adobe Employee ,
Dec 10, 2006 Dec 10, 2006

Copy link to clipboard

Copied

LATEST
You cannot use the PIUNew.h(cpp) files when using MFC. But that is not such a bad thing. You should only use Photoshop for large memory buffers for such things as images. The example is not as robust as Dissolve but MFC is available and usable. There are other plug-in developers out there using 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