# | Line 24 | Line 24 | TIFF *tp; | |
---|---|---|
24 | char *funcName = fname==NULL ? "tmLoadTIFF" : fname; | |
25 | TIFF *tif; | |
26 | int err; | |
27 | < | union {uint16 *w; uint32 *l; MEM_PTR p} sl; |
27 | > | union {uint16 *w; uint32 *l; MEM_PTR p;} sl; |
28 | uint16 comp, phot, pconf; | |
29 | uint32 width, height; | |
30 | double stonits; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |