rust-cv / ndarray-image

Allows conversion between ndarray's types and image's types
MIT License
13 stars 5 forks source link

fix deprecation errors; gitignore files for ctags #3

Closed breezykermo closed 3 years ago

breezykermo commented 3 years ago

Very basic fixes from to_luma to to_luma8, to_rgb to to_rgb8, and so on.

I've also gitignored the files that ctags generates. Happy to remove these from the PR if you would prefer.

vadixidav commented 3 years ago

Adding things to the .gitignore is always a :+1: for me. I will add comment sections to tell ignores apart.

I will just also add that I do recommend using nshare instead of this crate (its a crate that works with nalgebra, ndarray, and image). PRs are still welcome here though, and I am hoping to revitalize this crate with some more specific functionality in the future.