Search found 4 matches

by lorytibi
2015-02-17T02:01:12-07:00
Forum: MagickWand
Topic: Converting .SVG to .TIF but it creates .MVG instead
Replies: 8
Views: 19247

Re: Converting .SVG to .TIF but it creates .MVG instead

$ convert -version Version: ImageMagick 6.9.0-0 Q16 x86_64 2015-02-16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules Delegates (built-in): bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr png ps tiff webp ...
by lorytibi
2015-02-16T05:35:20-07:00
Forum: MagickWand
Topic: Converting .SVG to .TIF but it creates .MVG instead
Replies: 8
Views: 19247

Re: Converting .SVG to .TIF but it creates .MVG instead

Code: Select all

Version: ImageMagick 6.9.0-0 Q16 x86_64
If I try to make .BMP file from the .SVG, then it's created successfully.
It only works wrong with .TIF file format :(
by lorytibi
2015-02-12T10:04:33-07:00
Forum: MagickWand
Topic: Converting .SVG to .TIF but it creates .MVG instead
Replies: 8
Views: 19247

Re: Convert .SVG to .TIF

dlemstra wrote:Are you using the latest version of ImageMagick?
I'm using ImageMagick-6.9.0
by lorytibi
2015-02-12T10:00:06-07:00
Forum: MagickWand
Topic: Converting .SVG to .TIF but it creates .MVG instead
Replies: 8
Views: 19247

Converting .SVG to .TIF but it creates .MVG instead

Hi, I want to convert .SVG image to .TIF. With the following code the result TIF file looks like a MVG file :( Could somebody tell me what did I wrong? MagickBooleanType status; MagickWand* magick_wand; MagickWandGenesis (); magick_wand = NewMagickWand (); status = MagickReadImage (magick_wand, full...