C# Class FSpot.Imaging.ImageFile

显示文件 Open project: mono/f-spot Class Usage Examples

Public Methods

Method Description
Create ( SafeUri uri ) : IImageFile
HasLoader ( SafeUri uri ) : bool
IsJpeg ( SafeUri uri ) : bool
IsRaw ( SafeUri uri ) : bool
UnitTestImageFileTypes ( ) : List

Private Methods

Method Description
GetLoaderType ( SafeUri uri ) : Type
ImageFile ( ) : System

Method Details

Create() public static method

public static Create ( SafeUri uri ) : IImageFile
uri Hyena.SafeUri
return IImageFile

HasLoader() public static method

public static HasLoader ( SafeUri uri ) : bool
uri Hyena.SafeUri
return bool

IsJpeg() public static method

public static IsJpeg ( SafeUri uri ) : bool
uri Hyena.SafeUri
return bool

IsRaw() public static method

public static IsRaw ( SafeUri uri ) : bool
uri Hyena.SafeUri
return bool

UnitTestImageFileTypes() public static method

public static UnitTestImageFileTypes ( ) : List
return List