Python PIL.Image 模块,align_values() 实例源码

我们从Python开源项目中,提取了以下6个代码示例,用于说明如何使用PIL.Image.align_values()

项目:aws-cfn-plex    作者:lordmuffin    | 项目源码 | 文件源码
def align(argument):
        # This is not callable as self.align.  We cannot make it a
        # staticmethod because we're saving an unbound method in
        # option_spec below.
        return directives.choice(argument, Image.align_values)
项目:AshsSDK    作者:thehappydinoa    | 项目源码 | 文件源码
def align(argument):
        # This is not callable as self.align.  We cannot make it a
        # staticmethod because we're saving an unbound method in
        # option_spec below.
        return directives.choice(argument, Image.align_values)
项目:chalktalk_docs    作者:loremIpsum1771    | 项目源码 | 文件源码
def align(argument):
        # This is not callable as self.align.  We cannot make it a
        # staticmethod because we're saving an unbound method in
        # option_spec below.
        return directives.choice(argument, Image.align_values)
项目:blackmamba    作者:zrzka    | 项目源码 | 文件源码
def align(argument):
        # This is not callable as self.align.  We cannot make it a
        # staticmethod because we're saving an unbound method in
        # option_spec below.
        return directives.choice(argument, Image.align_values)
项目:RST-vscode    作者:tht13    | 项目源码 | 文件源码
def align(argument):
        # This is not callable as self.align.  We cannot make it a
        # staticmethod because we're saving an unbound method in
        # option_spec below.
        return directives.choice(argument, Image.align_values)
项目:tf_aws_ecs_instance_draining_on_scale_in    作者:terraform-community-modules    | 项目源码 | 文件源码
def align(argument):
        # This is not callable as self.align.  We cannot make it a
        # staticmethod because we're saving an unbound method in
        # option_spec below.
        return directives.choice(argument, Image.align_values)