Search found 28 matches

by ranjith328
2016-02-03T14:44:38-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

Thank you guys.. it all worked fine :)

regarding fonts it worked perfect in my dev environment. but when i hosted the site in godaddy VPS server using plesk, the fonts are not getting detected. any idea how to solve this ?

thanks in advance - R
by ranjith328
2016-02-02T07:23:05-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

dlemstra wrote:You should have the fonts installed on your system if you want librsvg (used to read SVG files) to be able to use them.
Ok. Thanks
by ranjith328
2016-02-02T06:34:10-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

You need a newer version of the C++ redistributable. But you probably want to wait a couple of days. I will publish a new release later this week/weekend that no longer has this requirement (https://magick.codeplex.com/discussions/650746) Thanks a lot. I have updated the C++ distributables and its ...
by ranjith328
2016-02-02T05:32:54-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

Hi, I have loaded the solution now with the latest DLL's Magick.NET-AnyCPU and Magick.NET.Core which i downloaded in a ZIP file now. after that when i try to initialise using var mgKimage = new MagickImage(); its showing an error message below. Could not load file or assembly 'Magick.NET.Wrapper-x86...
by ranjith328
2016-02-02T05:06:03-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

ooh. ok. let me check and update you.
by ranjith328
2016-02-02T02:48:24-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

ranjith328 wrote:Hi .. were you able to download the file ?
also another point which we noticed is that, after conversion from SVG to tiff with dpi set as 450, the file size is growing to more that 120MB.
is that expected or an odd behavior ?
by ranjith328
2016-02-02T02:46:34-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

Hi .. were you able to download the file ?
by ranjith328
2016-02-01T18:06:18-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

dlemstra wrote:Could you share an svg file that produces this odd behavior?
i am unable to attach the file. instead i have uploaded the file to

http://speedy.sh/pCmCe/kx1o5sdm.svg
by ranjith328
2016-02-01T09:35:49-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

dlemstra wrote:What is the value of ConfigHelper.ImageResolution?
<add key="imageResolution" value="450" />
by ranjith328
2016-02-01T08:08:37-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

Hi.. below is the piece of code that i used to convert SVG to TIFF / PDF I tried output format with both TIFF and PDF /// <summary> /// Convert SVG file to file of format specified /// </summary> /// <param name="svgFilePath">Path to input svg file</param> /// <param name="outFormat&q...
by ranjith328
2016-02-01T07:20:13-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

hi - am using Magick.net-AnyCPU and not ImageMagick component
by ranjith328
2016-02-01T06:21:46-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

Re: SVG to TIFF conversion - Impact in Image resolution

Hi.. i have already used similar steps in the code. :(
by ranjith328
2016-02-01T04:49:19-07:00
Forum: Magick.NET
Topic: SVG to TIFF conversion - Impact in Image resolution
Replies: 44
Views: 61657

SVG to TIFF conversion - Impact in Image resolution

Hi There, I am using Magick.Net to convert SVG files (Created using adobe illustrator) to Multipage TIFF. (i will be editing some text in svg using my solution) Unfortunately eventhough i has created the SVG (vector) texts, after conversion to tiff files, the resolution is degraded and the quality i...