ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ImageResizer.Plugins.PsdComposer.PsdCommandBuilder Class Reference

Layer names are case-insensitive. Asterisks can be used as wildcards to specify suffixes, prefixs, and search terms. More...

Public Member Functions

 PsdCommandBuilder (NameValueCollection queryString)
 
void SaveToQuerystring (NameValueCollection queryString)
 
Dictionary< string, Color > parseColorDict (string str)
 
string serializeColorDict (Dictionary< string, Color > dict)
 
Dictionary< string, string > parseStringDict (string str)
 
string serializeStringDict (Dictionary< string, string > dict)
 
Dictionary< string, bool > parseBooleanDict (string str)
 
string serializeBooleanDict (Dictionary< string, bool > dict)
 
void Color (string layer, Color color, double opacity)
 
void Color (string layer, Color color)
 
void Show (string layer)
 
void Hide (string layer)
 
void Redraw (string layer)
 
void SetText (string layer, string text)
 

Static Public Member Functions

static IEnumerable< string > GetSupportedQuerystringKeys ()
 

Public Attributes

Dictionary< string, Color > layerColors = new Dictionary<string, Color>(StringComparer.OrdinalIgnoreCase)
 
Dictionary< string, bool > layerVisibility = new Dictionary<string, bool>(StringComparer.OrdinalIgnoreCase)
 
Dictionary< string, bool > layerRedraw = new Dictionary<string, bool>(StringComparer.OrdinalIgnoreCase)
 
Dictionary< string, string > layerText = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase)
 
string renderer = "psdplugin"
 Set the renderer. graphicsmill and psdplugin are the currently supported values More...
 

Detailed Description

Layer names are case-insensitive. Asterisks can be used as wildcards to specify suffixes, prefixs, and search terms.

Definition at line 14 of file PsdCommandBuilder.cs.

Member Data Documentation

string ImageResizer.Plugins.PsdComposer.PsdCommandBuilder.renderer = "psdplugin"

Set the renderer. graphicsmill and psdplugin are the currently supported values

Definition at line 23 of file PsdCommandBuilder.cs.


The documentation for this class was generated from the following file: