Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Oct 30, 2024
2 parents 75e775e + 2a929e2 commit 4c953af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@
</a>
</p>

![<center><b>Main Window - Light Theme</b></center>](https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-light.png "Image Annotation for Elementary OS")
![<center><b>Main Window - Light Theme</b></center>](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 or clipboard.
- Add shapes, stickers, text, drawings, and other callouts to highlight image details.
- 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.
Expand Down
Binary file removed data/screenshots/screenshot-dark.png
Binary file not shown.
Binary file added data/screenshots/screenshot-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/screenshots/screenshot-light.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/CanvasToolbar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ public class CanvasToolbar : Box {
});

drag.drag_end.connect((d, delete_data) => {
stdout.printf( "In drag_end, delete_data: %s\n", delete_data.to_string() );
if( !delete_data ) {
var val = Value( typeof(GLib.File) );
var provider = d.get_content();
Expand Down

0 comments on commit 4c953af

Please sign in to comment.