I am developing a desktop based php
application where I need to print the image of a person in Floyd-Steinberg
format. I capture the image in RGB format and convert the image to Floyd-Steinberg
dithering image. I am using the ImageMagick to convert the RGB image to dithering image where I pass the commands in my windows cmd prompt so the image is converted and saved. I want to execute that command in my main application so when I click the image and give the print given command should automatically take that image from database and convert that image and it should be printed in a dithering format .I am using the javascript
to pass all these data to print the data through zebra printer.Normally I tried to convert the image to dithering image but I am not able to convert the image to grf
image(NOTE: There should not display any prompt while printing the image when I click the print button).
So is there any method that I can embed the ImageMagick application into my application and pass the command to print the image