- im_ubyte_16_mono
auto im_ubyte_16_mono()
Undocumented in source. Be warned that the author may not have intended to support it.
- im_ubyte_16_rgb
auto im_ubyte_16_rgb()
Undocumented in source. Be warned that the author may not have intended to support it.
- im_ubyte_16_rgba
auto im_ubyte_16_rgba()
Undocumented in source. Be warned that the author may not have intended to support it.
- im_ubyte_8_mono
auto im_ubyte_8_mono()
Undocumented in source. Be warned that the author may not have intended to support it.
- im_ubyte_8_rgb
auto im_ubyte_8_rgb()
Undocumented in source. Be warned that the author may not have intended to support it.
- im_ubyte_8_rgba
auto im_ubyte_8_rgba()
Undocumented in source. Be warned that the author may not have intended to support it.
- imread
Image imread(string path, ReadParams params)
Read image from the file system.
- imwrite
bool imwrite(string path, size_t width, size_t height, ImageFormat format, BitDepth depth, ubyte[] data)
Write image to the given path on the filesystem.
- imwrite
bool imwrite(Image image, string path)
Convenience wrapper for imwrite with Image.
- imwrite
bool imwrite(Slice!(kind, packs, T*) slice, ImageFormat format, string path)
Convenience wrapper for imwrite with Slice type.
Module for image I/O.