Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing TIFF support in MacOS build of Deskew #9

Open
galfar opened this issue Nov 1, 2017 · 3 comments
Open

Missing TIFF support in MacOS build of Deskew #9

galfar opened this issue Nov 1, 2017 · 3 comments

Comments

@galfar
Copy link
Owner

galfar commented Nov 1, 2017

Many reports regarding failure to load TIFF in MacOS:

Deskew 1.20 (2016-09-01) by Marek Mauder
http://galfar.vevb.net/deskew/
Preparing input image (1.tif) ...
EInvalidOp: Invalid floating point operation

Unfortunately TIFF is not supported by OSX build of Deskew right now.
When you run deskew without params you can see the list
of supported formats is missing TIFF.
That error message is really confusing though - it should say "TIFF not supported".

Easy way to implement it: link to libtiff dynamic library as done in Linux build. Downside is that on MacOS libtiff is not so ubiquitous as in Linux world. You can get it with MacPorts, Fink, etc. but some self-contained solution is preferred.

@galfar
Copy link
Owner Author

galfar commented May 21, 2018

As of v1.25 solution using libtiff in macOS is implemented.

@galfar
Copy link
Owner Author

galfar commented May 17, 2019

libtiff binaries for 64-bit macOS are now included in the release of DeskewGui so it can work with TIFFs even if libtiff is not installed in the system.

@galfar
Copy link
Owner Author

galfar commented Jun 14, 2019

libtiff binaries can now also be downloaded here: https://galfar.github.io/store/TiffLibBins-macOS.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant