Cosmos/source2/Users/Orvid
2011-08-01 02:19:23 +00:00
..
Orvid.Compression Added Lzw compression, (De-compress only), and added a test-bed for my graphics functions. 2011-07-24 02:29:45 +00:00
Orvid.Graphics 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
OrvidTestOS Making my code compilable. 2011-07-16 17:38:50 +00:00
OtherStuff Updated the TimesNewRoman.opff file to a working version. 2011-07-29 03:18:45 +00:00
StructTest Making my code compilable. 2011-07-16 17:38:50 +00:00
TestBed Added Lzw compression, (De-compress only), and added a test-bed for my graphics functions. 2011-07-24 02:29:45 +00:00