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?".
I'm trying to create/aulter an image in PHP and have it appear on the screen without creating a file on my server. ATM i can use a commandline string to produce an png file so i know imagemagick is working and that somthing can be produced.
My code for this is: