Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
pcbarbassa
Posted - May 17 2018 : 15:31:17 In version 4.0.1 when loading a .vmf image, it is clean and clear. After updating, the image is blurred, regardless of any filter applied or none.
Actual version is 7.5.0. Same problem in version 5.2.0 and 6.2.1.
Posted - May 21 2018 : 16:28:25 Great! Tanks for your response. Problem solved.
xequte
Posted - May 20 2018 : 04:01:59 Hi
ImageEn does not support WMF natively. It uses GDI+ to import a raster view of the WMF file. If you want higher quality, call IO.ImportMetafile directly and specify an output size.
Posted - May 18 2018 : 08:12:46 Thanks for your response.
Opening the .vmf in any other viewer, the difference is visible. In other software viewer is clear and clean. Here, the font appears to be "bold" and out of focus. There can be no problem in my system since other topic here in the forum are also commenting the same. And we also tested in other environments. We have to find a solution. I ask you to test with version 4.0.1 to see the difference.
Other test, is show the .vmf using native "TImage" (delphi). It is also clear and clean:
xequte
Posted - May 17 2018 : 19:29:51 Hi
This is a transparent WMF image, I'm not sure how well that was supported in v4.0.1. However I am not seeing what you are seeing. There looks to be an issue with the WMF loading in your screenshot. GDI+ is used for WMF importation, so perhaps there is an issue with that on your system.