You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ Previously, some custom docker images were needed to build this layer. AWS has s
61
61
## Background
62
62
This repo exists as it is rather painful to compile all libraries required to get sharp to work with HEIC/HEIF files in an AWS Lambda environment. The sharp repository has several [issues](https://github.com/lovell/sharp/issues) related to this.
63
63
64
-
65
64
### Layer contents
66
65
This lambda layer contains the node module [sharp](https://github.com/lovell/sharp). But unlike a normal installation via `npm i sharp` this layer does not use the prebuilt sharp and libvips binaries. This layer compiles libwebp, libde265, libheif, libvips, and sharp from source in order to provide HEIC/HEIF (and webp) functionality in an AWS Lambda environment.
67
66
@@ -77,7 +76,7 @@ The following table lists the release version of this repo together with the ver
@@ -96,6 +95,7 @@ You can also use the Sponsor button on the right if you'd like.
96
95
- libwebp is Copyright Google Inc. See https://github.com/webmproject/libwebp/blob/master/COPYING for details.
97
96
- sharp is licensed under the Apache License, Version 2.0. Copyright Lovell Fuller and contributors. See https://github.com/lovell/sharp/blob/master/LICENSE for details.
98
97
- libvips is licensed under the LGPL 2.1+. See https://github.com/libvips/libvips/blob/master/COPYING for details.
98
+
- libaom is subject to the terms of the BSD 2 Clause License and the Alliance for Open Media Patent License 1.0. See https://aomedia.googlesource.com/aom/#license-header
99
99
- The remainder of the code in this repository is licensed under the MIT License. See [LICENSE](LICENSE) for details.
100
100
101
101
## Related Resources
@@ -107,3 +107,4 @@ Visit [sharp.pixelplumbing.com](https://sharp.pixelplumbing.com/) for complete i
0 commit comments