Search found 2 matches
- 2016-12-23T01:58:43-07:00
- Forum: IMagick
- Topic: Svg fonts deformation on convert with high resolution
- Replies: 1
- Views: 14235
Re: Svg fonts deformation on convert with high resolution
Hello, After many hours of test, I've simply tried on another machine. Apparently, this seems to come from the imagick version available on debian. I can't install better version than 3.2.0RC1 on my debian machine, but when I tried to execute my script on ubuntu machine with imagick 3.4.3, all work ...
- 2016-12-06T08:38:13-07:00
- Forum: IMagick
- Topic: Svg fonts deformation on convert with high resolution
- Replies: 1
- Views: 14235
Svg fonts deformation on convert with high resolution
Hello, I want to convert some svg with text content to png32 image with many fonts using php and Imagick. Actually, I'm successing to get png image with all my text at good place and with right font each times. My problem come when I want to increase resolution of Imagick image with setResolution ...