https://github.com/ziman/globusator
Globe stripe generator
https://github.com/ziman/globusator
Last synced: 9 months ago
JSON representation
Globe stripe generator
- Host: GitHub
- URL: https://github.com/ziman/globusator
- Owner: ziman
- Created: 2012-02-22T22:00:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T13:52:58.000Z (over 3 years ago)
- Last Synced: 2025-03-27T02:44:14.543Z (about 1 year ago)
- Language: Perl
- Homepage: http://ziman.functor.sk/blog/2012/02/ako-sme-namapovali-brno-na-globus/
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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