Last modified: November 20, 2009
Contents
shear_column (int column, int distance)
Operates on: | Image [OneBit|GreyScale|Grey16|RGB|Float|Complex] |
---|---|
Category: | Shearing |
Defined in: | image_utilities.py |
Author: | Michael Droettboom and Karl MacMillan |
Shears a given column by a given amount.
Example 1: shear_column(50, 10)
shear_row (int row, int distance)
Operates on: | Image [OneBit|GreyScale|Grey16|RGB|Float|Complex] |
---|---|
Category: | Shearing |
Defined in: | image_utilities.py |
Author: | Michael Droettboom and Karl MacMillan |
Shears a given row by a given amount.
Example 1: shear_row(50, 10)