im not sure if this question is suitable for GIS
I'm working on a software that displays a map, like this ![enter image description here][1]
i also have some export functions which exports the the about image as .bmp/.Tiff/.Jpg/.PNG/.Wmf/.SVG
This is .TIFF export ![enter image description here][2]
Now i have to export it as GeoTiff also
The software i am working on is in Delphi 7.
information
i have come across this steps to creating a geotiff
but since i am new to GeoTIFF , i am stuck after the 1st point.
question
so please tell me
is it possible to convert the .TIFF file to .geotiff?
what i have tried
how to write geotiff files in delphi possibly-compressed
but i cant figure out how to create the meta data for the tiff to create the geoTiff




1.lat/long values of the four corners and centerthis is possible...2.Pixel size(in x and y directions) in mapdisplayi didnt get you... pixel size as in? – TheGeo Apr 5 '12 at 9:052.Pixel size(in x and y directions) in mapdisplayyou mean pixel size of the each point on the map? – TheGeo Apr 5 '12 at 9:09