Search found 3 matches

by jchimene
2011-10-11T22:28:02-07:00
Forum: PerlMagick
Topic: ImageMagick on Rackspace
Replies: 1
Views: 11417

Re: ImageMagick on Rackspace

Never mind. I know what the problem is. I'm guessing that there was a bug (since corrected) that exists on the version installed by RS. The bug was that the file type was used to decide the coder, rather than the image contents. I'm trying to write a file named xxx.BIN, so the chosen coder is "...
by jchimene
2011-10-11T21:59:21-07:00
Forum: PerlMagick
Topic: BlobToImage can not produce image from Oracle DB - help
Replies: 2
Views: 14433

Re: BlobToImage can not produce image from Oracle DB - help

I've been doing this from MySQL, but the principal is the same. I use $dbh->selectall_arrayref(), but the end result should be the same Couple questions: 1) Shouldn't you be calling new() for each image? 2) You're not checking the result of the Write. There may be a return result that will provide A...
by jchimene
2011-10-11T21:47:32-07:00
Forum: PerlMagick
Topic: ImageMagick on Rackspace
Replies: 1
Views: 11417

ImageMagick on Rackspace

Hi: I'm trying to debug an IM installation issue on Rackspace Client sites. After a call to image->Write() I get the following error Exception 395: unable to open module file `/usr/lib64/ImageMagick-6.2.8/modules-Q16/coders/bin.la' I believe that Rackspace has not installed IM correctly. This code w...