package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Jul 2, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
Package channel provides image channel separation and manipulation functions.
Extract returns a grayscale image containing the values of the selected channel.
Usage example:
result := channel.Extract(img, channel.Alpha)
ExtractMultiple returns a RGBA image containing the values of the selected channels.
Usage example:
result := channel.ExtractMultiple(img, channel.Blue, channel.Alpha)
Channel identifier for RGBA images
Source Files
¶
Click to show internal directories.
Click to hide internal directories.