Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImreadGray ¶
ImreadGray reads the image from the given path and return a grayscale image. Returns an error if the path is not readable or the specified resource does not exist.
func ImreadGray16 ¶
ImreadGray16 reads the image from the given path and return a grayscale16 image. Returns an error if the path is not readable or the specified resource does not exist.
func ImreadRGBA ¶
ImreadRGBA reads the image from the given path and return a RGBA image. Returns an error if the path is not readable or the specified resource does not exist.
func ImreadRGBA64 ¶
ImreadRGBA64 reads the image from the given path and return a RGBA64 image. Returns an error if the path is not readable or the specified resource does not exist.
Types ¶
This section is empty.