How To Do An Own Adobe Plugin

I would like to write an Adobe compatible filter which gets some image data from a paint program, does some effects using OGL and puts the rendered image back into the paint program. My problem is, I don’t find a SDK or any other documentation on how to write an Adobe compatible plugin (for PaintShop Pro, Photoshop etc…). There are thousands of filters but no sourcecode at all. (Because of the very large number of those filters it can’t be difficult.) Does ANYBODY know a link to a tutorial or a SDK concerning Adobe compatible plugins? Any help would be greatly appreciated.

thx

Marc

Hmm, that’s not too complicated to find, isn’t it? http://partners.adobe.com/asn/developer/gapsdk/PhotoshopSDK.html

Hotbot, altavista and fireball didn’t find it in the first 100 links

Thanks

[This message has been edited by Marc (edited 08-14-2000).]

My pleasure.
If you know the company, always look there first.
I knew it was there because I had the 4.01 version of it. I found plugins rather complicated, the Photoshop memory management is a mess. Don’t know about the newer versions though.