Graphic: Difference between revisions

From Graal Bible
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Graphics are things that talented people make for games, sites, almost anything to do with technology. Of course, you don't have to be talented, you can be dumb as a rock, yet still be able to make a graphic. Because graphics SUCK.
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}}

Latest revision as of 22:00, 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.