Hi @ll,
do you have any source code providing information on how to compress a given bmp to a jpg file?
Thanks for all replies,
DaEagle99
do you have any source code providing information on how to compress a given bmp to a jpg file?
Thanks for all replies,
DaEagle99
Paint Shop Pro does it. But I've not coded PSP so I've not the source, sorry.:confused:
OK, not funny...;)
OK, not funny...;)
Perhaps you could code an encoder :grin: once you know how the JPG is encoded. And to find how a JPG is encoded... look here:
http://www.wotsit.org/
There a few file about JPG format.
Hope to be useful.
Sincerely,
Daniel
http://www.wotsit.org/
There a few file about JPG format.
Hope to be useful.
Sincerely,
Daniel
Ernie did some good ground work on COM graphic objects. If i remember there is an export method.. Soooo you should be able to write a ASM program to load the bitmap into the COM, and then tell it to export to file as a jpeg (without ever displaying the COM object itself).
Kinda back door aproach, but it might work.
NaN
Kinda back door aproach, but it might work.
NaN