Table of Contents

Method SaveAsTiffBytes

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

SaveAsTiffBytes()

Saves the image as TIFF to a byte array without writing to disk.

public byte[] SaveAsTiffBytes()

Returns

byte[]

A byte array containing the TIFF-encoded image data.

Exceptions

ObjectDisposedException

Thrown if this instance has been disposed.

InvalidOperationException

Thrown if encoding fails.

Share