Conversation
|
@dahlia is imagemagick thread safe? If so, I can make a parrel version to do this to faster. |
|
Thanks for your efforts. The most things are fine, but…
On Mac at least it’s not thread safe. |
wand/image.py
Outdated
There was a problem hiding this comment.
I think we don’t need to check not color_func. ;-)
|
Adjustments are find! Could you write some docstring for this method? |
|
😰 |
|
It takes very long time for me… how can we improve its performance? |
|
en... better but not enough, I am working on a c version 😟 |
|
@dahlia I have test the c version, only about 2 seconds to dispose of 2102x2102 jpg using this code: full code https://github.com/beartung/pop_art_wand/blob/master/pop_art.c I will try this method in python later... |
|
We will go to CFFI from |
I want to make a pop art photo with wand, but not found any function to manipulate pixels.
The example is here: https://github.com/beartung/pop_art_wand
looks like this: