Fixed definition for TIFFTAG_RICHTIFFIPTC, the writecount should have uint32
type. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=662
This commit is contained in:
parent
a815a111a9
commit
5b831961a8
@ -1,4 +1,4 @@
|
||||
/* $Id: tif_dirinfo.c,v 1.36 2004-11-04 12:42:12 dron Exp $ */
|
||||
/* $Id: tif_dirinfo.c,v 1.37 2004-11-05 13:07:54 dron Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988-1997 Sam Leffler
|
||||
@ -245,7 +245,7 @@ const TIFFFieldInfo tiffFieldInfo[] = {
|
||||
{ TIFFTAG_COPYRIGHT, -1,-1, TIFF_ASCII, FIELD_COPYRIGHT,
|
||||
TRUE, FALSE, "Copyright" },
|
||||
/* end Pixar tags */
|
||||
{ TIFFTAG_RICHTIFFIPTC, -1,-1, TIFF_LONG, FIELD_RICHTIFFIPTC,
|
||||
{ TIFFTAG_RICHTIFFIPTC, -1,-3, TIFF_LONG, FIELD_RICHTIFFIPTC,
|
||||
FALSE, TRUE, "RichTIFFIPTC" },
|
||||
{ TIFFTAG_PHOTOSHOP, -1,-3, TIFF_BYTE, FIELD_PHOTOSHOP,
|
||||
FALSE, TRUE, "Photoshop" },
|
||||
|
Loading…
Reference in New Issue
Block a user