Search found 3 matches
- 2015-05-04T11:10:01-07:00
- Forum: Bugs
- Topic: Segmentation fault in Annotate function
- Replies: 7
- Views: 8363
Re: Segmentation fault in Annotate function
Ah, thanks for pointing me there. Indeed, would be great to find a solution (except for keeping the old version installed ).
- 2015-05-04T00:08:49-07:00
- Forum: Bugs
- Topic: Segmentation fault in Annotate function
- Replies: 7
- Views: 8363
Re: Segmentation fault in Annotate function
Well, that's great. But debian doesn't have any newer version than this 6.8.9.9. I'd like to know how I can find out what's wrong on my system/installation that the 'annotate' function stopped working. I'm sure there's some other program or library that conflicts with the annotate function in ...
- 2014-12-29T01:58:48-07:00
- Forum: Bugs
- Topic: Segmentation fault in Annotate function
- Replies: 7
- Views: 8363
Segmentation fault in Annotate function
I use imagemagick (perl module) in debian, and 8:6.7.7.10+dfsg-5 is the latest working version for me. Every version thereafter crashes when calling the annotate function: $ perl -e 'use Image::Magick; my $image = new Image::Magick(); $image->Set(size=>"100x100"); $image->ReadImage("canvas:white ...