From 611085afeaad6b7d233c499150f034d23e29c349 Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Fri, 17 May 2019 14:41:54 +0200 Subject: [PATCH] Updated docs --- README.md | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 1d883e3..cb1a552 100644 --- a/README.md +++ b/README.md @@ -12,35 +12,16 @@ the need for jpg-image-re-encoding. It also preserves embedded meta data (Exif/I --- -## Workflows: +## Supported Workflows: * [#1](https://github.com/k3b/LosslessJpgCrop/issues/1) From Android **App-Launcher**: - * Start llCrop - * pick an image - * crop - * press save-button - * pick outputfolder and filename + * Pick an image and crop it to a new public file * [#1](https://github.com/k3b/LosslessJpgCrop/issues/1) From any **File-Manager** or **Gallery-app** that supports [intent-action-EDIT](https://developer.android.com/reference/android/content/Intent#ACTION_EDIT) for mime *image/jpeg*: - * Select an image (app-specific) - * Press edit (app-specific) - * choose *llCrop* as editor - * crop - * press save-button - * pick outputfolder and filename -* (Not implemented yet) [#2](https://github.com/k3b/LosslessJpgCrop/issues/2): From any app that supports [intent-action-SEND](https://developer.android.com/reference/android/content/Intent#ACTION_SEND) or [intent-action-SEND-TO](https://developer.android.com/reference/android/content/Intent#ACTION_SENDTO) for mime *image/jpeg* - * Select an image (app-specific) - * Press Send/SendTo/Share button (app-specific) - * choose *llCrop* as destination - * crop - * press share-button - * choose a share destination that should receive the cropped image -* (Not implemented yet) [#3](https://github.com/k3b/LosslessJpgCrop/issues/3)): From any app that supports [intent-action-GET-CONTENT](https://developer.android.com/reference/android/content/Intent#ACTION_GET_CONTENT) for mime *image/jpeg* - * Press open-file/open-image (app-specific) - * In the image/document-chooser open the hamburger menu and choose *llCrop* as image-source - * *llCrop* opens an other image-chooser where you can pick the uncropped original image - * crop - * press ok-button - * the app that initiated the first "open file/image" receives the cropped image + * Crop current selected image to a new public file +* [#2](https://github.com/k3b/LosslessJpgCrop/issues/2): From any app that supports [intent-action-SEND](https://developer.android.com/reference/android/content/Intent#ACTION_SEND) or [intent-action-SEND-TO](https://developer.android.com/reference/android/content/Intent#ACTION_SENDTO) for mime *image/jpeg* + * Send/SendTo/Share a cropped version of the current selected image +* [#3](https://github.com/k3b/LosslessJpgCrop/issues/3)/[#8](https://github.com/k3b/LosslessJpgCrop/issues/8): From any app that supports [intent-action-GET-CONTENT](https://developer.android.com/reference/android/content/Intent#ACTION_GET_CONTENT) or intent-action-PICK for mime *image/jpeg* + * Open/Pick the cropping of an uncropped image ---