Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phase1geo/Annotator
Image annotation for Elementary OS
https://github.com/phase1geo/Annotator
Last synced: 8 days ago
JSON representation
Image annotation for Elementary OS
- Host: GitHub
- URL: https://github.com/phase1geo/Annotator
- Owner: phase1geo
- License: gpl-3.0
- Created: 2020-08-09T00:43:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:33:55.000Z (16 days ago)
- Last Synced: 2024-10-24T22:19:12.221Z (15 days ago)
- Language: Vala
- Size: 5.44 MB
- Stars: 208
- Watchers: 4
- Forks: 22
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-vala - Annotator - Annotate images for better communication. (Apps / Productivity)
README
# Annotator
![Main Window - Light Theme](https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-editor.png "Image Annotation for Elementary OS")
## Overview
Annotate your images and let a picture say 1000 words.
- Load image from the file system, clipboard, or create a screenshot to annotate.
- Add shapes, stickers, images, text, drawings, and other callouts to highlight image details.
- Add magnifiers to enhance image details.
- Blur out portions of the image to obfuscate data.
- Crop, resize and add image borders.
- Control colors, line thickness and font details.
- Zoom support.
- Color picker support within a loaded image.
- Unlimited undo/redo of any change.
- Drag-and-drop PNG copies of the annotated image.
- Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats.
- Support for copying annotated image to clipboard.
- Printer support.## Installation
### Debian (from source)
You will need the following dependencies to build Annotator:
- meson
- valac
- debhelper
- gobject-2.0
- glib-2.0
- libgee-0.8-dev
- libgranite-dev
- libxml2-dev
- libgtk-3-dev
- libhandy-1-devTo install Annotator from source, run `./app install`.
To run Annotator, run `com.github.phase1geo.annotator`.
### Ubuntu (PPA)
You can use the [PPA](https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/annotator/) maintained by @PandaJim. The PPA supports Ubuntu 20.04+. Enter the following commands one by one
```
sudo add-apt-repository ppa:ubuntuhandbook1/annotator
sudo apt update
sudo apt install com.github.phase1geo.annotator
```### Arch Linux
If you're an Arch Linux user, there's an
[AUR package](https://aur.archlinux.org/packages/annotator/)
`annotator`:```
% yay -S annotator
```### Flatpak
Additionally, Annotator can be installed and run via Flatpak.
To build and install the Flatpak from source, run `./app flatpak`.
Afterwards, you can run it via: `flatpak run com.github.phase1geo.annotator`.
## Credits
Incorporates `document-edit-symbolic.svg` and `image-crop-symbolic.svg` from
[elementary/icons](https://github.com/elementary/icons/tree/main/actions/symbolic),
under the terms of the GPL v3.0 license.