Now since windows explorer can view jpgs, isn't it safe to assume that theres a JPG function in the win32 api?
Sorry if that sounds foolish :tongue: but are there any JPEG functions?
--
I found the image.lib with the function BitmapFromFile which actually handles a number of image formats. I am guessing there is no official jpg library? cuz this is like some kind of hack! although a very nice one ^_^
Sorry if that sounds foolish :tongue: but are there any JPEG functions?
--
I found the image.lib with the function BitmapFromFile which actually handles a number of image formats. I am guessing there is no official jpg library? cuz this is like some kind of hack! although a very nice one ^_^
If you search a bit more on this forum, you will find some code examples for the intel jpeg library.
Tola released a jpeg thingy on the algorithm forums i think. Go search for it.
Tola released a jpeg thingy on the algorithm forums i think. Go search for it.
I did? ;) There's is some sample code at Iczelion's page, though.
lol... I have confused the names :grin:
The code is by Terab.
The code is by Terab.
Cool. Thank you