imagemagick-aws-lambda-2 icon indicating copy to clipboard operation
imagemagick-aws-lambda-2 copied to clipboard

ImageMagick for AWS Lambda 2 runtimes

Results 27 imagemagick-aws-lambda-2 issues
Sort by recently updated
recently updated
newest added

I think that it may be useful to achieve freetype engine support when dealing with fonts in images. It is worthy since the library compile statically easily as libpng and...

A little change just to be able to list this layer in the compatible list of Java 11 lambda: ![image](https://user-images.githubusercontent.com/291015/104461448-1b7fa800-558e-11eb-9335-f4268cd2a2bd.png)

I tried this in my app but the size of the function was exceeding 262MB limit. So I dug deeper into the Makefile to see what all it includes in...

I'm using the example function for resizing and used SNS topic event notification as I already have another function. I'm facing this issue { "errorType": "TypeError", "errorMessage": "Cannot read property...

Similar to #11 and #23, I have been trying to add AVIF support to no avail. In addition to _libheif_, apparently it requires _libaom_, but I am not able to...

Hi, thanks for sharing this. I am looking for adding jxrlib to the layer as I need to convert jxr to jpg but I am very new to layer and...

hi, Im not sure where this could go within the existing documentation, so I thought I could just quickly dump it into an issue (feel free to close it) I...

This enables running: `make all IMAGEMAGICK_VERSION=7.0.9-20` We conditionally pass parameters like `IMAGEMAGICK_VERSION=7.0.9-20` when invoking `make` inside Docker. The `DOCKER_MAKE_PARAMS` contains conditions to only have the parameters that are not empty....

If the `curl` fails to download any of the source files, fail the whole build job.