Skip to content

Commit cbd25a7

Browse files
committed
update readme with libaom information and new release
1 parent 0f2eb54 commit cbd25a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Previously, some custom docker images were needed to build this layer. AWS has s
6161
## Background
6262
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.
6363

64-
6564
### Layer contents
6665
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.
6766

@@ -77,7 +76,7 @@ The following table lists the release version of this repo together with the ver
7776
| 3.2.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.3.2 | 1.0.12 | - | | 16 |
7877
| 4.1.0 | 0.33.3 | 8.15.2 | 1.17.6 | 1.4.0 | 1.0.15 | 3.6 | | 20 |
7978
| 4.1.3 | 0.33.3 | 8.15.2 | 1.17.6 | 1.4.0 | 1.0.15 | 3.6 | | 20 |
80-
| main | 0.33.5 | 8.15.3 | 1.18.2 | 1.4.0 | 1.0.15 | 3.6 | 3.9.1 | 20 |
79+
| 4.2.0 | 0.33.5 | 8.15.3 | 1.18.2 | 1.4.0 | 1.0.15 | 3.6 | 3.9.1 | 20 |
8180

8281
### CompatibleRuntimes
8382
- `nodejs12.x` (v1.x)
@@ -96,6 +95,7 @@ You can also use the Sponsor button on the right if you'd like.
9695
- libwebp is Copyright Google Inc. See https://github.com/webmproject/libwebp/blob/master/COPYING for details.
9796
- 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.
9897
- 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
9999
- The remainder of the code in this repository is licensed under the MIT License. See [LICENSE](LICENSE) for details.
100100

101101
## Related Resources
@@ -107,3 +107,4 @@ Visit [sharp.pixelplumbing.com](https://sharp.pixelplumbing.com/) for complete i
107107
- [libde265](https://github.com/strukturag/libde265)
108108
- [libwebp](https://github.com/webmproject/libwebp)
109109
- [libvips](https://github.com/libvips/libvips)
110+
- [libaom](https://aomedia.googlesource.com/aom/)

0 commit comments

Comments
 (0)