Changes between Version 13 and Version 14 of Submitting/Docs
- Timestamp:
- 09/08/15 09:16:29 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Docs
v13 v14 116 116 == Images == 117 117 118 Naming convention: module_name_keyword.png 119 120 Image size: 600 pixel width (height depends on that) 118 Naming convention: `module_name.png` or `module_name_keyword.png` (in both cases, dots in module name are replaced by underscores) 121 119 122 120 Examples: 123 121 124 * d_geodesic.png 125 * r_resamp_stats_6m_20m.png 126 * g_gui_rlisetup_8.png 127 * v_clean_rmsa.png 122 * `d_geodesic.png` 123 * `r_resamp_stats_6m_20m.png` 124 * `g_gui_rlisetup_8.png` 125 * `v_clean_rmsa.png` 126 127 Image size: 600 pixel width (height depends on that), use e.g. !ImageMagic: 128 129 {{{ 130 mogrify -resize 600x file.png 131 }}} 132 133 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. 128 134 129 135 Please compress PNG images with: 136 130 137 {{{ 131 138 optipng -o5 file.png 132 139 }}} 140 141 Format: Images should be ideally in PNG. JPG and GIF is allowed as well when appropriate. Vector images should be included in pages as rasters (i.e. PNGs) but the original format (preferably SVG) should be committed to the repository as well.