<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18943"></HEAD>
<BODY>
<DIV><FONT color=#010001><FONT color=#000000 size=2 face=Arial>
<P><SPAN class=145323218-29092010>****Hi, I am trying to create a TIFF file from
scratch by doing this :</SPAN></P></FONT></FONT></DIV>
<DIV>
<P><FONT size=2><FONT color=#010001>GDALDriver<SPAN class=145323218-29092010>*
</SPAN>pDriver</FONT> = (<FONT color=#010001><FONT
color=#010001>GDALDriver</FONT></FONT>*) <FONT color=#010001><FONT
color=#010001>GDALGetDriverByName</FONT></FONT>(<FONT color=#a31515><FONT
color=#a31515>"GTiff"</FONT></FONT>); </FONT></P>
<P><FONT size=2><FONT color=#010001>GDALD<SPAN class=145323218-29092010>ataset*
</SPAN>pOutDS</FONT> = <FONT color=#010001><FONT
color=#010001>pDriver</FONT></FONT>-><FONT color=#010001><FONT
color=#010001>Create</FONT></FONT>( <FONT color=#010001><FONT
color=#010001>sFilePath</FONT></FONT>.<FONT color=#010001><FONT
color=#010001>c_str</FONT></FONT>(), <FONT color=#010001><FONT
color=#010001>m_lWidth</FONT></FONT>, <FONT color=#010001><FONT
color=#010001>m_lHeight</FONT></FONT>, <FONT color=#010001><FONT
color=#010001>m_lNumberOfBands</FONT></FONT>, <SPAN
class=145323218-29092010><FONT color=#010001>GDT_Byte</FONT></SPAN>, <FONT
color=#010001><SPAN class=145323218-29092010>NULL</SPAN></FONT>);</FONT></P>
<P><SPAN class=145323218-29092010><FONT size=2 face=Arial>GDALClose(<FONT
face="Times New Roman"><FONT color=#010001>pOutDS</FONT>
</FONT>);</FONT></SPAN></P>
<P><SPAN class=145323218-29092010><FONT size=2 face=Arial>**** It creates the
file but it failed when iI try to loaded it. I got ... not
recognised as a supported file format</FONT></SPAN></P><SPAN
class=145323218-29092010>
<P><FONT size=2><FONT color=#010001>GDALD<SPAN class=145323218-29092010>ataset*
</SPAN>pOutDS<SPAN class=145323218-29092010>2</SPAN> </FONT> = (<FONT
color=#010001><FONT color=#010001>GDALDataset</FONT></FONT>*) <FONT
color=#010001><FONT color=#010001>GDALOpenShared</FONT></FONT>(<FONT
color=#010001><FONT color=#010001>sFilePath</FONT></FONT>.<FONT
color=#010001><FONT color=#010001>c_str</FONT></FONT>(), <FONT color=#010001
size=2><FONT color=#010001 size=2>GA_Update</FONT></FONT>);</FONT></P>
<P><FONT size=2></FONT> </P>
<P><SPAN class=145323218-29092010><FONT size=2>What missing?</FONT></SPAN></P>
<P><SPAN class=145323218-29092010><FONT size=2></FONT></SPAN> </P><SPAN
class=145323218-29092010>
<DIV align=left><FONT size=2 face=Arial>Mario Beaulieu</FONT></DIV>
<DIV align=left><FONT size=2 face=Arial>Agent de recherche senior</FONT></DIV>
<DIV align=left><FONT size=2 face=Arial>Équipe Vision &
Imagerie</FONT></DIV>
<DIV align=left><FONT size=2 face=Arial>CRIM (Centre de recherche informatique
de Montréal /</FONT></DIV>
<DIV align=left><FONT size=2 face=Arial>Computer Research Institut of
Montreal)</FONT></DIV>
<DIV align=left><FONT size=2 face=Arial>514-840-1235, poste 2478</FONT></DIV>
<DIV align=left><FONT size=2 face=Arial><A
href="mailto:mario.beaulieu@crim.ca">mario.beaulieu@crim.ca</A></FONT></DIV>
<DIV align=left><FONT size=2 face=Arial><A
href="http://www.crim.ca/">www.crim.ca</A></FONT></DIV></SPAN>
<P><FONT size=2></FONT> </P>
<P><FONT size=2></FONT> </P></SPAN></DIV></BODY></HTML>