Page 1 of 1

Re: Runtime error - problem with blob

Posted: 2007-03-19T06:48:04-07:00
by magick
You did not declare what image format to write. Add this line to your program to fix the problem:
  • compositeImage->magick("jpg");