The ImageUtility type exposes the following members.
Methods| | Name | Description |
|---|
  | DetectTextureType | |
  | GetImageFlags | |
  | ImageAutoCompressionDetectType | |
  | LoadFromBuffer |
Loads an image from buffer.
|
  | LoadFromRealFile |
Loads an image file.
|
  | LoadFromVirtualFile |
Loads an image file.
|
  | Save(String, Byte, Vector2I, Int32, PixelFormat, Int32, Int32, Int32, String) |
Save the image as a file.
|
  | Save(String, IntPtr, Vector2I, Int32, PixelFormat, Int32, Int32, Int32, String) |
Save the image as a file.
|
  | Scale(Byte, Vector2I, PixelFormat, Vector2I, ImageUtilityFilters, Byte) | |
  | Scale(IntPtr, Vector2I, PixelFormat, Vector2I, ImageUtilityFilters, IntPtr) | |
Top
See Also