Blame Manuals/Repository/repository-html/repository_30.html

4c79b5
4c79b5
<html>
ccb7a3
4c79b5
4c79b5
Permission is granted to copy, distribute and/or modify this document
4c79b5
under the terms of the GNU Free Documentation License, Version 1.2 or
4c79b5
any later version published by the Free Software Foundation; with no
4c79b5
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
4c79b5
copy of the license is included in the section entitled GNU Free
4c79b5
Documentation License.  
4c79b5
-->
acd47b
4c79b5
4c79b5
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
4c79b5
            Karl Berry  <karl@freefriends.org>
4c79b5
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
4c79b5
            and many others.
4c79b5
Maintained by: Many creative people <dev@texi2html.cvshome.org>
4c79b5
Send bugs and suggestions to <users@texi2html.cvshome.org>
4c79b5
4c79b5
-->
4c79b5
<head>
7bbd70
<title>CentOS Artwork Repository: 3.27 trunk/Identity/Themes/Motifs/Modern/Backgrounds</title>
4c79b5
7bbd70
<meta name="description" content="CentOS Artwork Repository: 3.27 trunk/Identity/Themes/Motifs/Modern/Backgrounds">
7bbd70
<meta name="keywords" content="CentOS Artwork Repository: 3.27 trunk/Identity/Themes/Motifs/Modern/Backgrounds">
4c79b5
<meta name="resource-type" content="document">
4c79b5
<meta name="distribution" content="global">
4c79b5
<meta name="Generator" content="texi2html 1.76">
4c79b5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4c79b5
<style type="text/css">
4c79b5
1e9202
@import "/home/centos/artwork/trunk/Identity/Models/Css/Texi2html/common.css";
4c79b5
4c79b5
a.summary-letter {text-decoration: none}
4c79b5
pre.display {font-family: serif}
4c79b5
pre.format {font-family: serif}
4c79b5
pre.menu-comment {font-family: serif}
4c79b5
pre.menu-preformatted {font-family: serif}
4c79b5
pre.smalldisplay {font-family: serif; font-size: smaller}
4c79b5
pre.smallexample {font-size: smaller}
4c79b5
pre.smallformat {font-family: serif; font-size: smaller}
4c79b5
pre.smalllisp {font-size: smaller}
4c79b5
span.sansserif {font-family:sans-serif; font-weight:normal;}
4c79b5
ul.toc {list-style: none}
4c79b5
-->
4c79b5
</style>
4c79b5
4c79b5
4c79b5
</head>
4c79b5
4c79b5
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
4c79b5
4c79b5
5cee2c
[ < ]
5cee2c
[ > ]
4c79b5
   
4c79b5
[ << ]
4c79b5
[ Up ]
7bbd70
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
7bbd70
[Index]
4c79b5
[ ? ]
4c79b5
7bbd70
5cee2c
7bbd70

3.27 trunk/Identity/Themes/Motifs/Modern/Backgrounds

bc3531
4c79b5
5cee2c
54b5a5

3.27.1 Goals

