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