Graphic: Difference between revisions

From Graal Bible
mNo edit summary
mNo edit summary
Line 1: Line 1:
Graphics are things that talented people make for games, sites, almost anything to do with technology.  [[Graal]] uses [http://en.wikipedia.org/wiki/Raster_graphics Raster] image formats such as JPEG, GIF, and PNG formats.  The GIF and JPEG are currently being replaced by PNG as per Stefan's request.  [http://en.wikipedia.org/wiki/Vector_graphics Vector] graphics are not implemented in Graal's engine and no plans are known if they will be implemented, however the [[GScript]] command showpoly(index,array) is sufficient for most applications of vector graphics.
Graphics are things that talented people make for games, sites, almost anything to do with technology.  [[Graal]] uses [http://en.wikipedia.org/wiki/Raster_graphics Raster] image formats such as JPEG, GIF, and PNG formats.  The GIF and JPEG are currently being replaced by PNG as per Stefan's request.  [http://en.wikipedia.org/wiki/Vector_graphics Vector] graphics are not implemented in Graal's engine and no plans are known if they will be implemented, however the [[GScript]] command showpoly(index,array) is sufficient for most applications of vector graphics.
{{stub}}

Revision as of 21:45, 10 September 2005

Graphics are things that talented people make for games, sites, almost anything to do with technology. Graal uses Raster image formats such as JPEG, GIF, and PNG formats. The GIF and JPEG are currently being replaced by PNG as per Stefan's request. Vector graphics are not implemented in Graal's engine and no plans are known if they will be implemented, however the GScript command showpoly(index,array) is sufficient for most applications of vector graphics.

This article is a stub - an incomplete placeholder article that gives some idea of what is being talked about, but fails to adequately elaborate on the given subject. Feel free to help GraalBible by expanding upon it.