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"/>'.
But 'identify -list ...
Search found 3 matches
- 2014-12-22T18:50:33-07:00
- Forum: Users
- Topic: Disk Limit in policy.xml Ignored
- Replies: 0
- Views: 5848
- 2013-11-04T08:53:33-07:00
- Forum: IMagick
- Topic: setImageProperty Not Working After stripImage
- Replies: 0
- Views: 7191
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'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 ...
- 2011-10-10T09:15:21-07:00
- Forum: Users
- Topic: Tile PNG, Adjoin into PDF - Offset Problem
- Replies: 2
- Views: 9738
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 instead ...
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 instead ...