JpegRenderer Members
The JpegRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
JpegRenderer() |
Creates and initializes a new JPEG renderer.
|
|
JpegRenderer(IImageProvider) |
Creates and initializes a new JPEG renderer with an image source.
|
|
JpegRenderer(IImageProvider, JpegOutputColorMode) |
Creates and initializes a new JPEG renderer with an image source and a ColorMode.
|
|
JpegRenderer(IImageProvider, JpegOutputColorMode, OutputOption) |
Creates and initializes a new JPEG renderer with an image source and a target bitmap.
|
| Name | Description | |
|---|---|---|
|
Close | |
|
GetSources | |
|
RenderAsync |
Renders the source to a JPEG image, according to the current settings.
|
|
SetSource |
Set a source by index.
|
|
ToDotString |
Creates a representation of the image processing graph in the DOT language. This can be used with the DOT tool to generate a visual representation of what is going to be rendered.
|
| Name | Description | |
|---|---|---|
|
ExifSource |
Allows for explicitly setting the source of EXIF metadata to be used in the render result.
If null, the renderer will automatically use the background source as EXIF source.
|
|
OutputColorMode |
The output ColorMode used when rendering.
|
|
OutputOption |
Controls how the image is rendered.
The default value is OutputOption.PreserveAspectRatio.
|
|
Quality |
Quality of the JPEG image. Range (0.0, 1.0]. |
|
RemoveExif |
If true, the JPEG image will have any EXIF metadata removed.
|
|
RemoveRichContent |
If false, the rich content payload contained in the rich content source is preserved, and stored in the buffer that is returned by RenderAsync().
Preservation only works with JPEG image buffer containing a rich content payload. If no rich content payload is found, this property has no effect.
|
|
RenderOptions |
Controls what rendering options are used when scheduling the rendering chain. Use this to force CPU or GPU only rendering.
The default value is RenderOptions.Mixed.
|
|
RichContentSource |
Allows for explicitly setting the source of rich content to be used in the render result.
If null, the renderer will automatically use the background Source as rich content source.
|
|
Size |
The output size to use if no bitmap has been specified.
|
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
Show: