Skip to content

Commit

Permalink
[docs] Update information for version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khalim19 committed Dec 20, 2014
1 parent b9b2a1b commit 61e74ae
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
2.2.2 (December 20, 2014)
------------------------

* Set PNG as the default file format.
* Renamed settings containing the word "directory" to contain "folder".
* Allowed to install the plug-in system-wide (e.g. to
`C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins` on Windows).
* Pressing Enter while the focus is on the "File extension" text field will now export layers.

2.2.1 (November 10, 2014)
------------------------

Expand Down
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -12,7 +12,7 @@ This plug-in:
* exports layers as separate images in almost any file format supported by GIMP
* uses native dialogs for file format export procedures to adjust file format settings
* uses layer names as filenames for the exported images
* supports layer groups and optionally treats them as directories
* supports layer groups and optionally treats them as folders
* can optionally export only layers whose file extension matches specified file extension
* can use file extensions in layer names as file formats
* can use layers with names in [square brackets] as background layers
Expand Down Expand Up @@ -70,7 +70,7 @@ Usage
-----

From the main menu, go to "File -> Export Layers...". A dialog appears, allowing
you to specify output directory, file extension and various other settings.
you to specify output folder, file extension and various other settings.

Type in the desired file extension in the "File extension" text field (with or without
the leading period). You can type any file extension supported by GIMP. File formats
Expand Down Expand Up @@ -100,11 +100,11 @@ instead, the last used values will be used.
Settings
--------

**Treat layer groups as directories**
**Treat layer groups as folders**

If enabled, layers will be exported to subdirectories corresponding to the layer groups.
If disabled, all layers will be exported to the output directory on the same level
and no subdirectories will be created.
If enabled, layers will be exported to subfolders corresponding to the layer groups.
If disabled, all layers will be exported to the output folder on the same level
and no subfolders will be created.

**Ignore invisible layers**

Expand Down Expand Up @@ -173,9 +173,9 @@ background layers instead of their own size.
If enabled, each top-level layer group is merged into one layer. The name
of each merged layer is the name of the corresponding top-level layer group.

**Create empty subdirectories**
**Create empty subfolders**

If enabled, empty subdirectories from empty layers groups are created.
If enabled, empty subfolders from empty layers groups are created.

**Ignore layer modes**

Expand Down
2 changes: 1 addition & 1 deletion export_layers/constants.py
Expand Up @@ -47,7 +47,7 @@ def N_(s):
PLUGIN_PROGRAM_NAME = "export_layers"
PLUGIN_TITLE = N_("Export Layers")

PLUGIN_VERSION = "2.2.1"
PLUGIN_VERSION = "2.2.2"

DEBUG = False
DEBUG_IMAGE_PROCESSING = False
Expand Down
17 changes: 8 additions & 9 deletions resources/gimp_plugin_registry_page_description.txt
Expand Up @@ -7,7 +7,7 @@ Export Layers is a GIMP plug-in that exports layers as separate images in almost
This plug-in:
<ul><li>uses native dialogs for file format export procedures to adjust file format settings</li>
<li>uses layer names as filenames for the exported images</li>
<li>supports layer groups and optionally treats them as directories</li>
<li>supports layer groups and optionally treats them as folders</li>
<li>can optionally export only layers whose file extension matches specified file format</li>
<li>can use file extensions in layer names as file formats</li>
<li>can use layers with names in [square brackets] as background layers</li></ul>
Expand All @@ -24,7 +24,7 @@ Export Layers is a GIMP plug-in that exports layers as separate images in almost
Features:
<ul><li>uses native dialogs for file format export procedures to adjust file format settings</li>
<li>uses layer names as filenames for the exported images</li>
<li>supports layer groups and optionally treats them as directories</li>
<li>supports layer groups and optionally treats them as folders</li>
<li>can optionally export only layers whose file extension matches specified file format</li>
<li>can use file extensions in layer names as file formats</li>
<li>can use layers with names in [square brackets] as background layers</li></ul>
Expand All @@ -39,9 +39,7 @@ https://github.com/khalim19/gimp-plugin-export-layers/releases/download/2.2.1/ex
</ul>

<h5><strong>Usage</strong></h5>
From the main menu, go to "File -> Export Layers...". A dialog appears, allowing you to specify output directory, file extension and various other settings.

Type the file extension in the File Extension text field (with or without the leading dot). To export in the RAW file format, type "data".
From the main menu, go to "File -> Export Layers...". A dialog appears, allowing you to specify the output folder, the file extension and various other settings.

To export layers, press the "Export Layers" button. For the first layer, a dialog corresponding to the file format appears, allowing you to adjust file format settings. Not all file formats have settings, so no dialog may appear. For subsequent layers, the file export procedure uses the values you specified in the dialog for the first file.

Expand All @@ -51,10 +49,11 @@ If you want to export the layers with the last values used, you can use the "Fil
<img src="https://lh4.googleusercontent.com/-s_QPo9lRWRM/U8arsWPksfI/AAAAAAAAAfQ/qoX7lQ-qbM4/s600/export_layers_screenshot_2_1.jpg" />

<h5><strong>Changelog</strong></h5>
2.2.1, November 10, 2014
* Images in RAW format are saved with '.data' file extension instead of '.raw'.
* Image type is now preserved (if file format allows it) instead of always using the RGB type.
* Renamed "Use image size instead of layer size" to just "Use image size" for the sake of brevity.
2.2.2 (December 20, 2014)
* Set PNG as the default file format.
* Renamed settings containing the word "directory" to contain "folder".
* Allowed to install the plug-in system-wide (e.g. to `C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins` on Windows).
* Pressing Enter while the focus is on the "File extension" text field will now export layers.

For more information, such as installation, full list of features or known issues, read the <i>Readme.txt</i> file in the package or see the GitHub page for the plug-in:
https://github.com/khalim19/gimp-plugin-export-layers

0 comments on commit 61e74ae

Please sign in to comment.