mikera / imagez

Image processing library for Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

core.matrix

malloc82 opened this issue · comments

Just wondering is there plan to incorporate core.matrix into imagez library, i.e. support input / output type as matrix type? Or will pull request for the sort of patches will be accepted?

I was thinking about the same actually, giving it native support 😄

I had a play around with this here:

https://github.com/clojure-numerics/image-matrix

PRs / issues on image-matrix welcome. I don't want imagez to have a dependency on core.matrix or vice versa, but this repo could have both.