Georeferenced PNGs
Brought to you by:
r_x
GIS software like ESRI ArcMap or QuantumGIS uses PNGs with georeference stored in a separate worldfile. I've already implemented the format. Is it possible to add this to the trunk version? This would enable the use of MOBAC with lot's of GIS tools.
Required changes:
- AtlasOutputFormat.java: Add PNGWorldfile("PNG + Worldfile (PNG & PGW)", PNGWorldfile.class), //
- PNGWorldfile.java: See attachment
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
AtlasWriter for PNGs + Worldfile
Applied with some minor changes regarding the world file format. See current version:
https://trekbuddyatlasc.svn.sourceforge.net/svnroot/trekbuddyatlasc/trunk/MOBAC/src/main/java/mobac/program/atlascreators/PNGWorldfile.java