summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Writing 8 bit grayscale imageOliver Schinagl2005-04-141-1/+14
* 8 and 24 bits working. And PSV just won :-)..Oliver Schinagl2005-04-132-81/+58
* Huffman coder and decoder compile cleanly now. Need to be used +tested however.Oliver Schinagl2005-04-114-1/+412
* bmp.c is for reading and writing bmp-filesOliver Schinagl2005-04-113-103/+192
* Some small updates and split some up to color.c and bmpjpeg.cOliver Schinagl2005-04-101-47/+41
* bmpjpeg.c -> bmp to jpeg in 8x8 and YCrCb and jpeg 8x8 YCrCb to bmpOliver Schinagl2005-04-102-0/+173
* Made the the RGB / YCrCb functions without floats and tested them (test passed)Oliver Schinagl2005-04-081-7/+6
* Added RGB-YCbCr and JPEG header readerOliver Schinagl2005-04-061-31/+113
* BMP file is opened and header is readed en the file is written in Image1 arrayOliver Schinagl2005-04-051-12/+63
* added initial huffman sourceOliver Schinagl2005-04-051-0/+1
* Added some comment to main.c and some file open stuffOliver Schinagl2005-04-041-5/+54
* Initial dct modules with dummy main.Oliver Schinagl2005-03-313-0/+333