package
Version:
v0.0.0-...-2e4101f
Opens a new window with list of versions in this module.
Published: Jul 17, 2017
License: Zlib
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
An Image Copy algorithm. Supports both, single threaded and multithreaded operations.
Copies an Image using one thread.
Copies an Image using multiple threads. The images should be thread-safe.
Performs the Task 'o' on every Pixel within the Rectangle 'r'.
Performs the Task 'o' on every Pixel within the Rectangle 'r'.
This implementation uses multiple threads, so the Task should be threadsafe.
type Operator interface {
Operate(pt image.Point)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.