Plug-in Menu

The Plug-in menu allows users to add their own image processing functions into MaxIm DL. As the functions are added, they will appear in the menu list.

A variety of plug-ins are available or linked from our web site at http://www.cyanogen.com/maxim_extras.php

Sample code for Visual Basic and Visual C++ are included in subdirectories to the MaxIm DL program directory. These sample plug-ins merely allow you to add a constant to the image; they are intended for demonstration purposes only.

It should be noted that plug-ins can use both algorithms developed by the user and those built-in to MaxIm DL itself, via MaxIm DL’s COM (ActiveX) scripting interface. For more information, refer to the source code for the sample plug-ins.