How to load a file which has already in memory?
Posted: 2007-01-07T19:35:06-07:00
For files which are already loaded in memory, how could I read it? In MagickCore APIs, I could only find the function ReadImage() which basically accept a file pointer or a file name, is there any read function which accepts a buffer or something?