Skip to content

Passing PIL options to PlotGraphicsContext #148

@jirhiker

Description

@jirhiker

passing PIL options to PlotGraphicsContext doesn't work on Mac OSX, qt4 backend

Solution. In kiva/agg/src/graphics_context.i change
img.save(filename, format=file_format, options=pil_options)
to
img.save(filename, format=file_format, **pil_options)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions