Changes between Version 13 and Version 14 of Submitting/Docs


Ignore:
Timestamp:
Sep 8, 2015, 9:16:29 AM (9 years ago)
Author:
wenzeslaus
Comment:

more detais for images in doc

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Docs

    v13 v14  
    116116== Images ==
    117117
    118 Naming convention: module_name_keyword.png
    119 
    120 Image size: 600 pixel width (height depends on that)
     118Naming convention: `module_name.png` or `module_name_keyword.png` (in both cases, dots in module name are replaced by underscores)
    121119
    122120Examples:
    123121
    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
     127Image size: 600 pixel width (height depends on that), use e.g. !ImageMagic:
     128
     129{{{
     130mogrify -resize 600x file.png
     131}}}
     132
     133Smaller 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.
    128134
    129135Please compress PNG images with:
     136
    130137{{{
    131138optipng -o5 file.png
    132139}}}
     140
     141Format: 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.