leafo / magick

Lua bindings to ImageMagick for LuaJIT using FFI
401 stars 79 forks source link

img:auto_orient() is in magic.lua, but no a line in documentation #47

Open gumanoed opened 7 years ago

gumanoed commented 7 years ago

I spend 3 work days trying to realize auto rotate by EXIF info function for this library. But it is in the library!!!

Please, note this in documentation! You can use img:auto_orient() function to rotate images by EXIF info!

And check file /usr/local/share/lua/5.1/magick/wand/image.lua before you begin make some new functionality!