Graphic: Difference between revisions

From Graal Bible
No edit summary
(made it into a real entry)
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 Raster graphics 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 command showpoly(index,array) will sufficiently accomplish most uses of vector graphics.

Revision as of 21:38, 10 September 2005

Graphics are things that talented people make for games, sites, almost anything to do with technology. Graal uses Raster graphics 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 command showpoly(index,array) will sufficiently accomplish most uses of vector graphics.