Link to home
Start Free TrialLog in
Avatar of zabbas
zabbas

asked on

BitBlt And EMF File Size

HI

I want to save GDI graphics(canvas drawing) into Enhanced meta file(EMF). I am following MSDN guide to create meta files.

In my application there are couple of bitblt routines , this means when i draw same thing into EMF file this bitblt comman stores whole bitmap as part of EMF file instead of just as metafile records. In result the file size get large like around 10 - 30 MB. And if i compress this file with some file compressor the resulting file is just 100 -200 KB.  this means  this bitblt is taking toomuch space in EMF file.

Is there any way to get rid of this problem.?

Zaheer
ASKER CERTIFIED SOLUTION
Avatar of caner_elci
caner_elci

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial