Skip to content

Commit 1eb8e29

Browse files
authored
Update README.md
1 parent a66cd03 commit 1eb8e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Here is a comparison code between NumSharp and NumPy (left is python, right is C
2323
* Full and precise (to numpy) automatic type resolving and conversion (upcasting, downcasting and other cases)
2424
* Non-copy - most cases, similarly to numpy, does not perform copying but returns a view instead.
2525
* Almost non-effort copy-pasting numpy code from python to C#.
26+
* Wide support for `System.Drawing.Bitmap`. ([read more](https://github.com/SciSharp/NumSharp/wiki/Bitmap-Externsions))
2627

2728
### Implemented APIs
2829
The NumPy class is a high-level abstraction of NDArray that allows NumSharp to be used in the same way as Python's NumPy, minimizing API differences caused by programming language features, allowing .NET developers to maximize Utilize a wide range of NumPy code resources to seamlessly translate python code into .NET code.

0 commit comments

Comments
 (0)