Skip to content

Commit

Permalink
Update imagecodecs/libtiff.pxd
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Sep 17, 2023
1 parent 3d0dca3 commit 827ca67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imagecodecs/libtiff.pxd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# imagecodecs/libtiff.pxd
# cython: language_level = 3

# Cython declarations for the `libtiff 4.5.1` library.
# Cython declarations for the `libtiff 4.6.0` library.
# https://gitlab.com/libtiff/libtiff

from libc.stdio cimport FILE
Expand Down Expand Up @@ -1882,6 +1882,7 @@ cdef extern from 'tiffio.h':
int TIFFTAG_LERC_MAXZERROR
int TIFFTAG_WEBP_LEVEL
int TIFFTAG_WEBP_LOSSLESS
int TIFFTAG_WEBP_LOSSLESS_EXACT

int EXIFTAG_EXPOSURETIME
int EXIFTAG_FNUMBER
Expand Down

0 comments on commit 827ca67

Please sign in to comment.