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?".
Under PHP, you will need to either have a command output to stdout at the right place (tricky), or convert the image into a 'blob' and print that at the right point.
anthony wrote:
Under PHP, you will need to either have a command output to stdout at the right place (tricky), or convert the image into a 'blob' and print that at the right point.
is there for one of the both methodes a demo avaiable (php 4.4.2) ???
or is creating a temp file and unlink it inmediately the better way?