Javan Lu
2014-07-29 08:31:28 UTC
Hi Luis,
I need to read file from an in-memory blob, and there is a method named
'imread_from_blob' in the source code.
def imread_from_blob(blob, formatstr, as_grey=False, return_metadata=False):
'''
imdata = imread_from_blob(blob, formatstr, as_grey=False,
return_metadata={True})
imdata,metadata = imread_from_blob(blob, formatstr, as_grey={False},
return_metadata=True)
Read an image into a ndarray from an in-memory blob.
But this method was not memtioned in the API document.
Can I use this method to read file from an in-memory blob?
I need to read file from an in-memory blob, and there is a method named
'imread_from_blob' in the source code.
def imread_from_blob(blob, formatstr, as_grey=False, return_metadata=False):
'''
imdata = imread_from_blob(blob, formatstr, as_grey=False,
return_metadata={True})
imdata,metadata = imread_from_blob(blob, formatstr, as_grey={False},
return_metadata=True)
Read an image into a ndarray from an in-memory blob.
But this method was not memtioned in the API document.
Can I use this method to read file from an in-memory blob?
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.