Blame Manual/repository-html/repository_28.html

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

1.27 The <tt>`Filesystem/trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory

aaf678
ee1f37
aaf678
aaf678

1.27.1 Goals

aaf678
aaf678
    aaf678
  • Organize background images for Modern theme.
  • aaf678
    ee1f37
    ee1f37
    aaf678
    aaf678

    1.27.2 Description

    ee1f37
    aaf678

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

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

    aaf678

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

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

    aaf678
     
    xcf/800x600.xcf
    aaf678
    aaf678

    to produce the background image:

    aaf678

    aaf678
     
    img/800x600-bg.png
    aaf678
    aaf678

    which is loaded in:

    aaf678

    aaf678
     
    svg/800x600.svg
    aaf678
    aaf678

    to produce the final background image:

    aaf678

    aaf678
     
    img/800x600.png         
    aaf678
    aaf678

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

    aaf678
    by means of rendering scripts.
    aaf678

    aaf678

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

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

    aaf678
     
    xcf/800x600-anaconda.xcf
    aaf678
    aaf678

    to produce the background image:

    aaf678

    aaf678
     
    img/800x600-anaconda-bg.png
    aaf678
    aaf678

    which is loaded in:

    aaf678

    aaf678
     
    svg/800x600-anaconda.svg
    aaf678
    aaf678

    to produce the file:

    aaf678

    aaf678
     
    img/800x600-anaconda.png
    aaf678
    aaf678

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

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

    aaf678

    Background images without artistic motif are generally used as based

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

    aaf678

    Background images are linked (using the import feature of

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

    aaf678

    In this structure you design background images for different screen

    aaf678
    resolutions based on the theme artistic motif.
    aaf678

    aaf678

    You may create different artistic motifs propositions based

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

    aaf678

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

    aaf678
    TreeFlower, Modern, etc.).
    aaf678

    aaf678

    Each artistic motif directory represents just one unique artistic

    aaf678
    motif. 
    aaf678

    aaf678

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

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

    aaf678

    Designing artistic motifs is for anyone interested in creating

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

    ee1f37
    aaf678

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

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

    aaf678

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

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

    ee1f37
    aaf678
    aaf678

    1.27.3 Usage

    982d5c
    aaf678

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

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

    ee1f37
    aaf678
    aaf678

    1.27.4 See also

    ee1f37
    aaf678
    aaf678
    1.28 The <tt>`Filesystem/trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory  
    aaf678
    aaf678
    1.29 The <tt>`Filesystem/trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory  
    aaf678
    aaf678
    1.30 The <tt>`Filesystem/trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory  
    aaf678
    aaf678
    ee1f37
    ee1f37
    ee1f37
    ee1f37
    aaf678
    [ < ]
    aaf678
    [ > ]
    ee1f37
       
    aaf678
    [ << ]
    aaf678
    [ Up ]
    aaf678
    [ >> ]
    ee1f37
    ee1f37

    ee1f37
     <font size="-1">
    406f69
      This document was generated on March, 1 2011 using texi2html 1.76.
    ee1f37
     </font>
    ee1f37
     
    ee1f37
    ee1f37

    ee1f37
    </body>
    ee1f37
    </html>