Search found 5 matches
- 2019-08-14T05:50:52-07:00
- Forum: Users
- Topic: SVG and clipping path
- Replies: 10
- Views: 17599
Re: SVG and clipping path
My issue seems to be related to this issue: https://gitlab.com/inkscape/inkscape/issues/294. I'll do some further investigation.
- 2019-08-14T04:44:33-07:00
- Forum: Users
- Topic: SVG and clipping path
- Replies: 10
- Views: 17599
Re: SVG and clipping path
Thank you very much both!
try
convert -verbose testimage.svg test.png
But if
convert testimage.svg test.png
aborts, then it would seem that something is wrong with your ImageMagick version install.
What do you get from
convert -version
If that works, then what do you get for the ...
try
convert -verbose testimage.svg test.png
But if
convert testimage.svg test.png
aborts, then it would seem that something is wrong with your ImageMagick version install.
What do you get from
convert -version
If that works, then what do you get for the ...
- 2019-08-13T11:22:17-07:00
- Forum: Users
- Topic: SVG and clipping path
- Replies: 10
- Views: 17599
Re: SVG and clipping path
Sorry, I am not an expert no Imagick. But if you install Inkscape on the system, then ImageMagick will use it automatically, if it can find Inkscape. The only way to know which renderer is likely to use -verbose in the command line. So use PHP exec() with the command line convert to process your ...
- 2019-08-13T10:41:46-07:00
- Forum: Users
- Topic: SVG and clipping path
- Replies: 10
- Views: 17599
Re: SVG and clipping path
Thanks for the very quick response, how can I check from PHP wich renderer I'm using? And even better how can I cange which one is being used.
By the way in addition this is the code I use in PHP to create the jpg.
$image = new Imagick();
$image->readImage(storage_path('Geboortekaartje-Octo-1 ...
By the way in addition this is the code I use in PHP to create the jpg.
$image = new Imagick();
$image->readImage(storage_path('Geboortekaartje-Octo-1 ...
- 2019-08-13T10:27:15-07:00
- Forum: Users
- Topic: SVG and clipping path
- Replies: 10
- Views: 17599
SVG and clipping path
Hello,
I'm facing trouble with the php imagick conversion of an svg to png. The clippingmask deletes the image completely and replaces it with a black color. When I try the same conversion in say inkscape it works just fine, anybody can help me with this?
https://snapr.pw/i/0385cec65c.png
SVG ...
I'm facing trouble with the php imagick conversion of an svg to png. The clippingmask deletes the image completely and replaces it with a black color. When I try the same conversion in say inkscape it works just fine, anybody can help me with this?
https://snapr.pw/i/0385cec65c.png
SVG ...