Cosmos/source2/Users/Orvid/Orvid.Graphics/Shapes
2011-08-08 19:55:53 +00:00
..
Shape.cs Gif image support added. 2011-08-08 19:55:53 +00:00
ShapedImage.cs Gif image support added. 2011-08-08 19:55:53 +00:00
Square.cs Added the support for the first of many image formats Orvid.Graphics will eventually be able to handle. The format is custom, and is very plain. The file essentially contains the height, and width of the image, then the pixels of the image in rgba succession. (each component is a byte) Finally, the bytes that this produces are compressed using LZMA compression, producing a very basic, but usable format. Next will be an animated version, as well as support for animated images in the library. 2011-08-01 02:19:23 +00:00