Posted 8 October 2020, 5:11 am EST
Sorry to pepper you with all these questions, but I really want to use your component and I have to figure out if it is capable of replacing existing functionality before we adopt it.I see that the GcBitmapGraphics has a Transform property of Matrix3x2. Is there a way to apply a Matrix4x3 transform?
Today we allow ours users to "Taper" their image/text. I'm ultimately trying get a result like the following:
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/transforms/non-affine
Or
https://github.com/SixLabors/ImageSharp/blob/59f47d457b1c72d8ae2baa49fdf351932f7bb9fd/src/ImageSharp/Processing/Processors/Transforms/TransformUtils.cs#L81
Is there a way to accomplish this using your component?