diff --git a/content/assets/img/conversation-cropped.png b/content/assets/img/conversation-cropped.png deleted file mode 100644 index e2f69af5aa1a5785af833e22bd35ca5fb6128948..0000000000000000000000000000000000000000 Binary files a/content/assets/img/conversation-cropped.png and /dev/null differ diff --git a/content/assets/img/conversation.png b/content/assets/img/conversation.png deleted file mode 100644 index b47e168d93beaf3a6cc11b07d63e207196537c83..0000000000000000000000000000000000000000 Binary files a/content/assets/img/conversation.png and /dev/null differ diff --git a/content/assets/img/manual_messaging-cropped.png b/content/assets/img/manual_messaging-cropped.png new file mode 100644 index 0000000000000000000000000000000000000000..1701be6efd94dd16644f3220c6ab885cf1f3814a Binary files /dev/null and b/content/assets/img/manual_messaging-cropped.png differ diff --git a/content/assets/img/manual_messaging.png b/content/assets/img/manual_messaging.png new file mode 100644 index 0000000000000000000000000000000000000000..dacb9d97d808954cc0847e552bc5a57f969c3842 Binary files /dev/null and b/content/assets/img/manual_messaging.png differ diff --git a/content/manual.md b/content/manual.md index 357628aadb63ea4e650e566f3c9204447f8c8792..758e03df370161447fdb684f9b7e2cddbeb7a97a 100644 --- a/content/manual.md +++ b/content/manual.md @@ -56,7 +56,7 @@ Your devices will exchange information, and after a few seconds you'll be added ## Messaging ## -<img src="assets/img/conversation-cropped.png" alt="A private messaging conversation"> +<img src="assets/img/manual_messaging-cropped.png" alt="A private messaging conversation"> To send a private message, tap a contact's name in the contact list. diff --git a/crop-screenshots.py b/crop-screenshots.py index ab5b00892cd47393c1bd377a448eaabc001c1c57..930fb643e4514567c1947e842cca9d9cbf52f0eb 100755 --- a/crop-screenshots.py +++ b/crop-screenshots.py @@ -9,6 +9,7 @@ POSTFIX = '-cropped' def main(): + crop('manual_messaging.png', 50) crop('introduction-5.png', 77, 47) crop('manage-rss-feeds-2.png', 35) crop('manual_dark_theme_settings.png', 45)