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.
WMF, EMF and vector grafic
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44470
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: WMF, EMF and vector grafic
WMF/EMF are loaded in raster, not in vector.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?
Pierre.
-
- Posts: 1
- Joined: Fri Oct 29, 2004 8:52 am
Re: WMF, EMF and vector grafic
Ok, thanks.xnview wrote:WMF/EMF are loaded in raster, not in vector.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?
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.
-
- Author of XnView
- Posts: 44470
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: WMF, EMF and vector grafic
Currently there is no way to load WMF in a preferred width/height. I'll add itghale wrote:Ok, thanks.xnview wrote:WMF/EMF are loaded in raster, not in vector.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?
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?
Pierre.
-
- Posts: 1
- Joined: Sun Jul 29, 2007 4:13 am
Re: WMF, EMF and vector grafic
Has this feature been added, and if so is there any way to access it from ncovnert.exe?xnview wrote:Currently there is no way to load WMF in a preferred width/height. I'll add it