Skip Navigation

GIMP 3.0 Release Planned for 2025-03-16

discourse.gnome.org GIMP's `master` branch string freeze

Hey all! This time, it really looks like we are gonna make it for the GIMP 3 release on Sunday (with 98% completion of the milestone and only 3 remaining reports in there), unless we really discover some very ugly last-second issue. This means that the next 3 days are the days where translators wan...

GIMP's `master` branch string freeze
4

You're viewing a single thread.

4 comments
  • So if I understand non-destructive editing correctly GIMP will store a sequence of transformation instructions (basically 1 for each undo/redo operation) rather than overwriting the actual pixels each time? Ie no matter how much editing you do, the original input data is always preserved?

    • For the stuff that supports non-destructive editing, yes. It also allows you to easily update the transformation.

      Unfortunately not everything supports it yet. Notably, resizing and rotating do not. Hopefully it will be added soon.

      • Would it theoretically be possible to replace the base image with a different one (of same dimensions)? Basically like a template file where you store a bunch of modifications, filters, etc that can be applied to any image...

        I sometimes manually clean up scanned documents and if there's many pages I would love to apply the work done on one page to subsequent ones. If it doesn't look good the try only took a couple of seconds.