Hi all<br><br>I&#39;ve got a tiff file with a number of stored GCPs. How can I remove these GCPs from the file?<br><br>I&#39;ve tried:<br><br> <a class="el" href="http://www.gdal.org/classGDALDataset.html#3c812b05467213f05055c1f18438d874">SetGCPs</a>(int nGCPCount, const <a class="el" href="http://www.gdal.org/structGDAL__GCP.html">GDAL_GCP</a> *pasGCPList, const char *pszGCPProjection)<br>
<br>with the first parameter of 0, but without luck. Seems like SetGCPs only adds the GCPs, rather than re-assigns the entire stored set.<br><br>Chris<br>