From 9d7be526933019effcb4241b1bfa1b4f25493419 Mon Sep 17 00:00:00 2001 From: Tarneil <44474116+Tarneil@users.noreply.github.com> Date: Mon, 4 May 2020 22:48:19 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 399a2d3..79f9090 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,12 @@ Card Assembler is a free and open-source plug-in for Gimp. Assembles an image ac ## Features -* Create image, single-colour layer, textbox, layer group, import layers from an xcf (Gimp) file. -* Load card layout information from a xml file blueprint. -* Supports command chaining, making templates possible. +* Gimp tools: single-colour layer, textbox, import layers from given \*.xcf file etc. +* Load card layout information from an xml file blueprint. +* Support command chaining, making templates possible. -## Installation +## Wiki -Copy `card-assembler.py` file into your Gimp plug-in folder: `/AppData/Roaming/GIMP//plug-ins/`. Then you can find the plug-in in Gimp menu bar as `Card Assembler`. - -Data folder `cardassembler_data` can be renamed and located anywhere. When you run the plug-in, Gimp will ask you for its location. In this folder, the main script will look for the supplemental script `cardassembler_definitions.py` and blueprints `*.xml`. - -## Examples - -There are two example blueprints in `cardassembler_data` folder. - -The first one (`Blueprint_Example_Simple.xml`) shows very simple blueprint to make sense of how this plug-in works. - -The second one (`Blueprint_Example_Full.xml`) shows intended usage, including structure for easier (and clearer) adding of another similar items. +For instalation instruction, examples etc. see [Wiki](../../wiki) Feel free to comment, share ideas or report bugs.