Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Package FreeImageAPI.Metadata

Classes

class  GifInformation
 Provides additional information specific for GIF files. This class cannot be inherited. More...
 
class  ImageMetadata
 Class handling metadata of a FreeImage bitmap. More...
 
class  MDM_ANIMATION
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_ANIMATION. More...
 
class  MDM_COMMENTS
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_COMMENTS. More...
 
class  MDM_CUSTOM
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_CUSTOM. More...
 
class  MDM_EXIF_EXIF
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_EXIF_EXIF. More...
 
class  MDM_EXIF_GPS
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_EXIF_GPS. More...
 
class  MDM_EXIF_MAIN
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_EXIF_MAIN. More...
 
class  MDM_GEOTIFF
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_GEOTIFF. More...
 
class  MDM_INTEROP
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_EXIF_INTEROP. More...
 
class  MDM_IPTC
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_IPTC. More...
 
class  MDM_MAIN
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_EXIF_MAIN. This class is obsolete. Use class MDM_EXIF_MAIN instead. More...
 
class  MDM_MAKERNOTE
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_EXIF_MAKERNOTE. More...
 
class  MDM_NODATA
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_NODATA. More...
 
class  MDM_XMP
 Represents a collection of all tags contained in the metadata model FREE_IMAGE_MDMODEL.FIMD_XMP. More...
 
class  MetadataModel
 Base class that represents a collection of all tags contained in a metadata model. More...
 
class  MetadataTag
 Manages metadata objects and operations. More...
 

Enumerations

enum  DisposalMethodType : byte {
  DisposalMethodType.Unspecified, DisposalMethodType.Leave, DisposalMethodType.Background, DisposalMethodType.Previous,
  DisposalMethodType.Unspecified, DisposalMethodType.Leave, DisposalMethodType.Background, DisposalMethodType.Previous
}
 Specifies how a single frame will be handled after being displayed. More...
 
enum  DisposalMethodType : byte {
  DisposalMethodType.Unspecified, DisposalMethodType.Leave, DisposalMethodType.Background, DisposalMethodType.Previous,
  DisposalMethodType.Unspecified, DisposalMethodType.Leave, DisposalMethodType.Background, DisposalMethodType.Previous
}
 Specifies how a single frame will be handled after being displayed. More...
 

Enumeration Type Documentation

Specifies how a single frame will be handled after being displayed.

Enumerator
Unspecified 

Same behavior as DisposalMethodType.Leave but should not be used.

Leave 

The image is left in place and will be overdrawn by the next image.

Background 

The area of the image will be blanked out by its background.

Previous 

Restores the the area of the image to the state it was before it has been dawn.

Unspecified 

Same behavior as DisposalMethodType.Leave but should not be used.

Leave 

The image is left in place and will be overdrawn by the next image.

Background 

The area of the image will be blanked out by its background.

Previous 

Restores the the area of the image to the state it was before it has been dawn.

Definition at line 10 of file DisposalMethodType.cs.

Specifies how a single frame will be handled after being displayed.

Enumerator
Unspecified 

Same behavior as DisposalMethodType.Leave but should not be used.

Leave 

The image is left in place and will be overdrawn by the next image.

Background 

The area of the image will be blanked out by its background.

Previous 

Restores the the area of the image to the state it was before it has been dawn.

Unspecified 

Same behavior as DisposalMethodType.Leave but should not be used.

Leave 

The image is left in place and will be overdrawn by the next image.

Background 

The area of the image will be blanked out by its background.

Previous 

Restores the the area of the image to the state it was before it has been dawn.

Definition at line 10 of file DisposalMethodType.cs.