Skip to content
k3b edited this page Sep 8, 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
  • Geographic-Map's contextmenu by long tapping a marker and selecting menu "Show Photo(s)".
  • Folder- or Date-Picker's contextmenu by long tapping a folder and selecting menu "Show Photo(s)".
  • android filemanager or android gallery if you open/view/send/send_to an image from there.

Features:

  • 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.

Note:

(Since 0.5.1) 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

Clone this wiki locally