Using ImageMagick StdIn & Stdout
Posted: 2009-01-04T12:37:06-07:00
Hello,
Sorry about my grammar, English isn't my tang.
I am tring to create images on the file on my ASP dynamic website.
This is the source code:
I get some data from the server, but it's not an image.
Any one have idea?
Thank you.
Sorry about my grammar, English isn't my tang.
I am tring to create images on the file on my ASP dynamic website.
This is the source code:
Code: Select all
<%
set x=createobject ("wscript.shell")
set a=x.exec("C:\CANDELETE\VisualMagick\bin\convert.exe logo: -")
response.contentType="image/GIF"
response.write binaryWrite a.stdOut.readall
%>
Any one have idea?
Thank you.