Theiling Online    Sitemap    Conlang Mailing List HQ   

Re: OT Re: Constructed maps

From:Mark J. Reed <markjreed@...>
Date:Friday, January 11, 2008, 21:24
If you do your image as a straight cylindrical projection (vs Mercator
etc), the command-line software tool 'ppmglobe' will 'unproject' it
for you, generating an image that you can cut up into strips for
attachment to the surface of a physical sphere.   See
http://netpbm.sourceforge.net/doc/ppmglobe.html.

ppmglobe is part of the "netpbm" suite of command-line image
manipulation tools.  The way you use it would be something like this:

$ giftopnm mymapfile.gif | ppmglobe 24 | ppmtogif globestrips.gif

to generate an image that can be cut into 24 strips.

Reply

Mark J. Reed <markjreed@...>