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

TIFF support for more platforms #12

Open
galfar opened this issue Nov 7, 2019 · 0 comments
Open

TIFF support for more platforms #12

galfar opened this issue Nov 7, 2019 · 0 comments
Labels

Comments

@galfar
Copy link
Owner

galfar commented Nov 7, 2019

Issue copied from Bitbucket for reference:

Marek Mauder created an issue 2017-09-02
Currently there's support for TIFF only with Delphi in Win32 using precompiled libtiff library.

Considerations:

  • port extended libtiff support from modified Imaging for Deskew tool
  • Windows: use WIC to drop linking huge precompiled library
  • Linux: directly dynamically link to libtiff since it's mostly already installed or simple to get
  • macOS: use CoreImage/Quarzt
  • for FPC use fcl-image for basic TIFF support

2017-11-02
Just pushed (a69d1c8) extended libtiff support from Deskew to main Imaging branch.

We now have TIFF support like this:

  • Windows: Delphi Win32 - precompiled objects, FPC Win32+Win64 - precompiled static library
  • Linux/Unix: dynamic linking to libtiff
  • MacOS: none yet

2018-12-01
Another update:

In macOS Imaging can now use libtiff dylib if it is installed.
Imaging in Windows can also use dynamic linking if configured so.

reporter changed status to on hold 2018-12-01

@galfar galfar added the on hold label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant