Skip to content

Commit 4c953af

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 75e775e + 2a929e2 commit 4c953af

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@
66
</a>
77
</p>
88

9-
![<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")
9+
![<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")
1010

1111
## Overview
1212

1313
Annotate your images and let a picture say 1000 words.
1414

15-
- Load image from the file system or clipboard.
16-
- Add shapes, stickers, text, drawings, and other callouts to highlight image details.
15+
- Load image from the file system, clipboard, or create a screenshot to annotate.
16+
- Add shapes, stickers, images, text, drawings, and other callouts to highlight image details.
1717
- Add magnifiers to enhance image details.
1818
- Blur out portions of the image to obfuscate data.
1919
- Crop, resize and add image borders.
2020
- Control colors, line thickness and font details.
2121
- Zoom support.
22+
- Color picker support within a loaded image.
2223
- Unlimited undo/redo of any change.
24+
- Drag-and-drop PNG copies of the annotated image.
2325
- Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats.
2426
- Support for copying annotated image to clipboard.
2527
- Printer support.
-697 KB
Binary file not shown.
278 KB
Loading
-704 KB
Binary file not shown.

src/CanvasToolbar.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ public class CanvasToolbar : Box {
775775
});
776776

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

0 commit comments

Comments
 (0)