Komačka Juraj

Results 10 comments of Komačka Juraj

@olt Any chance of this being merged? Would be super-useful for me.

Nice move forward! What version of GM do you intend to link against in manylinux? Will it be bundled in the wheel?

[Here](https://github.com/python-pillow/Pillow/blob/master/src/PIL/ImageShow.py) is how Pillow does it. It seems easily portable (maybe just slight changes in Viewer base class will be required), but the question is - shall we? We would...

Hi, thank you for the report. Looks like the compiled module has bad linkage. Have you installed it from PyPi (using pip) or compiled from source? Could you post pip's...

@ThimoNeubauer Thank you for reporting. Linking with Boost Python for python3 is always a tricky one. I currently have no access to MacOS machine, so I cannot reproduce, moreover the...

Related to #9 - installation speed will improve (and no compiler and development libraries are needed) after providing a wheel.

Hi, other libraries use either pure C API (PIL, OpenCV) and release GIL manually, SWIG with --thread or ctypes (WandImage) where GIL is autoreleased. I believe there is a way...

Hi, the aforementioned approach worked quite fine, with [this WIP changeset](https://github.com/hhatto/pgmagick/compare/master...komackaj:release_GIL) the results of test case on image 5184x3456 are ```bash # python3 setup.py build # PYTHONPATH=build/lib.linux-x86_64-3.5/ python3 test/gil.py /tmp/test_image.jpg...

@hhatto Hi, could you have a look at this so we could move this forward?

Can be still replicated in Django 1.6.1?