disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.3k stars 443 forks source link

Shear operation #120

Open Zireael07 opened 4 years ago

Zireael07 commented 4 years ago

A combination of scale, resize and shear can be used to convert an image to isometric perspective.

disintegration commented 4 years ago

Indeed, the shear operation would be useful in some cases. Contributions are welcome!