Skip to content

Commit

Permalink
Add note in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Philio committed Jul 6, 2024
1 parent e8b09d8 commit cc7a4d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Package imaging provides basic image processing functions (resize, rotate, crop,
All the image processing functions provided by the package accept any image type that implements `image.Image` interface
as an input, and return a new image of `*image.NRGBA` type (32bit RGBA colors, non-premultiplied alpha).

_**This is a fork of the original project with dependency updates and CVE-2023-36308 fixed._**

## Installation

go get -u github.com/boxes-ltd/imaging
Expand Down

0 comments on commit cc7a4d4

Please sign in to comment.