Cosmos/source2/Users/Orvid/Orvid.Graphics/ImageFormats
2011-08-30 00:58:03 +00:00
..
..svnbridge
BmpSupport.cs Xpm Image support added. 2011-08-09 22:08:01 +00:00
DdsSupport.cs String drawing support was added to Orvid.Graphics. Currently it only supports bdf fonts, but more are in the works. Also, in OForms, the window now displays the name in the header. 2011-08-30 00:58:03 +00:00
FormatManager.cs Added (VERY) broken pcx image loading support. Now if I knew what was wrong with it. 2011-08-14 01:47:20 +00:00
GifDecoder.cs
GifSupport.cs Xpm Image support added. 2011-08-09 22:08:01 +00:00
ImageFormat.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
JpegSupport.cs Added Tiff, Bmp, and Png support to Orvid.Graphics, also added a Testbed for Image loading, and for Image manipulation. 2011-08-07 00:01:40 +00:00
OIFSupport.cs Added support for Vbp images. (A very obscure format :P) As well as added an ImageManipulator class, which is able to resize images, with currently one of 3 different algorithms, Nearest Neighbor, Bi-Linear, and Bi-Cubic. Support for more algorithms will be added in the future, same goes for image formats. 2011-08-05 02:55:53 +00:00
PcxSupport.cs Added (VERY) broken pcx image loading support. Now if I knew what was wrong with it. 2011-08-14 01:47:20 +00:00
PngSupport.cs Xpm Image support added. 2011-08-09 22:08:01 +00:00
PnmFamilySupport.cs Added support for Pbm, Pgm, and Ppm image formats. Also added a method in ImageManipulator to switch the Red and Blue values in an image, to work around an issue in the Lib being used for Pbm, Pgm, and Ppm image support. Call it on the Ppm image you've loaded before using it. 2011-08-09 23:16:09 +00:00
TgaSupport.cs Got Tga image writing working. Currently all supported formats are Read & Write except for Tiff, which is giving me difficulties. Xpm image support is probably next. 2011-08-09 20:36:21 +00:00
TiffSupport.cs Got Tga image writing working. Currently all supported formats are Read & Write except for Tiff, which is giving me difficulties. Xpm image support is probably next. 2011-08-09 20:36:21 +00:00
VbpSupport.cs Xpm Image support added. 2011-08-09 22:08:01 +00:00
XpmSupport.cs Xpm Image support added. 2011-08-09 22:08:01 +00:00