Hi!
I'm not sure where to post this because pythonmagick does not contain any information where to best send feature requests. I hope I'm right here.
Pythonmagick provides no way to call the Image::strip() method. I have written a patch to make this method available. Could this patch be included ...
Search found 4 matches
- 2012-09-19T04:55:03-07:00
- Forum: Developers
- Topic: pythonmagick: Image::strip
- Replies: 1
- Views: 4577
- 2012-08-26T02:22:15-07:00
- Forum: Magick++
- Topic: call to InitializeMagick required on Linux?
- Replies: 4
- Views: 15936
- 2012-08-25T14:10:36-07:00
- Forum: Magick++
- Topic: call to InitializeMagick required on Linux?
- Replies: 4
- Views: 15936
Re: call to InitializeMagick required on Linux?
I face this problem with the imagemagick packages in version 6.7.7.10-3, which will end up in the next stable debian release. It does not occur with every PNG, but only some. I can only reproduce this bug on two machines with x86 userland and which have at most two cores, but not within x86_64 ...
- 2012-08-25T00:55:35-07:00
- Forum: Magick++
- Topic: call to InitializeMagick required on Linux?
- Replies: 4
- Views: 15936
call to InitializeMagick required on Linux?
I'm using current Debian wheezy with the Debian ImageMagick packages.
A simple test program fails on a particular image with
magick/cache-view.c:477: GetCacheViewAuthenticPixels: Assertion `id < (int) cache_view->number_threads' failed.
if I do not call the InitializeMagick function. Otherwise ...
A simple test program fails on a particular image with
magick/cache-view.c:477: GetCacheViewAuthenticPixels: Assertion `id < (int) cache_view->number_threads' failed.
if I do not call the InitializeMagick function. Otherwise ...