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: 10 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T22:28:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T00:23:36.655Z (about 1 year ago)
- Topics: krita, krita-plugin, krita-scripting
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krita Export Region

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

## Examples
Running "Export Region..." with an area selected will export an image cropped to the selected area. For example, the following selection:

Would export this:

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:

Then the exported image would be this:

## 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).