Commit 19f679a
committed
Handle libtiff version upgrade (to v4.5.0)
Refactor TIFF_SSIZE_T definition and update data types in IFD class
- Added a check to ensure TIFF_SSIZE_T is only defined if not already defined, changing its type to int64_t.
- Updated the data types of td_stripoffset_p and td_stripbytecount_p from uint64 to uint64_t for consistency in the IFD class.
Signed-off-by: Gigon Bae <[email protected]>1 parent a7e7beb commit 19f679a
File tree
2 files changed
+6
-3
lines changed- cpp/plugins/cucim.kit.cuslide/src/cuslide
- lzw
- tiff
2 files changed
+6
-3
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments