FT3 Exported PNG Issues
When I export a PNG file from FT3 via FileMenu-> SaveAs, there is a wide, transparent border around the resulting heightmap. The file itself will correctly have the dimensions that I've specified, but instead of the heightmap filling up the extents of the PNG, its size is reduced to allow for the invisible border.
Note, that if I increase the resolution of the file, the size of the border increases as well (2000x1000 = 148px side borders, 4000x2000 = 295px side borders). If I check KeepMainWindowProportions, the side borders become narrower (50px @ 2000), but they do not disappear entirely.
Is there some way I can get FT3 to render the heightmap to the full extent of the resolution I'm specifying without this transparent border around the edges? Any help would be appreciated.
---------------
Screenshot illustrating the issue:
http://wiki.worldsunknown.com/images/archive/e/e6/20130802214530%21Screenshot.png
Note, that if I increase the resolution of the file, the size of the border increases as well (2000x1000 = 148px side borders, 4000x2000 = 295px side borders). If I check KeepMainWindowProportions, the side borders become narrower (50px @ 2000), but they do not disappear entirely.
Is there some way I can get FT3 to render the heightmap to the full extent of the resolution I'm specifying without this transparent border around the edges? Any help would be appreciated.
---------------
Screenshot illustrating the issue:
http://wiki.worldsunknown.com/images/archive/e/e6/20130802214530%21Screenshot.png
Comments
If your goal is to output a world map that can be mapped to a globe, consider using the File>>Export World>>Sphere Map Image feature. This feature will export an Equirectangular projection map without any borders.
Also, I am using Photoshop, but I'd rather not have to manually crop and resize each heightmap before plugging it into my custom terrain template. Doing away with manual cropping/resizing is actually what led me to post.
EDIT: Just went into the Map Projection settings again, did a Fit (which set the scaling to 1.0) followed by a single "+" (which set the Equirectangle scaling to 0.5). This resulted in the thumbnail filling the entire preview square. Now when I export it, the heightmap does fill the extents of the PNG file!
Thanks for the quick reply that led to the resolution of my issue (pun may or may not be intended).