diff options
Diffstat (limited to 'contrib/tiff')
-rw-r--r-- | contrib/tiff/tiff.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tiff/tiff.go b/contrib/tiff/tiff.go index c2880d6..5bc34d9 100644 --- a/contrib/tiff/tiff.go +++ b/contrib/tiff/tiff.go @@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +// Package tiff allows standard (LZW-compressed) TIFF images to be used in +// documents generated with gofpdf. package tiff import ( |