Results 1 to 5 of 5

Thread: Contour Lines/Maps in GIMP

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Guild Member Zach's Avatar
    Join Date
    Jan 2014
    Location
    New England
    Posts
    61

    Default Contour Lines/Maps in GIMP

    This isn't strictly a tutorial per se, but I can find no better place to put this up. I created a GIMP Script-Fu plugin that will take any heightfield and generate a contour map of it. Somebody requested that I post it, so here it is.

    There are two scripts: Contour Line, which adds one contour line to the heightfield, and Contour Map, which adds a lot of contour lines at once by calling Contour Line.

    To install the scripts in GIMP, put both .scm files in any of the folders GIMP looks in for scripts (to find this out, go to GIMP Preferences→Folders→Scripts). Then refresh the scripts by going to Filters→Script-Fu→Refresh Scripts, or just by restarting GIMP.

    The script expects a simple image in shades of grey, which represents a height field (see the first example image). Contour Map allows you to set the upper and lower bounds of height (to do the whole thing use 0 and 255 respectively), set the width of the contour lines, set how much elevation is skipped between lines, and set how much smoothing the lines will receive. The example maps are only 512 x 512, so there are a lot of little artifacts that would disappear on larger maps.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	example1.png 
Views:	222 
Size:	83.5 KB 
ID:	60610   Click image for larger version. 

Name:	example2.png 
Views:	355 
Size:	204.5 KB 
ID:	60611  
    Attached Files Attached Files

Posting Permissions

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