imwrite
- bool imwrite(string path, size_t width, size_t height, ImageFormat format, BitDepth depth, ubyte[] data)
- bool imwrite(Image image, string path)
- bool imwrite(Slice!(kind, packs, T*) slice, ImageFormat format, string path)
bool
imwrite
(
SliceKind kind
size_t[] packs
T
)
(Slice!(kind, packs, T*) slice ,,)
dcv io image
aliasesfunctionsstructs
Convenience wrapper for imwrite with Slice type.