File:land-pasture1.png: Difference between revisions

From the change wiki
No edit summary
 
No edit summary
Line 1: Line 1:
==Summary==
Map of Earth with all pasture land shown in black.


==Methodology==
Made from [[:File:pasture.data-float32-4320x2160]] and [[:File:blue-marble-posterized.png]].
[[Code:isochromic.c|Image generator]] code:
pasture<< data/pasture.data-float32-4320x2160  # pasture density
earth  << data/blue-marble-posterized.png      # base layer
pasture >= 0      # remove junk data
pasture :: earth.r # resize to fit base layer
earth.r -= pasture
earth.g -= pasture
earth.b -= pasture
earth.r @@ 01
earth.g @@ 01
earth.b @@ 01
earth >> data/land-crop1.png

Revision as of 09:15, 30 August 2022

Summary

Map of Earth with all pasture land shown in black.

Methodology

Made from File:pasture.data-float32-4320x2160 and File:blue-marble-posterized.png.

Image generator code:

pasture<< data/pasture.data-float32-4320x2160  # pasture density
earth  << data/blue-marble-posterized.png      # base layer

pasture >= 0       # remove junk data
pasture :: earth.r # resize to fit base layer 

earth.r -= pasture
earth.g -= pasture
earth.b -= pasture
earth.r @@ 01
earth.g @@ 01
earth.b @@ 01
earth >> data/land-crop1.png

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:09, 30 August 2022Thumbnail for version as of 09:09, 30 August 20221,600 × 800 (351 KB)Elie (talk | contribs)

The following page uses this file: