-
Notifications
You must be signed in to change notification settings - Fork 58
Image View
k3b edited this page Jul 1, 2016
·
24 revisions
You can reach the Image-View via
- Gallery-View: taping a photo
- Gallery-View in multi selection mode: long taping a photo
- android filemanager or android gallery if you open/view/send/send_to an image from there.
- image zoom
- swiping for next/previous image
- show extended image info (Exif, IPTC, XMP, ICC)
- file operations copy/move/rename/delete/set-geo
- Move and Rename is blocked while Media Scanner is active to avoid conflicts/inconsistent data.
- The set geo menu allows you to change the photos geo location (latitude/longitude).
- The previous geo-picks for "Set Geo" are shown as blue markers if you select the geo from a map.
- Note: You can change size and filename of the history through Set Geo History XXX in the Settings View.
- menu command slideshow : automatic showing next image every 1.5 seconds. Tuching the image stops the slideshow
- Note: You can change the slide time through Slide Show Intervall in millisecs in the Settings View.
- menu command Show in map : show the current image in the Geografic-Map with a red marker.
- Note: This menu command is only available if the photo has geo-info.
- Note: Green Markers are hidden in this mode.
- menu command Show in new Gallery : opens a new Gallery-View that is prefiltered by the directory of the current image.
- menu command view in external geo app : open a chooser for geo-apps (i.e. an app that understands "view geo:-uri" with the geo-info of the current photo like googlemaps, navigation-app, ...)
- the actionbar is automatically hidden after a short time if the screen is not touched.
- Note: You can change this time through Auto Hide Actionbar after millisecs in the Settings View. "0" means do not hide.
You can adjust photo quality/performance through Big photo width/height in the Settings View.
- Loading high resolution photos into Image-View may need up to 1,5 seconds thus preventing fast swiping through the images.
- APhotoManager can load precalculated downscaled mini-versions (a. k. a. thumbnails) which is much faster (< 0.1 seconds) so swiping is possible again.
- If the photo is bigger than Big-photo-width-height-value then it uses thumbnails to allow fast swiping.
- Thumbnails means memoryefficient, fast, but lower-quality.
- As soon as you zoom the full resolution image is loaded.
For more details see #10, #39, #53
- action=VIEW/SEND/SENDTO
- mime="image/*"
- extra[android.intent.extra.TITLE string]
-
extra[de.k3b.extra.FILTER]
- if there is no filter then swiping left/right will browse to images in the same (sub-)folder as the initial file
- data=file:{/path/path/.../file.ext} or extra[android.intent.extra.STREAM]=file:{/path/path/.../file.ext}
- example file:/storage/sdcard0/copy/hello.jpg
- data=content:/external/images/media/{id} or extra[android.intent.extra.STREAM]=content:/external/images/media/{id}
- opens image belonging to {id} in Image-View
- example content:/external/images/media/52173
- opens image with id=52173
See also
English:
- Homepage
- Download
- Walk Through: Gallery, Filter, Map, Folder picker
- Overview
- How to search/find/filter Photos
- Gallery-View
- Geographic-Map
- Image-View
- edit properties (exif) of photo(s).
- Filter-View
- Tags
- Virtual Albums/Bookmarks
- Folder-Picker
- AutoProcessing Automatic rename/apply exif on move/copy
- Settings
- Backup to zip
- History
- Technical infos
- supported photo properties (exif,xmp,iptc)
- Intent API for other apps to use APhotoManager
- Howtos
- Protect-mode (Extended App Pinning): Limit photos a user can see
- geotag-multible-photos
- Incremental Photo backup
- Workflow: Camera + move + rename + exif(tag, geo) to pc
- pc android photo properties (exif) sync
- Remote Problem Analysis Create a Logfile
- Filter Drill Down: Working with Picker Show-In-New
- Android 10
Other languages:
- ar Arabic العربية
- de German Deutsch
- es Spanish Espanol
- eu Basque Euskara
- fr French Français
- id Indonesian Indonesia
- it Italian Italianio
- ja Japanese 日本人
- nl Dutch Nederlands
- pt Portuguese Português, Brasil
- ro Romanian Român
- tr Turkish Türk
- uk Ukrainian Українська
- zh-CN Chinese traditional 繁体中文
- zh-TW Chinese simplified 简体中文