SVG to TIFF conversion - Impact in Image resolution
Re: SVG to TIFF conversion - Impact in Image resolution
I am having trouble to understand your issue. Are you just experiencing a font issue? Do you let your website user decide a new font? The font in your SVG file should be installed on your server.
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
dlemstra wrote:I am having trouble to understand your issue. Are you just experiencing a font issue? Do you let your website user decide a new font? The font in your SVG file should be installed on your server.
Hi.. Yea. Am just experiencing a font issue. All other functionalities are working excellent.
No Am not letting user to decide any font. All the fonts are marked in the STYLE tag for the tspan elements.
Yes. I have installed the fonts in the server as well. But the application is not taking the fonts from the server for saving.
I will upload the input and output files to some filesharer and send you a PM
Re: SVG to TIFF conversion - Impact in Image resolution
I am unable to reproduce your issue. When I try to convert your SVG image and I don't have the font installed I get an error message. When I try to convert your SVG image and the font is installed on my system it works without any problems. Maybe this is some kind of permission issue? I used PNG as the output format.
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
permission on ? windows font folder ?dlemstra wrote:I am unable to reproduce your issue. When I try to convert your SVG image and I don't have the font installed I get an error message. When I try to convert your SVG image and the font is installed on my system it works without any problems. Maybe this is some kind of permission issue? I used PNG as the output format.
Re: SVG to TIFF conversion - Impact in Image resolution
Maybe you should use something like procmon to monitor file access to see what is happening?
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
nothing related to fonts are displayed in procmondlemstra wrote:Maybe you should use something like procmon to monitor file access to see what is happening?
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
I have used procmon and found no attempts to get fonts from windows/fonts folder by Magick.NET
Re: SVG to TIFF conversion - Impact in Image resolution
Which version of Windows is on your server? We had an issue with Windows 2003 that has been resolved in Magick.NET 7.0.0.0101.
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
Hi am using Windows Server 2012 R2dlemstra wrote:Which version of Windows is on your server? We had an issue with Windows 2003 that has been resolved in Magick.NET 7.0.0.0101.
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
Hi there.. is it because of Windows server version ?ranjith328 wrote:Hi am using Windows Server 2012 R2dlemstra wrote:Which version of Windows is on your server? We had an issue with Windows 2003 that has been resolved in Magick.NET 7.0.0.0101.
Re: SVG to TIFF conversion - Impact in Image resolution
Nope probably not. I have no idea what is causing this. The weird thing is that you don't see any access for fonts with procmon. Are you sure that you are sending the correct svg back to the server from the client?
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
dlemstra wrote:Nope probably not. I have no idea what is causing this. The weird thing is that you don't see any access for fonts with procmon. Are you sure that you are sending the correct svg back to the server from the client?
Yes. am sending correct SVG.
Even we tried hard to find the cause for this, but couldnt find out the cause
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
Hi.. what was the issue in Windows 2003 ?
Re: SVG to TIFF conversion - Impact in Image resolution
If was some internal windows issue that cannot be a problem on your server. Is it possible to create a VM from your server so we can reproduce this issue?
-
- Posts: 28
- Joined: 2016-02-01T04:44:13-07:00
- Authentication code: 1151
Re: SVG to TIFF conversion - Impact in Image resolution
let me check that and come back to udlemstra wrote:If was some internal windows issue that cannot be a problem on your server. Is it possible to create a VM from your server so we can reproduce this issue?