Re: Lebans LoadJpeg Create huge emf files
From: Daniel (IDontHaveOne_at_nowhere.com)
Date: 11/15/04
- Next message: JonWayne: "Hide Database Window"
- Previous message: Ken Snell [MVP]: "Re: Date format / runtime"
- In reply to: Stephen Lebans: "Re: Lebans LoadJpeg Create huge emf files"
- Next in thread: Stephen Lebans: "Re: Lebans LoadJpeg Create huge emf files"
- Reply: Stephen Lebans: "Re: Lebans LoadJpeg Create huge emf files"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Nov 2004 09:03:51 -0500
Stephen,
Where would one start to learn the basics of GDI API programming?
Daniel
"Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdotcom@linvalid.com>
wrote in message news:OVfvMBTyEHA.1524@TK2MSFTNGP09.phx.gbl...
> VB/VBA code to resize Images is readily available if you are familiar
> with developing around the GDI API's. It is a steep learning curve to
> begin with and I would not reccommend it unless you really enjoy this
> type of development.
>
> --
>
> HTH
> Stephen Lebans
> http://www.lebans.com
> Access Code, Tips and Tricks
> Please respond only to the newsgroups so everyone can benefit.
>
>
> "Ferde" <Ferde@discussions.microsoft.com> wrote in message
> news:CE5E8A2C-A96B-4367-8D05-2A18FB91023A@microsoft.com...
> > 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.
> >
> >
>
- Next message: JonWayne: "Hide Database Window"
- Previous message: Ken Snell [MVP]: "Re: Date format / runtime"
- In reply to: Stephen Lebans: "Re: Lebans LoadJpeg Create huge emf files"
- Next in thread: Stephen Lebans: "Re: Lebans LoadJpeg Create huge emf files"
- Reply: Stephen Lebans: "Re: Lebans LoadJpeg Create huge emf files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|