imagick
No formats supported in PHP/ImageMagik/imagick
I\'ve installed pecl-imagick from FreeBSD ports and it can\'t do a thing with images. phpinfo() reports this:[详细]
2023-03-17 11:20 分类:问答How do I set a font in Imagick PHP?
I can\'t seem to get Imagick::setFont to work in php.Taking the example straight from the man page: /* Create new imagick开发者_高级运维 object */[详细]
2023-03-14 16:02 分类:问答Imagick roundCorners makes image half-transparant
I\'m in the process of writing an image script for a website I\'m making, and for one of the image modes I need to both crop the image and make round corners for it. This is the code I\'m using now:[详细]
2023-03-13 10:31 分类:问答PHP imagick not working for a certain photo
There is a large .jpeg photo that one of 开发者_StackOverflowthe users on my site is unable to upload.[详细]
2023-03-12 19:12 分类:问答Install ImageMagick for XAMPP on Mac
I\'m using xampp to do some localhost tests of my PHP projects, but just realized that I\'m missing the Imagick package. I\'ve searched around and cannot find a set of instructions (dumbed down to my[详细]
2023-03-10 01:51 分类:问答php Imagemagick jpg black background
I have a php script to create jpg thumbnail of pdf as follows; <?php $file =\"test.pdf\"; $im = new imagick(realpath($file).\'[0]\');[详细]
2023-03-08 06:02 分类:问答'ImagickException' with message 'unable to open file
\'ImagickException\' with message \'unable to open file /data/web/myweb.com/sub/7/file:/data/web/myweb.com/sub/7/sites/default/files/logo.png\'[详细]
2023-03-04 15:41 分类:问答Issues porting PHP/GD wrapper to Imagick
I\'ve recently discovered that Imagick can support color profiles and thus produce images of better quality compared to GD (see this question / answer for more details), so I\'m trying to port my GD w[详细]
2023-03-01 20:29 分类:问答How can I wrap text using Imagick in PHP so that it is drawn as multiline text?
The Imagick library in PHP allows you to draw text on top of an ima开发者_运维百科ge. How can I tell Imagick to wrap the text based upon some bounded text box, so that the words appear as multiline t[详细]
2023-02-27 10:17 分类:问答Image Magick, installed, loaded, error opening files php
Using php 5.3 on windows 2008 in IIS 7. I\'ve installed NTS image magick and add php_imagick.dll t开发者_开发知识库o the php extensions directory and included it in php.ini . Restarted the machine an[详细]
2023-02-27 01:10 分类:问答