adasilva / journal2ebook

optimize academic pdfs for e-readers
Other
107 stars 12 forks source link

Mac compatiblity #30

Closed avichalp closed 10 years ago

avichalp commented 10 years ago

There were few issues on compatibility with mac osx. I have made some small tweeks and now this works fine on my macbook pro with OSX 10.9.4.

--> Tweeked the way ImageTk is imported form PIL. --> instead of using imagemagick's convert for converting PDFs to PNGs I have used sips which is native to OSX.

Now this is working fine on mac. Please pull these changes if you think it solves your problem.

adasilva commented 10 years ago

thanks for your work! sure it'll help the mac users.