Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as-image: Handle images which are smaller than the destination #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 6, 2019

  1. as-image: Handle images which are smaller than the destination

    We currently don't consider this case at all, which results in negative
    coordinates being passed to gdk_pixbuf_copy_area().
    
    Let's instead look and see if the source image is smaller than the
    destination. If it is, we just need to put it in the middle of our
    desintation pixbuf.
    iainlane committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    0a9fc34 View commit details
    Browse the repository at this point in the history