JpegTools Members

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member AutoResizeAsync(Void, IBuffer)
Public methodStatic member AutoResizeAsync(IBuffer, AutoResizeConfiguration)
JPEG squeeze of an image into a new smaller JPEG using configured auto resize parameters.
Public methodStatic member BlendAsync(Void, IBuffer, IBuffer)
Public methodStatic member BlendAsync(IBuffer, IReadableBitmap, Point)
Blends a JPEG image with another bitmap image into a new JPEG. The source JPEG image dimensions cannot be smaller than the dimensions of the bitmap image to blend.
Public methodStatic member FlipAndRotateAsync(Void, IBuffer, IBuffer, FlipMode)
Public methodStatic member FlipAndRotateAsync(IBuffer, FlipMode, Rotation, JpegOperation)
Performs a lossless flip followed by a rotation of a JPEG image into a new JPEG. Optionally falls back on a lossy operation if lossless cannot be performed.
Public methodStatic member SqueezeAsync(Void, IBuffer)
Public methodStatic member SqueezeAsync(IBuffer, UInt32)
JPEG squeeze of an image into a new smaller JPEG with a desired maximum buffer size in bytes.

See Also

JpegTools Class

Lumia.Imaging Namespace