Hi all you coders
I have found a small utility that converts BMP files into JPEG files and vica versa. The utility is supposed to be included in the distribution of an old product called Aldus Photostyler.
So I have my concerns on using this utility due to copyright issues. So I'm planning on making an OCX with a similar function, and distribute it as freeware. Does anyone have some code snippets or ideas, in order for me to make such an OCX(C++).
I have downloaded some freeware C/C++ graphic libraries to use. I know that the Borland/Inprise pascal compiler can make a solution like this. But unfortunately I don't have access to this compiler. So I'm planning on using a C/C++ compiler instead.
Any suggestions or solutions are welcome.
Regards
Andreas L.
0
Comments
Take a look at the Intel website. There's a free library available for JP(E)G manipulations, including C examples for loading and saving. Don't have the url nearby, but it should be easy to find.
John
Thank you, John. It seems to be something I really could use. So I'll take a look at it.
Regards
Andreas
With leadtools you can everything solve which you can do with nearly every graphic-programm.
R. Mayer
[This message has been edited by mayer (edited 25-05-2000).]