Search found 3 matches

by patrickr
2014-12-22T18:50:33-07:00
Forum: Users
Topic: Disk Limit in policy.xml Ignored
Replies: 0
Views: 5156

Disk Limit in policy.xml Ignored

Hi I'm trying to prevent all my Imagemagick scripts from creating giant /tmp/magick-* files so I tried adding a disk resource limit to /usr/local/etc/ImageMagick-6/policy.xml All I changed from the original file was '<policy domain="resource" name="disk" value="500MB"/>...
by patrickr
2013-11-04T08:53:33-07:00
Forum: IMagick
Topic: setImageProperty Not Working After stripImage
Replies: 0
Views: 5555

setImageProperty Not Working After stripImage

Hi I'm using PHP Imagick 3.0.1 with ImageMagick 6.7.6-8. When I try to add metadata to a png using the following code, my property is missing when I re-open it and call getImageProperties(). # read an image into $image... $image->setImageProperty('test:x', '123'); $image->setImageFormat('png24'); $i...
by patrickr
2011-10-10T09:15:21-07:00
Forum: Users
Topic: Tile PNG, Adjoin into PDF - Offset Problem
Replies: 2
Views: 9228

Tile PNG, Adjoin into PDF - Offset Problem

Hello Can anyone explain how to fix the following problem? I split an image into tiles using: convert x.png -crop 750x1000 'tiles-%d' Then I make a pdf where each tile gets a whole page: convert -adjoin "'tiles-0' 'tiles-1' ..." -units PixelsPerInch -density 100 'pdf:p' If I use jpgs inste...