G
Guest
I am using the loadjpegGif function by Steven Lebans to convert jpeg images
into emf format so they can be displayed correctly using the access runtime.
The problem i'm having is when the dimensions of a jpeg are large, the
resulting emf file is anywhere from 5mb-11mb in size, even though the
physicall size of the jpeg is only 183k. If the jpeg dimensions are
reduced then the resulting emf is created much smaller, like 486k.
I want to be able to do two things.
1. shrink the existing very large emf images to an acceptable size. As I
have a large number of images doing this programatically is the only option.
2. Make sure that new images are not created so big. As I can't rely on the
end user to resize their jpegs properly I would like to resize the jpeg on
the fly by perhaps creating a copy, resizing it an then converting to emf
format.
Thanks in advance.
into emf format so they can be displayed correctly using the access runtime.
The problem i'm having is when the dimensions of a jpeg are large, the
resulting emf file is anywhere from 5mb-11mb in size, even though the
physicall size of the jpeg is only 183k. If the jpeg dimensions are
reduced then the resulting emf is created much smaller, like 486k.
I want to be able to do two things.
1. shrink the existing very large emf images to an acceptable size. As I
have a large number of images doing this programatically is the only option.
2. Make sure that new images are not created so big. As I can't rely on the
end user to resize their jpegs properly I would like to resize the jpeg on
the fly by perhaps creating a copy, resizing it an then converting to emf
format.
Thanks in advance.