Skip to content

Add libtiff as a dependency

DJ Mountney requested to merge add-libtiff-library into master

Summary

Closes: gitlab#207740 (closed)

Adds the libtiff library to omnibus in order to add .tiff support to graphicsmagick

Testing

You can verify that graphicsmagick has tiffsupport with this MR by running:

/opt/gitlab/embedded/bin/gm --version

And you can validate against a tiff image using:

/opt/gitlab/embedded/bin/gm identify <image_name.tiff>

License

The license can be found here: https://gitlab.com/libtiff/libtiff/-/blob/master/COPYRIGHT (and of course, included in our package) and is a BSD-like license. Approval here: !4047 (comment 324643410)

Edited by GitLab Release Tools Bot

Merge request reports