Search found 2 matches
- 2019-10-18T09:06:21-07:00
- Forum: Developers
- Topic: AWS Lambda with IM7
- Replies: 2
- Views: 188297
Re: AWS Lambda with IM7
Thanks for the link ! I'm trying to implement the distribute cache, but I got an error and I don't really know how to fix it : convert: DistributedPixelCache '52.208.221.223' @ error/distribute-cache.c/ConnectPixelCacheServer/243. convert: cache resources exhausted `/tmp/1571390578996/1571390578996 ...
- 2019-10-18T01:48:16-07:00
- Forum: Developers
- Topic: AWS Lambda with IM7
- Replies: 2
- Views: 188297
AWS Lambda with IM7
Hi, I am using ImageMagick in a AWS Lambda to crop png to tiles with that command: /opt/bin/magick convert /tmp/1571383180912/1571383180912_300dpi.png -monitor -crop 512x512 -set filename:tile %[fx:page.x/512]_%[fx:page.y/512] +repage +adjoin "/tmp/1571383180912/1571383180912_300dpi/tile-300 ...