intial commit
This commit is contained in:
commit
ce321a6e33
9 changed files with 781 additions and 0 deletions
9
jpeg_img.h
Normal file
9
jpeg_img.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "image.h"
|
||||
|
||||
Image decompressJpegImage(const unsigned char* buffer, size_t size);
|
||||
|
||||
Image decompressJpegImage(FILE *file);
|
||||
|
||||
void compressJpegImage(FILE *file, Image *image);
|
||||
Loading…
Add table
Add a link
Reference in a new issue