Software

Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2006-07-08 05:00:52
Size: 2240
Editor: d206-116-6-170
Comment: Added some information. Changed code samples.
Revision 9 as of 2009-04-02 18:01:04
Size: 2580
Editor: p50896BDB
Comment: page was renamed from Artwork/Documentation/Tools
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('http://librarian.launchpad.net/2980250/Emblem-16.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| ## page was renamed from Artwork/Documentation/Tools
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('http://librarian.launchpad.net/2980250/Emblem-16.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;"><<TableOfContents>>||
Line 7: Line 8:
'''the Gnu Image Manipulation Program (the GIMP)''' [http://www.gimp.org] == The GIMP ==
'''the Gnu Image Manipulation Program (the GIMP)''' [[http://www.gimp.org]]
Line 11: Line 13:
== Imagemagick ==
Line 12: Line 15:
This is an amazingly powerful toolset. It is command line driven, but you will soon learn that you can do things with the toolset that you cannot do with anything else. For those of you out there who know about pixel bit depth limitations, Imagemagick let's you work at a plethora of depths including colourspaces and such.
This is an amazingly powerful toolset. It is command line driven, but you will soon learn that you can do things with the toolset that you cannot do with anything else. For those of you out there who know about pixel bit depth limitations, Imagemagick let's you work at a plethora of depths including colourspaces and such.  It can also render SVG and a very large file assortment. It is wonderful for creating, altering, and adjusting files.
Line 16: Line 20:
Complete documentation is available at http://www.imagemagick.org

== pngcrush ==
Line 24: Line 31:
'''Inkscape''' [http://www.inkscape.org] '''Inkscape''' [[http://www.inkscape.org]]
Line 28: Line 35:
Inkscape is a Scalable Vector Graphics (SVG) editor. Inkscape is a Scalable Vector Graphics (SVG) editor.  You can also use it to export raster type images.
Line 32: Line 39:
'''Scribus''' [http://www.scribus.net] '''Scribus''' [[http://www.scribus.net]]
Line 36: Line 43:
Scribus is a QT-based DTP(desktop publishing) program. Its awesome,  and features the best PDF support this side of the free Scribus is a QT-based desktop publishing program (DTP). Its awesome, and features the best PDF support this side of the free
Line 41: Line 48:
'''the GNOME Iconset Builder (GIB)''' [http://forge.novell.com/modules/xfmod/project/?gib] '''the GNOME Iconset Builder (GIB)''' [[http://forge.novell.com/modules/xfmod/project/?gib]]
Line 48: Line 55:
Creating a Metacity theme [FootNote(Metacity controls the way that a window is drawn, buttons appear, etc.) is done through text files. There is a good tutorial at http://developer.gnome.org/doc/tutorials/metacity/metacity-themes.html
Creating a Metacity theme <<FootNote(Metacity controls the way that a window is drawn, buttons appear, etc.)>> is done through text files. There is a good tutorial at http://developer.gnome.org/doc/tutorials/metacity/metacity-themes.html
Line 51: Line 59:
'''Sub-pages :''' [[Navigation(children,1)]] '''Sub-pages :''' <<Navigation(children,1)>>

Tools that are helpful for members of the ArtworkTeam include:

Raster graphics editing

The GIMP

the Gnu Image Manipulation Program (the GIMP) http://www.gimp.org

The GIMP should be installed by default and accessible via Applications > Graphics > GIMP Image Editor. It is a full-featured raster graphics editor, comparable to Adobe Photoshop.

Imagemagick

Imagemagick

This is an amazingly powerful toolset. It is command line driven, but you will soon learn that you can do things with the toolset that you cannot do with anything else. For those of you out there who know about pixel bit depth limitations, Imagemagick let's you work at a plethora of depths including colourspaces and such. It can also render SVG and a very large file assortment. It is wonderful for creating, altering, and adjusting files.

 sudo apt-get install imagemagick 

Complete documentation is available at http://www.imagemagick.org

pngcrush

pngcrush

 sudo apt-get install pngcrush 

pngcrush is a command-line utility that optimizes Portable Network Graphics (PNG).

Vector graphics editing

Inkscape http://www.inkscape.org

 sudo apt-get install inkscape 

Inkscape is a Scalable Vector Graphics (SVG) editor. You can also use it to export raster type images.

Printed media design

Scribus http://www.scribus.net

 sudo apt-get install scribus 

Scribus is a QT-based desktop publishing program (DTP). Its awesome, and features the best PDF support this side of the free world.

Iconset building tools

the GNOME Iconset Builder (GIB) http://forge.novell.com/modules/xfmod/project/?gib

source is available at the home page

GIB is a tool for building GNOME compliant themes. It is still way too early in development, but shows great potential.

Theme tools

Creating a Metacity theme 1 is done through text files. There is a good tutorial at http://developer.gnome.org/doc/tutorials/metacity/metacity-themes.html


Sub-pages :


CategoryArtwork

  1. Metacity controls the way that a window is drawn, buttons appear, etc. (1)

Artwork/Documentation/Software (last edited 2010-06-27 14:01:00 by mar92-14-88-173-198-214)