Skip to content
  • Ell's avatar
    app: add gimp_image_transform() · c45f1b41
    Ell authored
    Add a new gimp_image_transform() function, which transforms the
    entire image, including all layers, channels (including selection
    mask), vectors, guides, and sample points, according to a
    transformation matrix.  The canvas is resized according to the
    clip_result parameter, the same way drawables are resized during
    transformation; the layers are resized using ADJUST mode
    regardless.
    c45f1b41