fish2000 / instakit

Image processors and filters for use with ImageKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

processors.curves.Channel.asarray() takes a `dtype` kwarg but doesn't do anything with it

fish2000 opened this issue · comments

https://github.com/fish2000/django-instakit/blob/master/django_instakit/processors/curves.py#L33

(can't just fix w/o investigating whether or not the inadvertently loosely-typed array is making the whole thing work, hence this bug report)

Addressed this issue in 0513f07 and sticking a fork in it