ImageSharp
ImageSharp copied to clipboard
Fix Image.Identify/IdentifyAsync byte array/file overloads still referring to a stream argument in documentation
Prerequisites
- [x] I have written a descriptive pull-request title
- [x] I have verified that there are no overlapping pull-requests open
- [x] I have verified that I am following the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules :cop:.
- [ ] I have provided test coverage for my change (where applicable)
Description
The Image.Identify/IdentifyAsync overloads that took byte arrays or file paths as the input argument still referred to them as a stream in their documentation
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Replaced by #2317 as the APIs are being refactored. @UnknownShadow200 thanks for your help here!