Subject: [gimp-web] release notes: clarify distinction between "Save" and "Export" commit c6e2cb998244c69ed53bc0c76d20c2ee3041c605 Author: Nils Philippsen <nils@xxxxxxxxxx> Date: Wed Feb 22 15:47:14 2012 +0100 release notes: clarify distinction between "Save" and "Export" release-notes/gimp-2.7.htrw | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) --- diff --git a/release-notes/gimp-2.7.htrw b/release-notes/gimp-2.7.htrw index bd69b59..28e2aa6 100644 --- a/release-notes/gimp-2.7.htrw +++ b/release-notes/gimp-2.7.htrw @@ -67,13 +67,18 @@ If you need to get work done, please use the stable version, GIMP 2.6. <p> A rather big conceptual change is that saving and exporting images now are clearly separated activities. Saving an image can only be - done in the XCF format. To export into other formats - <i>File->Export...</i> needs to be used. There are some - optimizations for alternative workflows such as opening a jpg, - polishing it, and quickly exporting back to the original file. This - conceptual change has also allowed us to get rid of the annoying - dialogs that warned about the flatting of images when saving to - non-layered formats. <b>Developer:</b> Martin Nordholts + done in the XCF format which is GIMP's native file format, able to + save all kinds of information necessary for works in progress. +</p> +<p> + To export into other formats <i>File->Export...</i> needs to be used. + This distinction makes it clearer if all available information is + stored in a file, or not. There are some optimizations for alternative + workflows such as opening a jpg, polishing it, and quickly exporting + back to the original file. This conceptual change has also allowed us + to get rid of the annoying dialogs that warned about the flatting of + images when saving to non-layered formats. <b>Developer:</b> Martin + Nordholts </p> <h3>Layer Groups</h3> _______________________________________________ commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. |