Code: Select all
MagickBooleanType status = ConvertImageCommand(image_info, args_count, args, NULL, exception);
I am trying to avoid writing the output to disk via the command and then re-reading the output file into the application.
There are vague reference in some other posts concerning blobs, file descriptors, stdin/stdout and streams but I have been unable to locate a specific technique with examples.
Thanks.