An open API service indexing awesome lists of open source software.

https://github.com/ziman/globusator

Globe stripe generator
https://github.com/ziman/globusator

Last synced: 9 months ago
JSON representation

Globe stripe generator

Awesome Lists containing this project

README

          

globusator: globe stripes generator
-----------------------------------

Usage: ./slize.pl [--option arg] [--option arg] infile.jpg

Some options can be found in the source code, most notably:
--outprefix $prefix Stripes will be named like $prefix-42.jpg.
--height 3600 Length of the stripes, in pixels.
--stripes 12 Number of the stripes.
--quality 95 JPEG quality.

Dependencies:
imagemagic: mogrify
panotools : nona
identify : identify

Operation:
The source map is projected using the stereographic projection onto
the globe. After that, meridian stripes are created using Transverse
Mercator.

Remarks:
Arguably the best results can be achieved with almost square (or round)
input images -- you'll find out, anyway.

License:
BSD3