elixir-image/image

Image.skew_angle missing?

tielur opened this issue · 2 comments

tielur commented

I'm doing some stuff with image skewing and I saw that there's a Image.skew_angle/1 in the documentation but that doesn't appear to be in the library?

tielur commented

Nevermind I think it's not included in the prebuilt libvips

Yes, it relies on fft which is not included in the prebuilt version. I'll improve the documentation to make that clear for the next cycle.