enum Scalr::Services::ImageProcessor::Options::Gravity

Defined in:

scalr/services/image_processor.cr

Enum Members

North = 0
NorthWest = 1
West = 2
SouthWest = 3
South = 4
SouthEast = 5
East = 6
NorthEast = 7
Center = 8

Instance Method Summary

Instance Method Detail

def center? #

[View source]
def east? #

[View source]
def north? #

[View source]
def north_east? #

[View source]
def north_west? #

[View source]
def south? #

[View source]
def south_east? #

[View source]
def south_west? #

[View source]
def west? #

[View source]