https://www.fsdeveloper.com/forum/threads/wgs84-imagery-stretched.445878/post-827547
Gary, thanks for your answer but it really confuses my question.
The original imagery was not warped or compressed but was in the wrong projection (not WGS84)
It only stretched after converting to WGS84.
I know from experience that previous imagery data has not been stretched in any way on a few of my recent projects and the ini included all the lat/lon points.
I want to do this because it's becoming a pain to apply a GTF to the images every time I edit.
I know how FS is drawing it all - I don't want to re-learn this just HOW TO MAKE THE IMAGE NON STRETCHED
Indeed, manually using a
QGIS *.GTF file to write Geo-referencing into a
*.TIF to restore it the GeoTIFF can be a 'pain'.
IIUC, this is necessary because: you edit GeoTIFF imagery source files in a graphics application (which deletes GeoTIFF Geo-referencing info).
After source imagery is formatted to:
EPSG:4326 (aka Geographic Projection / WGS84 Datum)
...AFAIK, if you also use Holger's work-flow in Global Mapper to output GeoTIFF imagery source files with "square pixels", you should have a image to edit which is 'somewhat' less "
warped" (aka "
stretched" by WGS84 Datum GIS format).
Provided that you never change the total number of pixel Rows and Columns in the source image during editing, there is a way to
eliminate a need for manually using a
QGIS *.GTF file to write Geo-referencing back into a
*.TIF to restore the GeoTIFF internal data structure tags.
FYI: This is another work-flow that Holger has kindly shared with us in the past:
* Keep the Geo-referencing for source images within the
*.INF itself,
even when working with GeoTIFF files.
That way when the source files and the
*.INF are submitted to SDK Resample, all that is required is for the edited source files be present in the same folder with their original file names (and cartographic projection format)
un-changed from that file originally listed in the
*.INF.
This should work regardless as to whether the original GeoTIFF files have lost Geo-referencing tags as edited
*.TIFs.
This can easily be done by using Ollyau's
GeoTIFF to INF:
https://www.fsdeveloper.com/forum/resources/geotiff-to-inf.119/
Hope this helps with making your work-flow less of a "pain".
GaryGB