leafo / magick

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

Why last page whet convert pdf to png #50

Open gumanoed opened 7 years ago

gumanoed commented 7 years ago

I love the magick project! :) Especialy after a found auto_orient option.

But, whet i resize PDF file to PNG i got the last page. Why? I really need the first!

And if it possable , it would be grate to get option as convert source.pdf[0] output.jpeg

gumanoed commented 7 years ago

And i know about https://github.com/leafo/magick/issues/22 Is any luck to get non violent function for PDF?