Blame Manuals/en/Html/Repository/repository_22.html

4c79b5
4c79b5
<html>
4c79b5
4c79b5
can you do inside it.
4c79b5
4c79b5
Copyright C 2009, 2010 CentOS Artwork SIG. All rights
4c79b5
reserved.
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
-->
1e9202
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>
bc3531
<title>CentOS Artwork Repository: 3.19 trunk/Identity/Themes/Motifs/Modern/Backgrounds</title>
4c79b5
bc3531
<meta name="description" content="CentOS Artwork Repository: 3.19 trunk/Identity/Themes/Motifs/Modern/Backgrounds">
bc3531
<meta name="keywords" content="CentOS Artwork Repository: 3.19 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
1e9202
[ < ]
1e9202
[ > ]
4c79b5
   
4c79b5
[ << ]
4c79b5
[ Up ]
1e9202
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
1e9202
[Index]
4c79b5
[ ? ]
4c79b5
bc3531
1e9202
bc3531

3.19 trunk/Identity/Themes/Motifs/Modern/Backgrounds

4c79b5
4c79b5
1e9202
4c79b5

3.19.1 Goals

4c79b5
4c79b5
    bc3531
  • Organize background images for Modern theme.
  • 4c79b5
    4c79b5
    4c79b5
    1e9202
    4c79b5

    3.19.2 Description

    4c79b5
    bc3531

    Inside motif's <tt>`Backgrounds/'</tt> directory you can create vectorial

    bc3531
    designs using Inkscape and background images using Gimp. Later, you
    bc3531
    can export background images as <tt>`.png'</tt> and load them in your
    bc3531
    vectorial design project using Inkscape's import feautre.  
    bc3531

    bc3531

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

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

    bc3531
     
    xcf/800x600.xcf
    bc3531
    bc3531

    to produce the background image:

    bc3531

    bc3531
     
    img/800x600-bg.png
    bc3531
    bc3531

    which is loaded in:

    bc3531

    bc3531
     
    svg/800x600.svg
    bc3531
    bc3531

    to produce the final background image:

    bc3531

    bc3531
     
    img/800x600.png         
    bc3531
    bc3531

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

    bc3531
    by means of rendering scripts.
    bc3531

    bc3531

    In other cases, like Anaconda's, it is possible that you need to make

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

    bc3531
     
    xcf/800x600-anaconda.xcf
    bc3531
    bc3531

    to produce the background image:

    bc3531

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

    which is loaded in:

    bc3531

    bc3531
     
    svg/800x600-anaconda.svg
    bc3531
    bc3531

    to produce the file:

    bc3531

    bc3531
     
    img/800x600-anaconda.png
    bc3531
    bc3531

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

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

    bc3531

    Background images without artistic motif are generally used as based

    bc3531
    to build the Background images that do contain the theme's artistic
    bc3531
    motif. 
    bc3531

    bc3531

    Background images are linked (using Inkscape's import feature)

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

    bc3531

    In this structure you design background images for different screen

    bc3531
    resolutions based on theme's artistic motif.
    bc3531

    bc3531

    You may create different artistic motifs propositions based

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

    bc3531

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

    bc3531
    TreeFlower, Modern, etc.).
    bc3531

    bc3531

    Inside each motif directories represent just one unique artistic motif.

    bc3531

    bc3531

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

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

    bc3531

    Designing artistic motifs is for anyone interested in creating

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

    bc3531
    bc3531

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

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

    bc3531

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

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

    4c79b5
    1e9202
    4c79b5

    3.19.3 Usage

    4c79b5
    bc3531

    The motif's <tt>`Backgrounds/'</tt> directory is probably the motif's core

    bc3531
    component.  Inside motif's <tt>`Backgrounds/'</tt> directory you produce
    bc3531
    background images used by almost all theme models (e.g., Distribution,
    bc3531
    Websites, Promotion, etc.).  The motif's <tt>`Backgrounds/'</tt> directory
    bc3531
    can contain subdirectories to help you organize the design process. 
    4c79b5

    4c79b5
    1e9202
    4c79b5

    3.19.4 See also

    4c79b5
    bc3531
    1e9202
    3.20 trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img  
    bc3531
    1e9202
    3.21 trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl  
    bc3531
    1e9202
    3.22 trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf  
    bc3531
    1e9202
    3.56 trunk/Translations/Identity/Themes/Backgrounds  
    bc3531
    bc3531
    bc3531
    4c79b5
    4c79b5
    4c79b5
    1e9202
    [ < ]
    1e9202
    [ > ]
    4c79b5
       
    4c79b5
    [ << ]
    1e9202
    [ Up ]
    1e9202
    [ >> ]
    4c79b5
    4c79b5

    4c79b5
     <font size="-1">
    1e9202
      This document was generated on October, 3 2010 using texi2html 1.76.
    4c79b5
     </font>
    4c79b5
     
    4c79b5
    4c79b5

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