Julia: Affine Transformations Using the Compose Module

Is it possible to convert images (as shown below) through matrices using Compose.jl ? If so, could you provide a simple example?

I know the keyword argument rotationin the method Compose.context, but I was wondering if there was anything like this for general affine transforms. Thank!

shift conversion

+4
source share

Source: https://habr.com/ru/post/1667103/


All Articles