blah38621_cp
|
87c837658d
|
Gif image support added.
|
2011-08-08 19:55:53 +00:00 |
|
blah38621_cp
|
9d52d175e0
|
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 |
|
blah38621_cp
|
7631959418
|
Added a couple of missing files, ShapedImage will be the next thing I'm working on, after I do a bit of work on OPFF, to enable much better image storage, as well as a few optimizations for memory usage.
|
2011-07-31 00:14:11 +00:00 |
|
blah38621_cp
|
860757c149
|
Making my code compilable.
|
2011-07-16 17:38:50 +00:00 |
|
blah38621_cp
|
8f56abe4b0
|
Did some major work in Orvid.Graphics, which will eventually allow it to support 32-bit color. Previously it only supported 8-bit color. Because of this change, any code you have using Orvid.Graphics will no longer work. You will have to refactor your code for the new color system.
|
2011-06-23 19:27:52 +00:00 |
|
blah38621_cp
|
97e20f3a8f
|
TTF to OPFF converter in under 200 lines? Preposterous, but true.
|
2011-06-23 01:22:44 +00:00 |
|