Changes between Version 18 and Version 19 of Submitting/Docs


Ignore:
Timestamp:
Dec 11, 2016, 3:46:05 AM (7 years ago)
Author:
neteler
Comment:

HTML page code

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Docs

    v18 v19  
    128128 * `v_clean_rmsa.png`
    129129
    130 Image size: '''600 pixel width''' (height depends on that), use e.g. !ImageMagic:
     130Image size: ideally '''600 pixel width''' (height depends on that), use e.g. !ImageMagic:
    131131
    132132{{{
     
    135135
    136136Smaller images are also possible when appropriate, e.g. when a lot of images are included or they are something special, e.g. equations, icons or simple diagrams.
     137Larger images are supported, too, see below for an optimal inclusion into the HTML page.
    137138
    138139Please '''compress''' PNG images with:
     
    153154
    154155Format: Images should be ideally in PNG (well, JPG and GIF is allowed as well when appropriate but usually it is not!). Vector data should be included in pages as raster images (i.e. PNGs) but the original format (preferably SVG) should be committed to the repository as well.
     156
     157Adding the image to the HTML page (r.viewshed example, the screenshot is shown with a width of 600 pixel but it is clickable in the manual page):
     158{{{
     159<div align="center" style="margin: 10px">
     160<a href="r.viewshed.png">
     161<img src="r.viewshed.png" width="900" alt="r.viewshed example" border=0><br>
     162</a>
     163<i>Viewshed shown on shaded terrain (observer position in the north-east quadrant with white dot; 5m above ground)</i>
     164</div>
     165}}}