PowerUI.ImageImport Class Reference

Detailed Description

Handles automatically applying the required import settings to images.

Static Public Member Functions

static void Apply (string imagePath)
 Applies the required image import settings to the given image. More...
 
static void ApplyToAll (string path)
 Applies to all images in the given directory. More...
 
static void ApplyToAll (string[] allImages)
 Applies to all of the given image paths. More...
 

Member Function Documentation

static void PowerUI.ImageImport.Apply ( string  imagePath)
inlinestatic

Applies the required image import settings to the given image.

Parameters
imagePathThe image path (relative to the project) to apply the settings to.
static void PowerUI.ImageImport.ApplyToAll ( string  path)
inlinestatic

Applies to all images in the given directory.

Parameters
pathThe path to apply settings to.</param.
static void PowerUI.ImageImport.ApplyToAll ( string[]  allImages)
inlinestatic

Applies to all of the given image paths.

Parameters
allImagesA set of all images to apply default settings to.