Search found 2 matches
- 2011-10-09T11:58:02-07:00
- Forum: PerlMagick
- Topic: BlobToImage can not produce image from Oracle DB - help
- Replies: 2
- Views: 15488
Re: BlobToImage can not produce image from Oracle DB - help
Just write out the blob. See what it looks like. Maybe your blob is in some different format, and this is why it's failing?
- 2011-10-09T11:51:52-07:00
- Forum: PerlMagick
- Topic: SegFault in "Features" method
- Replies: 0
- Views: 9610
SegFault in "Features" method
I'd like to try out the "Features" method in PerlMagick. But I get a segfault when I call it. I've built the latest ImageMagick package from source and installed it (this is on an x86_64 Ubuntu 10.04). Here's a snippet of code: $image->BlobToImage($buffer); my($width, $height, $format) = $image->Get ...