Results 1 to 3 of 3

Thread: Scale vs pixels

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    Select the area of the island, color-fill it with black, invert selection and color-fill the rest of the picture with white. Then use the histogram to count the number of black (value == 0) pixels.

    You can then calculate the area (in square kilometers) of a single pixel by dividing 600,000 km2 by the total number of pixels to the island.

  2. #2
    Community Leader Guild Sponsor Gidde's Avatar
    Join Date
    May 2009
    Location
    Michigan, USA
    Posts
    3,673

    Default

    Quote Originally Posted by Ghostman View Post
    Select the area of the island, color-fill it with black, invert selection and color-fill the rest of the picture with white. Then use the histogram to count the number of black (value == 0) pixels.

    You can then calculate the area (in square kilometers) of a single pixel by dividing 600,000 km2 by the total number of pixels to the island.
    This is exactly what I do to figure out scale.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •