Code: Select all
&& profile != (unsigned char*)NULL
Code: Select all
if (TIFFGetField(tiff,TIFFTAG_...,&length,&profile) == 1
Code: Select all
&& profile != (unsigned char*)NULL
Code: Select all
if (TIFFGetField(tiff,TIFFTAG_...,&length,&profile) == 1