Lumia.Imaging.Transforms Namespace
Contains types that can be used to transform the image spatially. Operations include scaling, rotating, and cropping.
Classes
Class | Description | |
---|---|---|
CropEffect |
Crops the image to a specified region. |
|
CropFilter |
Crops the image to a specified region. |
|
FlipEffect |
Flips the image horizontally and/or vertically. |
|
FlipFilter |
Flips the image horizontally and/or vertically. |
|
ImageAligner |
Aligns a series of images that differ by small movements.
|
|
ReframingEffect |
Reframes the image to comprise a rectangle of any size inside or outside the current image. Reframing is done by specifying a reframing area by position and size, an angle of clockwise rotation, and a pivot point around which the reframing area is rotated. |
|
ReframingFilter |
Reframes the image to comprise a rectangle of any size inside or outside the current image. Reframing is done by specifying a reframing area by position and size, an angle of clockwise rotation, and a pivot point around which the reframing area is rotated. |
|
RotationEffect |
Rotates the image around its center in a clock-wise direction. |
|
RotationFilter |
Rotates the image around its center in a clock-wise direction. |
|
ScaleEffect | Scales the image by a given factor, while preserving the aspect ratio. |
|
ScaleFilter | Scales the image by a given factor, while preserving the aspect ratio. |
Enumerations
Enumeration | Description | |
---|---|---|
AlignmentQuality |
Quality of the alignment produced by the ImageAligner.
|
|
FlipMode |
Flip modes employed by the flip effect. An image can be flipped around its horizontal or vertical axis as well as around both axes at once.
|