xtd 0.2.0
xtd::drawing::imaging::encoder Class Referencefinal

Definition

An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.

Namespace
xtd::drawing::imaging
Library
xtd.drawing
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an EncoderParameter object. One of the fields of the EncoderParameter object is a GUID that specifies the category of the parameter. Use the static fields of the Encoder class to retrieve an Encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.
Category GUID
chrominance_table f2e455dc-09b3-4316-8260-676ada32481c
color_depth 66087055-ad66-4c7c-9a18-38a2310b8337
compression e09d739d-ccd4-44ee-8eba-3fbf8be4fc58
luminance_table edb33bce-0266-4a77-b904-27216099e717
quality 1d5be4b5-fa4a-452d-9cdd-5db35105e7eb
render_method 6d42c53a-229a-4825-8bb7-5c99e2b9a8b8
save_flag 292266fc-ac40-47bf-8cfc-a85b89a655de
scan_method 3a4e2661-3109-4e56-8536-42c156e7dcfa
transformation 8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9
version 24d18c76-814a-41a4-bf53-1c219cccf797

Constructors

 encoder (const xtd::guid &guid)
 Initializes a new instance of the xtd::drawing::imaging::encoder class from the specified globally unique identifier (GUID). The GUID specifies an image encoder parameter category. More...
 

Fileds

static encoder chrominance_table () noexcept
 An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category. More...
 
static encoder color_depth () noexcept
 An Encoder object that is initialized with the globally unique identifier for the color depth parameter category. More...
 
static encoder compression () noexcept
 An Encoder object that is initialized with the globally unique identifier for the compression parameter category. More...
 
static encoder luminance_table () noexcept
 An Encoder object that is initialized with the globally unique identifier for the luminance table parameter category. More...
 
static encoder quality () noexcept
 An Encoder object that is initialized with the globally unique identifier for the quality parameter category. More...
 
static encoder render_method () noexcept
 An Encoder object that is initialized with the globally unique identifier for the renderer method category. More...
 
static encoder save_flag () noexcept
 An Encoder object that is initialized with the globally unique identifier for the save flag category. More...
 
static encoder scan_method () noexcept
 An Encoder object that is initialized with the globally unique identifier for the scan method category. More...
 
static encoder transformation () noexcept
 An Encoder object that is initialized with the globally unique identifier for the transformation category. More...
 
static encoder version () noexcept
 An Encoder object that is initialized with the globally unique identifier for the version category. More...
 

Properties

const xtd::guidguid () const noexcept
 Gets a globally unique identifier (GUID) that identifies an image encoder parameter category. More...
 

Methods

bool equals (const encoder &value) const noexcept override
 

Additional Inherited Members

- Public Member Functions inherited from xtd::object
 object ()=default
 Create a new instance of the ultimate base class object. More...
 
bool equals (const object &obj) const noexcept
 Determines whether the specified object is equal to the current object. More...
 
virtual size_t get_hash_code () const noexcept
 Serves as a hash function for a particular type. More...
 
virtual type_object get_type () const noexcept
 Gets the type of the current instance. More...
 
template<typename object_t >
std::unique_ptr< object_t > memberwise_clone () const noexcept
 Creates a shallow copy of the current object. More...
 
virtual xtd::ustring to_string () const noexcept
 Returns a sxd::ustring that represents the current object. More...
 
- Public Member Functions inherited from xtd::iequatable< encoder >
virtual bool equals (const encoder &) const noexcept=0
 Indicates whether the current object is equal to another object of the same type. More...
 
- Static Public Member Functions inherited from xtd::object
static bool equals (const object &object_a, const object &object_b) noexcept
 Determines whether the specified object instances are considered equal. More...
 
static bool reference_equals (const object &object_a, const object &object_b) noexcept
 Determines whether the specified object instances are the same instance. More...
 

Constructor & Destructor Documentation

◆ encoder()

xtd::drawing::imaging::encoder::encoder ( const xtd::guid guid)
inlineexplicit

Initializes a new instance of the xtd::drawing::imaging::encoder class from the specified globally unique identifier (GUID). The GUID specifies an image encoder parameter category.

Parameters
guidA globally unique identifier that identifies an image encoder parameter category.

Member Function Documentation

◆ chrominance_table()

static encoder xtd::drawing::imaging::encoder::chrominance_table ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ color_depth()

static encoder xtd::drawing::imaging::encoder::color_depth ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the color depth parameter category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ compression()

static encoder xtd::drawing::imaging::encoder::compression ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the compression parameter category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ guid()

const xtd::guid& xtd::drawing::imaging::encoder::guid ( ) const
inlinenoexcept

Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.

Returns
The GUID that identifies an image encoder parameter category.

◆ luminance_table()

static encoder xtd::drawing::imaging::encoder::luminance_table ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the luminance table parameter category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ quality()

static encoder xtd::drawing::imaging::encoder::quality ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the quality parameter category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ render_method()

static encoder xtd::drawing::imaging::encoder::render_method ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the renderer method category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ save_flag()

static encoder xtd::drawing::imaging::encoder::save_flag ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the save flag category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ scan_method()

static encoder xtd::drawing::imaging::encoder::scan_method ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the scan method category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ transformation()

static encoder xtd::drawing::imaging::encoder::transformation ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the transformation category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

◆ version()

static encoder xtd::drawing::imaging::encoder::version ( )
inlinestaticnoexcept

An Encoder object that is initialized with the globally unique identifier for the version category.

Returns
The encoder.
Remarks
When you pass a parameter to an image encoder, the parameter is encapsulated in an xtd::drawing::image::encoder_parameter object. One of the fields of the xtd::drawing::image::encoder_parameter object is a GUID that specifies the category of the parameter. Use the static fields of the xtd::drawing::imaging:encoder class to retrieve an xtd::drawing::imaging:encoder that contains parameters of the desired category.
The image encoders that are built into GDI+ receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

The documentation for this class was generated from the following file: