I have the same Problem right now, @have did you manage to change your command line so that MSVG is used?
No. I have my server at a hosting company, and I asked them to recompile ImageMagick to use the MSVG renderer. They replied back that they deactivated RSVG and rebuilt IM. This worked, but I ...
Search found 7 matches
- 2010-08-30T03:16:10-07:00
- Forum: Bugs
- Topic: Possible bug: partial clipping-path on jpg & tiff
- Replies: 24
- Views: 46127
- 2010-07-27T05:17:14-07:00
- Forum: Users
- Topic: How to detect and extract a clipping path from a JPG?
- Replies: 0
- Views: 4010
How to detect and extract a clipping path from a JPG?
Is it possible to let Image Magick detect and extract a clipping path from a JPG?
Right now I do this do detect:
identify -verbose image.jpg | grep Clipping
- which is kind of lame.
I also would like to extract the complete SVG code - as seen with the identify -verbose command.
Possible ...
Right now I do this do detect:
identify -verbose image.jpg | grep Clipping
- which is kind of lame.
I also would like to extract the complete SVG code - as seen with the identify -verbose command.
Possible ...
- 2010-07-26T03:33:32-07:00
- Forum: Bugs
- Topic: Possible bug: partial clipping-path on jpg & tiff
- Replies: 24
- Views: 46127
Re: Possible bug: partial clipping-path on jpg & tiff
Report this problem as a bug to the RSVG project. To verify, extract the clip path from
identify -verbose 069415A1.jpg
and put it into clip.svg. Next type
display clip.svg msvg:clip.svg
notice how the cup handle is transparent when using the MSVG renderer (internal to ImageMagick) verses ...
identify -verbose 069415A1.jpg
and put it into clip.svg. Next type
display clip.svg msvg:clip.svg
notice how the cup handle is transparent when using the MSVG renderer (internal to ImageMagick) verses ...
- 2010-07-26T03:26:31-07:00
- Forum: Bugs
- Topic: Possible bug: partial clipping-path on jpg & tiff
- Replies: 24
- Views: 46127
Re: Possible bug: partial clipping-path on jpg & tiff
Ahh, hello people with my problem :-)
I might be able to narrow down this problem a bit. Check this out:
http://test.brandhouse.com/convert/clipping_path/clipping_path_bug.png
Notice the difference in versions (6.5.7 vs 6.2.4).
In the four examples, the "current server" fails in example #1 and ...
I might be able to narrow down this problem a bit. Check this out:
http://test.brandhouse.com/convert/clipping_path/clipping_path_bug.png
Notice the difference in versions (6.5.7 vs 6.2.4).
In the four examples, the "current server" fails in example #1 and ...
- 2009-09-16T13:49:24-07:00
- Forum: Users
- Topic: Converting PDF with CMYK image causes GS to use 100% CPU
- Replies: 4
- Views: 10422
Re: Converting PDF with CMYK image causes GS to use 100% CPU
both your IM and your ghostscript are very very old. IM is at 6.5.6-1 (thats 320 versions past your 6.2.4) and Ghostscript is at 8.5.4. I suspect one or the other has a bug with respect to what you are trying to do. The best thing would be to upgrade.
Ahaa. Well, I did that, but was using an old ...
Ahaa. Well, I did that, but was using an old ...
- 2009-09-16T03:54:49-07:00
- Forum: Users
- Topic: Converting PDF with CMYK image causes GS to use 100% CPU
- Replies: 4
- Views: 10422
Re: Converting PDF with CMYK image causes GS to use 100% CPU
Maybe this should be posted under "Bugs"?
- 2009-09-16T03:15:25-07:00
- Forum: Users
- Topic: Converting PDF with CMYK image causes GS to use 100% CPU
- Replies: 4
- Views: 10422
Converting PDF with CMYK image causes GS to use 100% CPU
I have a PDF with a CMYK image as background:
http://brandhouse.com/prince/test_cmyk_image.pdf
The PDF is created with Prince.
If I try to convert this to a JPG:
convert test_cmyk_image.pdf output.jpg
- the GhostScript process "gs" hangs with 100% CPU usage and never completes.
If I ...
http://brandhouse.com/prince/test_cmyk_image.pdf
The PDF is created with Prince.
If I try to convert this to a JPG:
convert test_cmyk_image.pdf output.jpg
- the GhostScript process "gs" hangs with 100% CPU usage and never completes.
If I ...