tags:

views:

63

answers:

1

How to write programs for tools used in adobe photoshop? may i know the algorithms used in adobe photoshop?

+2  A: 

Photoshop has a plugin architecture that allows you to extend it with new algorithms and tools.

Here are a couple of links to help you get started with developing Photoshop plugins:

Adobe's Developer Center: http://www.adobe.com/devnet/photoshop/

A map to resources that may be helpful: http://www.photoshoproadmap.com/Photoshop-blog/2006/10/23/programming-photoshop-plugins/

John Stauffer