h2non / bimg

Go package for fast high-level image processing powered by libvips C library
https://pkg.go.dev/github.com/h2non/bimg?tab=doc
MIT License
2.65k stars 337 forks source link

Are custom image rotation angles possible? #442

Open garfieldlie opened 1 year ago

garfieldlie commented 1 year ago

Hey I've been trying out .Rotate() but it only allows for the set angles (90, 270...) , I want to be able to rotate towards custom angles such as 73. I've heard it's possible with vips_similarity() Is there an implementation of this which I cannot see, or is there is something else I could use.