ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Classes | Functions
Package ImageResizer.Plugins.PsdComposer

Classes

class  GraphicsMillRenderer
 An Aurigma.GraphicsMill-based renderer. GraphicsMill was far too limited to do what we needed, so this got scrapped. More...
 
interface  IPsdRenderer
 
interface  IPsdLayer
 
class  PsdLayerBase
 
class  MemCachedFile
 Caches a file in memory using the asp.net Cache object, while exposing methods for adding subkeys that invalidate along with the file if the source file is changed. More...
 
class  PsdCommandBuilder
 Layer names are case-insensitive. Asterisks can be used as wildcards to specify suffixes, prefixs, and search terms. More...
 
class  PsdCommandSearcher
 
class  PsdComposerPlugin
 
class  PsdVirtualFile
 
class  PsdPluginRenderer
 

Functions

delegate bool ShowLayerDelegate (int index, string Name, bool visibleNow)
 
delegate void ComposeLayerDelegate (Graphics g, Bitmap bitmap, object layer)