HeifContextEncodeThumbnail Method
Encodes the image thumbnail.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public void EncodeThumbnail(
int boundingBoxSize,
HeifImage thumbnail,
HeifImageHandle parentImageHandle,
HeifEncoder encoder,
HeifEncodingOptions options = null
)
Public Sub EncodeThumbnail (
boundingBoxSize As Integer,
thumbnail As HeifImage,
parentImageHandle As HeifImageHandle,
encoder As HeifEncoder,
Optional options As HeifEncodingOptions = Nothing
)
public:
void EncodeThumbnail(
int boundingBoxSize,
HeifImage^ thumbnail,
HeifImageHandle^ parentImageHandle,
HeifEncoder^ encoder,
HeifEncodingOptions^ options = nullptr
)
member EncodeThumbnail :
boundingBoxSize : int *
thumbnail : HeifImage *
parentImageHandle : HeifImageHandle *
encoder : HeifEncoder *
?options : HeifEncodingOptions
(* Defaults:
let _options = defaultArg options null
*)
-> unit
Parameters
- boundingBoxSize Int32
- The size of the thumbnail bounding box.
- thumbnail HeifImage
- The thumbnail image.
- parentImageHandle HeifImageHandle
- The handle of the parent image that this thumbnail should be assigned to.
- encoder HeifEncoder
- The encoder.
- options HeifEncodingOptions (Optional)
- The encoder options.