[GIS] Finding lat/lon of corners of geotiff file

gdalgeotiff-tifflatitude longitude

I just recently managed to turn a GeoTIFF file into a .bmp file using gdal_translate. Now I need to find the latitude/longitude coordinates of the corners. I would prefer to use more of the gdal code or utilities, but that is not essential. Does anyone have a good way to do this?

Best Answer

gdalinfo [filename]

Will display a bunch of information about your geotiff including the corner coordinates