image_slicer
image_slicer copied to clipboard
Is there a way to slice already loaded numpy image array?
Instead of reading from a file like image_slicer.slice('cake.jpg', 4)
can we slice from numpy image array?
Instead of reading from a file like
image_slicer.slice('cake.jpg', 4)
can we slice from numpy image array?
Would you be willing to accept a pull request? It seems simple enough.
Hi @jasoriya
Absolutely - pull request would be welcome!
#22