Blame Identity/Themes/Motifs/Mettle/Promo/Media/README
|
|
4c79b5 |
|
|
|
4c79b5 |
MEDIA RENDERING
|
|
|
4c79b5 |
|
|
|
4c79b5 |
The CentOS Artwork SIG
|
|
|
4c79b5 |
centos-devel@centos.org
|
|
|
4c79b5 |
https://projects.centos.org/artwork/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
**********************************************************************
|
|
|
4c79b5 |
|
|
|
4c79b5 |
Basic Syntax:
|
|
|
4c79b5 |
|
|
|
4c79b5 |
./render.sh version architecture filename
|
|
|
4c79b5 |
|
|
|
4c79b5 |
Here version, architecture, and filename are filters used to render
|
|
|
4c79b5 |
the image.
|
|
|
4c79b5 |
|
|
|
4c79b5 |
version: is the CentOS version you want to render images for.
|
|
|
4c79b5 |
For example: 3, 4, 5, 5.3, 6
|
|
|
4c79b5 |
|
|
|
4c79b5 |
architecture: is the CentOS architecture you want to render images
|
|
|
4c79b5 |
for. For example: i386, x86_64.
|
|
|
4c79b5 |
|
|
|
4c79b5 |
filename: is a filter used to reduce the image rendering. It
|
|
|
4c79b5 |
is has the form of a regular expresion. It should
|
|
|
4c79b5 |
match any of the following values: label, sleeve,
|
|
|
4c79b5 |
cd, dvd or combination of them.
|
|
|
4c79b5 |
|
|
|
4c79b5 |
If you need to render many versions, and architectures at the same
|
|
|
4c79b5 |
time then you can used the render-m.sh script. For example to render
|
|
|
4c79b5 |
versions 2, 3, 4, 5, and 6 for i386 and x86_64 architecture you can
|
|
|
4c79b5 |
run the following:
|
|
|
4c79b5 |
|
|
|
4c79b5 |
./render.sh '2 3 4 5 6' 'i386 x86_64'
|
|
|
4c79b5 |
|
|
|
4c79b5 |
If you need to do that just for label images then add the filename
|
|
|
4c79b5 |
filter to the above command. For example
|
|
|
4c79b5 |
|
|
|
4c79b5 |
./render.sh '2 3 4 5 6' 'i386 x86_64' 'label'
|