Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed May 17, 2019
1 parent 97f789d commit 611085a
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down

0 comments on commit 611085a

Please sign in to comment.