Working with databases

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
imagetester

Working with databases

Post by imagetester »

I was guided to ImageMagick through the DB2 UBD which listed ImageMagick as an extender.
I'd like to know how to link it with the DB2 with imagemagick, in other words i want to put images on DB2 and to manipulate them using the Magick++ library, is it possible ?
Any interesting tutorial?!

Is it called BLOB?
I'm able to read images from a directory like image.read("c:\...") but i wanna read a record from the DB2 containing the image.

Thanks in advance,
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Working with databases

Post by anthony »

A Blob is just a normal Image File format that was saved into an in memory string rather than to a file. Perfect for saving onto databases, or outputing from a image generating web script.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply