$ 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 ...
Search found 4 matches
- 2015-02-17T02:01:12-07:00
- Forum: MagickWand
- Topic: Converting .SVG to .TIF but it creates .MVG instead
- Replies: 8
- Views: 24232
- 2015-02-16T05:35:20-07:00
- Forum: MagickWand
- Topic: Converting .SVG to .TIF but it creates .MVG instead
- Replies: 8
- Views: 24232
Re: Converting .SVG to .TIF but it creates .MVG instead
Code: Select all
Version: ImageMagick 6.9.0-0 Q16 x86_64It only works wrong with .TIF file format
- 2015-02-12T10:04:33-07:00
- Forum: MagickWand
- Topic: Converting .SVG to .TIF but it creates .MVG instead
- Replies: 8
- Views: 24232
Re: Convert .SVG to .TIF
I'm using ImageMagick-6.9.0dlemstra wrote:Are you using the latest version of ImageMagick?
- 2015-02-12T10:00:06-07:00
- Forum: MagickWand
- Topic: Converting .SVG to .TIF but it creates .MVG instead
- Replies: 8
- Views: 24232
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 ...
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 ...