ImageManager Class |
Namespace: NetQuarry.Util.Image
The ImageManager type exposes the following members.
Name | Description | |
---|---|---|
ImageManager |
The standard constructor.
|
Name | Description | |
---|---|---|
GenerateThumbnail |
Gets/sets whether a thumbail is generated during the image processing operation.
| |
GenerateThumbnailOnly |
Gets/sets whether only thumbnail files should be generated during the image processing operation.
| |
IgnoreImagesLessThan |
Gets/sets the minimum image size (in kB) that will be processed.
| |
ImageConstraint |
Gets/sets on which image dimension is constrained during the resize procedures.
| |
ImageFindFilter |
Gets/sets the image find filter to use to gather images to convert when specifying an input path.
| |
ImageFormat |
Gets/sets the image format for the output image.
| |
ImageHeight |
Gets/sets the custom image height for the output image.
| |
ImageQuality |
Get/sets the image quality for the output image.
| |
ImageSize |
Gets/sets the image size for the output image.
| |
ImageWidth |
Gets/sets the custom image width for the output image.
| |
InputFile |
Gets/sets the full path and filename to an input image file.
| |
InputPath |
Gets/sets the path to a folder that may contain image files for processing.
| |
InputPathRecursion |
Gets/sets whether the input path should be searched recursively for any image file to be converted.
| |
InputStream |
The input stream for the original image. See also OutputStream.
| |
OutputFile |
Gets/sets the full path and filename to an output image file. If a thumbnail is generated, it will have the same name as the output image.
| |
OutputImageSameFormatAsInput |
Gets/sets whether the output images should be in the same graphics format as the input image.
| |
OutputPath |
Gets/sets the path to a folder where processed images are output.
| |
OutputPathRecursion |
Gets/sets whether the output images should be output into equivalent folder structure as the input folders
| |
OutputStream |
The output stream for the transformed image. See also InputStream.
| |
OverwriteExistingFile |
Gets/sets whether the existing files should be overwritten when generating images
| |
ThumbConstraint |
Gets/sets on which image dimension is constrained during the thumbnail generation.
| |
ThumbFormat |
Gets/sets the image format for the output thumbnail.
| |
ThumbHeight |
Gets/sets the custom image height for the output thumbnail.
| |
ThumbnailPath |
Gets/sets the relative path where thumbnail files are generated from the equivalent image.
| |
ThumbQuality |
Get/sets the image quality for the output thumbnail.
| |
ThumbSize |
Gets/sets the image size for the output thumbnail.
| |
ThumbWidth |
Gets/sets the custom image width for the output thumbnail.
|
Name | Description | |
---|---|---|
Dispose |
Close the database connection(s)
| |
DoResize |
Performs the resizing of imagea based on the specified property values.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImageFromFile |
Load an image from a file.
| |
GetImageOutputFormatExt |
Retrieves the standard file extension for the image's output format (e.g. ".gif" for GIF files).
| |
GetImageOutputFormatExt(ImageFileFormat) |
Retrieves the standard file extension for the specified format (e.g. ".gif" for GIF files).
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsImageFile |
Returns true if the filename provided is one of the recognized image file formats
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PixelSize |
Gets the size, in pixels, for the specified image size.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |