Page 1 of 1

WMF, EMF and vector grafic

Posted: Fri Oct 29, 2004 9:10 am
by ghale2
Hi guys,
I need to know, please,
if with GFL SDK I can import a WMF or a EMF file and resize it on a canvas in memory...

There is a way to load a WMF or EMF and to decide height and width before display it on the screen?

And there is a way to resize it on the screen without quality loss?

Thanks for all,
Piero.

Re: WMF, EMF and vector grafic

Posted: Fri Oct 29, 2004 2:09 pm
by xnview
ghale2 wrote:Hi guys,
I need to know, please,
if with GFL SDK I can import a WMF or a EMF file and resize it on a canvas in memory...
There is a way to load a WMF or EMF and to decide height and width before display it on the screen?
And there is a way to resize it on the screen without quality loss?
WMF/EMF are loaded in raster, not in vector.

Re: WMF, EMF and vector grafic

Posted: Fri Oct 29, 2004 5:16 pm
by ghale
xnview wrote:
ghale2 wrote:Hi guys,
I need to know, please,
if with GFL SDK I can import a WMF or a EMF file and resize it on a canvas in memory...
There is a way to load a WMF or EMF and to decide height and width before display it on the screen?
And there is a way to resize it on the screen without quality loss?
WMF/EMF are loaded in raster, not in vector.
Ok, thanks.

So, if I need to resize the image, I can (virtually) reload the image with a higher width and height and show it removing the old one?

And mainly, there is a way to load the WMF file in a preferred widht/height dimensions?

Thanks,
bye,
Piero.

Re: WMF, EMF and vector grafic

Posted: Sat Oct 30, 2004 11:37 am
by xnview
ghale wrote:
xnview wrote:
ghale2 wrote:Hi guys,
I need to know, please,
if with GFL SDK I can import a WMF or a EMF file and resize it on a canvas in memory...
There is a way to load a WMF or EMF and to decide height and width before display it on the screen?
And there is a way to resize it on the screen without quality loss?
WMF/EMF are loaded in raster, not in vector.
Ok, thanks.

So, if I need to resize the image, I can (virtually) reload the image with a higher width and height and show it removing the old one?

And mainly, there is a way to load the WMF file in a preferred widht/height dimensions?
Currently there is no way to load WMF in a preferred width/height. I'll add it

Re: WMF, EMF and vector grafic

Posted: Sun Jul 29, 2007 4:19 am
by andy753421
xnview wrote:Currently there is no way to load WMF in a preferred width/height. I'll add it
Has this feature been added, and if so is there any way to access it from ncovnert.exe?