scistag.imagestag.ascii_image.AsciiImageMethod

class AsciiImageMethod(value)[source]

Bases: IntEnum

Defines the method which is used to convert an image to gray scale

Attributes

GRAY_LEVELS_13

Use grayscale conversions and 13 different levels of gray

GRAY_LEVELS_10

Use grayscale conversion with 10 different levels of gray

__doc__

__members__

__module__

GRAY_LEVELS_10 = 1

Use grayscale conversion with 10 different levels of gray

GRAY_LEVELS_13 = 0

Use grayscale conversions and 13 different levels of gray