I have tried over and over to passthru a image changed by image magick but its just not working.. I keep getting a error
mogrify: Missing an image file name. within my apache logs..
mogrify -blur -1 swoop.png works on the command line
passthru("mogrify -blur -1 swoop.png"); works but it changes the gif, not displays it
passthru("mogrify -blur -1 swoop.png PNG:-"); gives me the above error.. PNG:- should push it to STDOUT from what I have read in other places..