Bitmap to jpeg conversion
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
hi, anyone got any idea how to convert a bitmap to a jpeg without using an already made libary? (please explain it, because i dont know visual c++ very well) Thanks
Without an already made library? Hmm, good luck trying to implement the JPEG compression code yourself... Why not using the free CxImage library? I've used it several times and did everything perfectly. http://www.codeproject.com/bitmap/cximage.asp[^]
-
Without an already made library? Hmm, good luck trying to implement the JPEG compression code yourself... Why not using the free CxImage library? I've used it several times and did everything perfectly. http://www.codeproject.com/bitmap/cximage.asp[^]