Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Bug in crop #3

Closed
Closed
@minchinweb

Description

@minchinweb

in image_process.py line 65, left comes in front of top

return i.crop((int(t), int(l), int(r), int(b)))

should be instead

return i.crop((int(l), int(t), int(r), int(b)))

see pelican-plugins#14

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions