In This Topic
GdPicture14 Namespace / RAWImageLoadingOptions Enumeration

RAWImageLoadingOptions Enumeration

In This Topic
Specifies how RAW images must be decoded.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<FlagsAttribute()>
Public Enum RAWImageLoadingOptions 
   Inherits System.Enum
[ComVisible(true)]
[Flags()]
public enum RAWImageLoadingOptions : System.Enum 
public enum RAWImageLoadingOptions = class(System.Enum)
ComVisibleAttribute()
FlagsAttribute()
public enum RAWImageLoadingOptions extends System.Enum
[ComVisible(true)]
[Flags()]
__value public enum RAWImageLoadingOptions : public System.Enum 
[ComVisible(true)]
[Flags()]
public enum class RAWImageLoadingOptions : public System.Enum 
Members
MemberValueDescription
AutomaticBrightness8Applies automatic brightness adjustment during the development.
Display1Develops the image to sRGB color space using a gamma of 2.4 / 12.92.
LoadHalf2Develops the image to half of its original size.
Preview0Tries to load the embedded JPEG preview bitmap, if such bitmap is not available, the image will be developed to sRGB color space.
RawColorSpace4Develops the image to RAW color space using a gamma of 1 / 1.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.RAWImageLoadingOptions

See Also