Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-brajer authored May 4, 2020
1 parent 5d95a01 commit 9d7be52
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<user>/AppData/Roaming/GIMP/<version>/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.

0 comments on commit 9d7be52

Please sign in to comment.