This website requires JavaScript.
Explore
Help
Sign In
dan
/
Cosmos
Watch
1
Star
0
Fork
You've already forked Cosmos
0
mirror of
https://github.com/danbulant/Cosmos
synced
2026-05-23 06:18:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
da67b059b2
Cosmos
/
source2
/
Users
/
Orvid
/
Orvid.Graphics
/
Shapes
History
blah38621_cp
87c837658d
Gif image support added.
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