Hong Minhee (洪 民憙)

Results 191 comments of Hong Minhee (洪 民憙)

I gave up, it wouldn’t be achieved soon.

Although I think facial detection is closer to computer vision than image processing, it would be great if Wand provides it. I will look into this later.

Thanks for your efforts. The most things are fine, but… - Why is `color_func` optional? (It even does nothing when `color_func` is `None`.) - `**kwargs` seem unnecessary. You can bind...

Adjustments are find! Could you write some docstring for this method?

It takes very long time for me… how can we improve its performance?

We will go to [CFFI](https://bitbucket.org/cffi/cffi) from `ctypes`, and then this part could be written in C.

It’s really a brilliant idea for me, though it seems hard to be completely implemented, because there are still a lot of lacking features for Wand when it compares to...

I think it would be released in 0.4.0 if we start working on this.

It could consist of two primitives and rest facades: 1. Parser which takes an iterable of strings. (We don’t have to write a lexer for it by ourselves because [`shlex`](http://docs.python.org/2.7/library/shlex.html)...