Image.read
- void read(string filename)
- void read(string filename, Geometry size)
- void read(void[] blob)
- void read(void[] blob, Geometry size)
- void read(void[] blob, Geometry size, size_t depth)
- void read(void[] blob, Geometry size, size_t depth, string magick)
- void read(void[] blob, Geometry size, string magick)
- void read(size_t width, size_t height, string map, T[] pixels)
dmagickImageImage
aliasesconstructorsfunctionsstatic functionsvariables
Read an Image by reading from the file or URL specified by filename.