blob_info->data=(unsigned char *) blob;
blob_info->mapped=MagickFalse;
}
-
-
+\f
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
%
% A description of each parameter follows:
%
-% o custom_stream: your custom stream.
+% o custom_stream: the custom stream info.
%
-% o void: your data.
+% o data: an object containing information about the custom stream.
%
*/
MagickExport void SetCustomStreamData(CustomStreamInfo *custom_stream,
%
% A description of each parameter follows:
%
-% o custom_stream: your custom stream.
+% o custom_stream: the custom stream info.
%
-% o reader: your custom stream reader.
+% o reader: a function to read from the stream.
%
*/
MagickExport void SetCustomStreamReader(CustomStreamInfo *custom_stream,
%
% A description of each parameter follows:
%
-% o custom_stream: your custom stream.
+% o custom_stream: the custom stream info.
%
-% o seeker: your custom stream seeker.
+% o seeker: a function to seek in the custom stream.
%
*/
MagickExport void SetCustomStreamSeeker(CustomStreamInfo *custom_stream,
%
% A description of each parameter follows:
%
-% o custom_stream: your custom stream.
+% o custom_stream: the custom stream info.
%
-% o teller: your custom stream teller.
+% o teller: a function to set the position in the stream.
%
*/
MagickExport void SetCustomStreamTeller(CustomStreamInfo *custom_stream,
%
% A description of each parameter follows:
%
-% o custom_stream: your custom stream.
+% o custom_stream: the custom stream info.
%
-% o writer: your custom stream writer.
+% o writer: a function to write to the custom stream.
%
*/
MagickExport void SetCustomStreamWriter(CustomStreamInfo *custom_stream,