Blame Identity/Brands/doc/03-Render.txt

4c79b5
4c79b5
								 LOGOS
4c79b5
							     RENDERING
4c79b5
4c79b5
                      The CentOS Artwork SIG <centos-devel@centos.org>
4c79b5
                             https://projects.centos.org/trac/artwork/
4c79b5
4c79b5
**********************************************************************
4c79b5
4c79b5
To render CentOS Logo images use the following command:
4c79b5
4c79b5
    ./render.sh design color dimension
4c79b5
4c79b5
Where:
4c79b5
4c79b5
    design     : Is a regular expression matching any file name in:
4c79b5
4c79b5
			trunk/Identity/Logos/svg/ 
4c79b5
4c79b5
    color      : Is a regular expression matching any file name in:
4c79b5
4c79b5
                	trunk/Translations/Logos/
4c79b5
4c79b5
    dimensions : Is a regular expression matching any image dimension
4c79b5
                 in /usr/share/pixmaps/redhat/
4c79b5
4c79b5
Examples:
4c79b5
4c79b5
    # Render all CentOS Logos designs, in all colors, in all
4c79b5
    # dimensions in all formats.
4c79b5
    ./render.sh
4c79b5
4c79b5
    # Render horizontal (h-) logo with five colors (5c-) on symbol and
4c79b5
    # violet on logotype (violet) in 293 dimmension and in all
4c79b5
    # availalbel formats:
4c79b5
    ./render.sh h-5c-a violet 293
4c79b5
4c79b5
    # Using regular expression to render five colors (5c) and two
4c79b5
    # colors (2c) symbol in violet and orange in 293,697 and 1340
4c79b5
    # dimensios and all available formats.
4c79b5
    ./render.sh '-(2|5)c-' '(violet|orange)' '(293|697|1340)'
4c79b5
4c79b5
**********************************************************************
4c79b5
                      The CentOS Artwork SIG <centos-devel@centos.org>
4c79b5
                             https://projects.centos.org/trac/artwork/