Search found 2 matches

by SM75
2011-05-16T09:03:50-07:00
Forum: MagickWand
Topic: Catch image's binaries
Replies: 2
Views: 13366

Re: Catch image's binaries

Hi, Thank you for your quick response (unlike mine). I'm trying to use this method, here is my approach: wand = NewMagickWand(); MagickConstitueImage(wand, ...); MagickSetImageFormat(wand, png) <---- I tried MagickSetFormat(). MagickSetDepth(...) <---- I tried without MagickGetImageBlob(wand,&le...
by SM75
2011-04-25T08:52:11-07:00
Forum: MagickWand
Topic: Catch image's binaries
Replies: 2
Views: 13366

Catch image's binaries

Hi,

I'm using the MagickWriteImage() method to create my own images. But I want to save them in a DataBase. That's why I'm trying but without success to find a way to catch the string used, i guess by a fwrite(), to create an image (without actually creates it). Is there a method to do this?

Thanks