Changes between Version 18 and Version 19 of Submitting/Docs
- Timestamp:
- 12/11/16 03:46:05 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Docs
v18 v19 128 128 * `v_clean_rmsa.png` 129 129 130 Image size: '''600 pixel width''' (height depends on that), use e.g. !ImageMagic:130 Image size: ideally '''600 pixel width''' (height depends on that), use e.g. !ImageMagic: 131 131 132 132 {{{ … … 135 135 136 136 Smaller 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. 137 Larger images are supported, too, see below for an optimal inclusion into the HTML page. 137 138 138 139 Please '''compress''' PNG images with: … … 153 154 154 155 Format: 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 157 Adding 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 }}}