Console: Passing input parameter directly to ImageMagick
Posted: 2008-02-26T07:05:45-07:00
You can pipe the result of an ImageMagick Image-Manipulation back to your program.
That's fine - because I don't need to specify an output-File.
Now I also want to pass / pipe the raw Image-Data as an Input parameter.
I want that because of the fact that I am fetching the raw data directly via php from an mysql-database.
I don't want to handle with temporary files - to avoid that I need to pass the imagedata-String directly to ImageMagick.
Is that possible - or do I need to save the data into an external temporarily file before?
Thank you very much for your help!
With best regards!
Innocentus
That's fine - because I don't need to specify an output-File.
Now I also want to pass / pipe the raw Image-Data as an Input parameter.
I want that because of the fact that I am fetching the raw data directly via php from an mysql-database.
I don't want to handle with temporary files - to avoid that I need to pass the imagedata-String directly to ImageMagick.
Is that possible - or do I need to save the data into an external temporarily file before?
Thank you very much for your help!
With best regards!
Innocentus