blah38621_cp
|
678d4fbbc9
|
Added an Additive Noise generator to the ImageManipulator class.
|
2011-08-15 00:17:53 +00:00 |
|
blah38621_cp
|
b699f3c4d6
|
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 |
|
blah38621_cp
|
cf6f10943c
|
Added Tga Loading support, as well as Hq2x, Hq3x, and Hq4x Image resizing support.
|
2011-08-08 00:56:02 +00:00 |
|
blah38621_cp
|
5fce44e58b
|
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 |
|