I am trying to figure out an issue I have with the resolution of EMF images
generated with Save As EMF option. I noticed that when different users save
the same PowerPoint slide in EMF format the resulting files has different
resolutions. For instance User #1 would have ~300 DPI and User #2 would have
~4000 DPI. Additionally I noticed that recreating user profile would reset
the EMF resolution to ~300 DPI.
Does anyone know where these settings are set and if I can change them?
Thank You
--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx
"Vic" <V...@discussions.microsoft.com> wrote in message
news:82115CE2-5338-47BF...@microsoft.com...
It may be that the program you're using to determine the DPI is giving you
misleading information. How are you finding the (alleged) DPI of the EMF
files?
--
PowerPoint FAQ
http://www.pptfaq.com/
==
PPTools - Add-ins for PowerPoint
http://www.pptools.com/
I still do not understand why this is so!!!
I thought that EMFs should be device independent.
Am I wrong thinking that?
Thank You
VERY interesting.
Can you shoot us the location in the reg where this is found?
>
> I still do not understand why this is so!!!
>
> I thought that EMFs should be device independent.
>
> Am I wrong thinking that?
No, you're right on target thinking like that.
But some file formats allow for what you might call "lies of convenience". You
can have two identical TIFF files, for example. Same image data in each, but one
says it's 600 dpi and 10" wide, the other says it's 300 dpi and 20" wide. Same
6000 dots across either way, but each is pulling a different leg.
>
> Thank You
>
> "Vic" wrote:
>
> > Hello,
> >
> > I am trying to figure out an issue I have with the resolution of EMF images
> > generated with Save As EMF option. I noticed that when different users save
> > the same PowerPoint slide in EMF format the resulting files has different
> > resolutions. For instance User #1 would have ~300 DPI and User #2 would have
> > ~4000 DPI. Additionally I noticed that recreating user profile would reset
> > the EMF resolution to ~300 DPI.
> > Does anyone know where these settings are set and if I can change them?
> >
> > Thank You
==============================
PPT Frequently Asked Questions
http://www.pptfaq.com/
PPTools add-ins for PowerPoint
http://www.pptools.com/
I don't think you're seeing anything meaningful there. Windows has to make up
something to fill in the blanks so it's jiving.
But just the same, try opening the same file on different PCs, saving the same slide
to EMF from each, then use a file compare utility to see if there's any actual
difference in the data.
If not, you KNOW Windows is blowing smoke.
>
> "Steve Rindsberg" wrote:
>
> > EMF is a vector format (although it can contain raster images). In short, it
> > has no DPI as such.
> >
> > It may be that the program you're using to determine the DPI is giving you
> > misleading information. How are you finding the (alleged) DPI of the EMF
> > files?
> >
> >
> > --
> > PowerPoint FAQ
> > http://www.pptfaq.com/
> > ==
> > PPTools - Add-ins for PowerPoint
> > http://www.pptools.com/
> >
> >
> > "Vic" wrote:
> >
> > > Hello,
> > >
> > > I am trying to figure out an issue I have with the resolution of EMF images
> > > generated with Save As EMF option. I noticed that when different users save
> > > the same PowerPoint slide in EMF format the resulting files has different
> > > resolutions. For instance User #1 would have ~300 DPI and User #2 would have
> > > ~4000 DPI. Additionally I noticed that recreating user profile would reset
> > > the EMF resolution to ~300 DPI.
> > > Does anyone know where these settings are set and if I can change them?
> > >
> > > Thank You
In any case setting the default printer in registry:
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows]
under 'Device' key
I should also point out that the default printer was a PDF PstScript
printer. The settings that affects resolution of EMFs is:
Printer Properties->General->Printing Preferences->Advanced->Graphics Print
Quality. Although I believe that this setting could be changed on other
printers as well.
Thank You
"Steve Rindsberg" wrote:
> .
>
"Steve Rindsberg" wrote:
> .
>
How big a difference in size and are just a few bytes different or is it massively
different?
And more to the point: do the files behave differently when imported into other apps?
This creates a lot inconvenience for us as we process these EMF files
programmatically converting them to bitmaps. So the scaling does not work
the same and I think that converting large DPI files generates enormous
bitmaps that just very costly to process.
"Steve Rindsberg" wrote:
> .
>
I see.
Can the process be modified to use a default DPI setting rather than paying attention to that
built into the EMF?