Software

Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2008-08-06 17:00:40
Size: 2526
Editor: localhost
Comment:
Revision 10 as of 2009-04-03 20:10:11
Size: 1916
Editor: p5089462E
Comment: Cleanup, noone needs a tool with only alpha tarballs from 2005
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Navigation(children,1)>>
Line 5: Line 7:
= Raster graphics editing =
Line 7: Line 8:
== The GIMP ==
'''the Gnu Image Manipulation Program (the GIMP)''' [[http://www.gimp.org]]
== Raster graphics editing ==
Line 10: Line 10:
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. === The GIMP ===
Line 12: Line 12:
== Imagemagick ==
'''Imagemagick'''
GIMP (Gnu Image Manipulation Program) 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. [[http://www.gimp.org]]

=== Imagemagick ===
Line 22: Line 23:
'''pngcrush'''
pngcrush is a command-line utility that optimizes Portable Network Graphics (PNG).
Line 26: Line 28:
pngcrush is a command-line utility that optimizes Portable Network Graphics (PNG).
Line 28: Line 29:
= Vector graphics editing =
Line 30: Line 30:
'''Inkscape''' [[http://www.inkscape.org]] == Vector graphics editing ==

=== Inkscape ===

Inkscape is a Scalable Vector Graphics (SVG) editor. You can also use it to export raster type images. [[http://www.inkscape.org]]
Line 34: Line 38:
Inkscape is a Scalable Vector Graphics (SVG) editor. You can also use it to export raster type images.
Line 36: Line 39:
= Printed media design =
Line 38: Line 40:
'''Scribus''' [[http://www.scribus.net]] == Printed media design ==

=== Scribus ===

Scribus is a QT-based desktop publishing program (DTP). Its awesome, and features the best PDF support this side of the free
world. [[http://www.scribus.net]]
Line 42: Line 49:
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 <<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 58: Line 51:
'''Sub-pages :''' <<Navigation(children,1)>>
----

Tools that are helpful for members of the ArtworkTeam include:

Raster graphics editing

The GIMP

GIMP (Gnu Image Manipulation Program) 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. http://www.gimp.org

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 is a command-line utility that optimizes Portable Network Graphics (PNG).

 sudo apt-get install pngcrush 

Vector graphics editing

Inkscape

Inkscape is a Scalable Vector Graphics (SVG) editor. You can also use it to export raster type images. http://www.inkscape.org

 sudo apt-get install inkscape 

Printed media design

Scribus

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

 sudo apt-get install scribus 


CategoryArtwork

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