Page 1 of 1

Posted: Thu Jan 15, 2004 4:38 pm
by HaraldHeim
I can only recommend that you post such a request on the Adobe SDK mailing list. You can subscribe to it on the Adobe Web site.

Re: How can I develop a pure Bitmap filter Plugin?

Posted: Sat Jan 17, 2004 9:35 am
by qu1j0t3
KlausP wrote:Hi,

I want to develop a pure Bitmap filter Plugin. I am able to enabled the BitmapPlugin with the PIPL-parameter "SupportedModes" and "EnableInfo". ...

Is there anyone, who has developed a pure Bitmap filter Plugin?
I believe Filter plugins can only work on 8 bit channels, therefore they cannot be used on a Bitmap mode image.

One workaround might be converting to Grey Scale mode before filtering; or, depending on what you are doing, perhaps an Export plugin can help?

Toby