diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-29 16:38:00 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-29 16:38:00 -0500 |
| commit | aafb1b93aaa109525073cc9ef67328d17d7dee28 (patch) | |
| tree | 5dc21eb0577d0250c502b4cb65673a7b7e6b7063 /static/usage.html | |
| parent | d46e93734e8f249fedb72ba39f0f7a39b7245d92 (diff) | |
in-app Camera gallery has zooming now
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/static/usage.html b/static/usage.html index 693e7b65..70896f9a 100644 --- a/static/usage.html +++ b/static/usage.html @@ -537,10 +537,12 @@ These intents can only be provided by a system app since Android 11, so the quality of the system camera is quite important.</p> - <p>The in-app gallery / video player doesn't yet support zooming and depends - on opening an external image/video editor. This will be improved in the - future. We'll eventually be making our own gallery/editor app sharing a lot of - the code with the in-app gallery in the camera.</p> + <p>The app has an in-app gallery and video player for images taken with it. It + currently opens an external editor activity for the edit action. GrapheneOS + comes with AOSP Gallery which provides an editor activity. You can install a + nicer photo editor and the Camera app will be able to use it. We plan to + replace AOSP Gallery with a standalone variant of the gallery we're developing + for the Camera app in the future.</p> <p>Using the default 4:3 aspect ratio for image capture is recommended since 16:9 is simply cropped output on all supported devices. A device oriented |
