Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ollyisonit/krita-export-region
Krita plugin that allows you to export a selected region of a document.
https://github.com/ollyisonit/krita-export-region
krita krita-plugin krita-scripting
Last synced: 12 days ago
JSON representation
Krita plugin that allows you to export a selected region of a document.
- Host: GitHub
- URL: https://github.com/ollyisonit/krita-export-region
- Owner: ollyisonit
- License: mit
- Created: 2023-06-27T02:19:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T22:28:09.000Z (4 months ago)
- Last Synced: 2024-07-25T00:44:47.219Z (4 months ago)
- Topics: krita, krita-plugin, krita-scripting
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krita Export Region
![](icon.jpg)
Adds an "Export Region..." option to the file menu that allows you to only export the contents of a selected region. If no region is selected, then it will crop the image to fit the bounds of the currently selected layer.
## Demo
![image](resources/ExportRegionDemo.gif)## Examples
Running "Export Region..." with an area selected will export an image cropped to the selected area. For example, the following selection:![image](./resources/face-selected.PNG)
Would export this:
![image](./resources/face-region.png)
If you don't have an area selected, the image will be cropped to whatever layer is currently selected. For example, if we have the BoundingBox layer selected:
![image](./resources/face-no-selection.PNG)
Then the exported image would be this:
![image](./resources/box-region.png)
## Installation
Download [krita-export-region.zip](http://github.com/ollyisonit/krita-export-region/releases/latest/download/krita-export-region.zip) and install by going to `Tools > Scripts > Import Python Plugin From File...` in Krita and selecting the zip file. Once the plugin is installed, you can manage shortcuts in the shortcuts menu under `Scripts > Export Region`.
If you're having issues, more information on plugin installation can be found [here](https://docs.krita.org/en/user_manual/python_scripting/install_custom_python_plugin.html).