54b5a5
54b5a5
    7bbd70
  • Organize background images for Modern theme.
  • 54b5a5
    54b5a5
    54b5a5
    5cee2c
    54b5a5

    3.27.2 Description

    4c79b5
    7bbd70

    Inside <tt>`Motifs'</tt> directory, the <tt>`Backgrounds/'</tt> directory is

    7bbd70
    used to create vectorial designs using Inkscape and background images
    7bbd70
    using Gimp. Later, you can export background images as <tt>`.png'</tt> and
    7bbd70
    load them in your vectorial design project using the import feautre of
    7bbd70
    Inkscape.
    7bbd70

    7bbd70

    You may need to repeat this technic for different screen resoluions.

    7bbd70
    In that case you need to create one file for each screen resolution
    7bbd70
    and do the appropriate linking inside .svg to .png files.  For example
    7bbd70
    if you need to produce background images in 800x600 you need to create
    7bbd70
    the following file:
    7bbd70

    7bbd70
     
    xcf/800x600.xcf
    7bbd70
    7bbd70

    to produce the background image:

    7bbd70

    7bbd70
     
    img/800x600-bg.png
    7bbd70
    7bbd70

    which is loaded in:

    7bbd70

    7bbd70
     
    svg/800x600.svg
    7bbd70
    7bbd70

    to produce the final background image:

    7bbd70

    7bbd70
     
    img/800x600.png         
    7bbd70
    7bbd70

    The <tt>`img/800x600.png'</tt> background image is produced automatically

    7bbd70
    by means of rendering scripts.
    7bbd70

    7bbd70

    In other cases (e.g. Anaconda), it is possible that you need to make

    7bbd70
    some variations to one background image that don't want to appear on
    7bbd70
    regular background images of the same resolution. In this case you
    7bbd70
    need to create a new and specific background image for that art
    7bbd70
    component.  For example, if you need to produce the background image
    7bbd70
    used by Anconda (800x600) art works you create the file:
    7bbd70

    7bbd70
     
    xcf/800x600-anaconda.xcf
    7bbd70
    7bbd70

    to produce the background image:

    7bbd70

    7bbd70
     
    img/800x600-anaconda-bg.png
    7bbd70
    7bbd70

    which is loaded in:

    7bbd70

    7bbd70
     
    svg/800x600-anaconda.svg
    7bbd70
    7bbd70

    to produce the file:

    7bbd70

    7bbd70
     
    img/800x600-anaconda.png
    7bbd70
    7bbd70

    The 800x600-anaconda.png file is used by all Anaconda art works

    7bbd70
    sharing a common 800x600 screen resolution (e.g., Header, Progress,
    7bbd70
    Splash, Firstboot, etc.). The Anaconda Prompt is indexed to 16 colors
    7bbd70
    and 640x480 pixels so you need to create a 640x480 background image
    7bbd70
    for it, and take the color limitation into account when designing it.
    7bbd70

    7bbd70

    Background images without artistic motif are generally used as based

    7bbd70
    to build the Background images that do contain the theme artistic
    7bbd70
    motif. 
    7bbd70

    7bbd70

    Background images are linked (using the import feature of

    7bbd70
    Inkscape) inside almost all theme art works. This structure let you
    7bbd70
    make centralized changes on the visual identity and propagate them
    7bbd70
    quickly to other areas. 
    7bbd70

    7bbd70

    In this structure you design background images for different screen

    7bbd70
    resolutions based on the theme artistic motif.
    7bbd70

    7bbd70

    You may create different artistic motifs propositions based

    7bbd70
    on the same conceptual idea. The conceptual idea is what defines a
    7bbd70
    theme. Artistic motifs are interpretations of that idea.
    7bbd70

    7bbd70

    Inside this directory artistic motifs are organized by name (e.g.,

    7bbd70
    TreeFlower, Modern, etc.).
    7bbd70

    7bbd70

    Each artistic motif directory represents just one unique artistic

    7bbd70
    motif. 
    7bbd70

    7bbd70

    The artistic motif is graphic design used as common pattern to connect

    7bbd70
    all visual manifestations inside one unique theme.  The artistic motif
    7bbd70
    is based on a conceptual idea.  Artistic motifs provide visual style
    7bbd70
    to themes.
    7bbd70

    7bbd70

    Designing artistic motifs is for anyone interested in creating

    7bbd70
    beautiful themes for CentOS.  When building a theme for CentOS, the
    7bbd70
    first design you need to define is the artistic motif. 
    7bbd70

    7bbd70
    7bbd70

    Inside CentOS Artwork Repository, theme visual styles (Motifs) and

    7bbd70
    theme visual structures (Models) are two different working lines.
    7bbd70
    When you design an artistic motif for CentOS you concentrate on its
    7bbd70
    visual style, and eventualy, use the centos-art command line
    7bbd70
    interface to render the visual style, you are currently producing,
    7bbd70
    against an already-made theme model in order to produce the final
    7bbd70
    result.  Final images are stored under <tt>`Motifs/'</tt> directory using
    7bbd70
    the model name, and the model directory structure as reference.
    7bbd70

    7bbd70

    The artistic motif base structure is used by centos-art to

    7bbd70
    produce images automatically. This section describes each directory of
    7bbd70
    CentOS artistic motif base structure.
    7bbd70

    4c79b5
    5cee2c
    4c79b5

    3.27.3 Usage

    4c79b5
    7bbd70

    The <tt>`Backgrounds/'</tt> directory is probably the core component,

    7bbd70
    inside <tt>`Motifs/'</tt> directory structure.  Inside <tt>`Backgrounds/'</tt>
    7bbd70
    directory you produce background images used by almost all theme
    7bbd70
    models (e.g., Distribution, Websites, Promotion, etc.).  The
    7bbd70
    <tt>`Backgrounds/'</tt> directory can contain subdirectories to help you
    7bbd70
    organize the design process. 
    54b5a5

    4c79b5
    5cee2c
    4c79b5

    3.27.4 See also

    4c79b5
    7bbd70
    7bbd70
    3.28 trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img  
    7bbd70
    7bbd70
    3.29 trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl  
    7bbd70
    7bbd70
    3.30 trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf  
    7bbd70
    7bbd70
    4c79b5
    4c79b5
    2dc146
    4c79b5
    5cee2c
    [ < ]
    5cee2c
    [ > ]
    4c79b5
       
    4c79b5
    [ << ]
    5cee2c
    [ Up ]
    7bbd70
    [ >> ]
    4c79b5
    4c79b5

    4c79b5
     <font size="-1">
    acd47b
      This document was generated on February, 26 2011 using texi2html 1.76.
    4c79b5
     </font>
    4c79b5
     
    4c79b5
    4c79b5

    4c79b5
    </body>
    4c79b5
    </html>