Exif Thumbnail Adder

Exif Thumbnail Adder

Add thumbnail in the EXIF tag of JPEG picture not having one (batch processing)

Graphics

Screenshots

Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder Screenshot of Exif Thumbnail Adder

Description

This application for android devices searches for pictures (JPEG) on your device and <b>adds a thumbnail</b> if they don't have one yet. Thumbnails are added to the EXIF metadata structure.

It is designed to work from android Oreo (android 8, SDK 26).

Please report issues here: <a href="https://github.com/tenzap/exif-thumbnail-adder/issues">https://github.com/tenzap/exif-thumbnail-adder/issues</a>

For more information, some known facts and how you may contribute, refer to the [project homepage][1].

<b>Rationale</b>

On some smartphones, when wanting to import pictures to Windows (or any device/operating system supporting MTP or PTP protocols), I noticed the pictures may not display a thumbnail in the import wizard (whether through the Photos app, or through the Windows Explorer import feature).

There are two possible reasons for that behaviour. First, the thumbnail is not present in the picture, usually because the app that created the picture didn't add a thumbnail. Second, there is a thumbnail but it is ignored because some EXIF tags are missing.

<b>Features</b>

- Add thumbnail to pictures (JPEG) that don't yet have one
- Lanczos algorithm to downsample picture thanks to [FFmpeg's swscale library][2] for best results.
- Select one or more folders to scan from any storage (internal, SDCard...). For example DCIM, Pictures...
- Exclude one subdirectory from selected directories
- Preserve timestamps of the pictures
- Processing log
- Synchronize deleted files in the source directory to the backup and working directory (so that you don't keep in the backup folder pictures you don't have anymore in the source folder)
- Conservative default options (backup pictures, skip corrupt files)
- Install app on internal storage or external storage
- Default EXIF library: [Exiv2][3].
- Alternative libraries: Android-Exif-Extended, libexif, pixymeta-android. See known facts on project page to learn more on benefits and drawbacks of each library.
- Settings:
&emsp;- Rotate the thumbnail
&emsp;- Replace existing thumbnail
&emsp;- Backup of original pictures (backup is never overwritten by the app once created if you choose to add the thumbnail to the input file in its initial location)
&emsp;- Skip pictures having malformed metadata (this can be disabled to process also files having corrupt tags)
&emsp;- Replace picture in place or write new picture to another directory

<b>Requested permissions</b>

- <i>WRITE_EXTERNAL_STORAGE</i>, <i>READ_EXTERNAL_STORAGE</i>, <i>READ_MEDIA_IMAGES</i>
- <i>MANAGE_EXTERNAL_STORAGE</i>
- <i>ACCESS_MEDIA_LOCATION</i>
- <i>POST_NOTIFICATIONS</i>
- get more details on the project homepage

<b>Installation</b>

- Prerequisites: minimum android Oreo (android 8, SDK 26). App was tested up to Android 11.
- Download it through F-Droid app [here][4]
- Download the APK from the [release page][5]

<b>License</b>

GPL-3.0 (see "COPYING" file on project homepage)

<b>URLs</b>

- [1]: <a href="https://github.com/tenzap/exif-thumbnail-adder">https://github.com/tenzap/exif-thumbnail-adder</a>
- [2]: <a href="https://ffmpeg.org/libswscale.html">https://ffmpeg.org/libswscale.html</a>
- [3]: <a href="https://www.exiv2.org">https://www.exiv2.org</a>
- [4]: <a href="https://f-droid.org/packages/com.exifthumbnailadder.app">https://f-droid.org/packages/com.exifthumbnailadder.app</a>
- [5]: <a href="https://github.com/tenzap/exif-thumbnail-adder/releases">https://github.com/tenzap/exif-thumbnail-adder/releases</a>

What’s new (1.0.1)

1.0.1
- Add support for Android 15 (& set targetSdk to 35) & update toolchain
- exiv2: update to 0.28.5 & expat to 2.7.1
- libexif: update to 0.6.25
- update all gradle dependencies to latest version (except ExifInterface)
- Note: if you run on AOSP or on devices without Google apps, you may loose the GPS information inside your files (at least on emulator image for Android 13). See project homepage for more information.

Versions

Version Date Size Requires Android Download
1.0.1 current
6322a66590354b51…
2025-05-24 25 MB API 26
1.0.0
ca11e64201165c51…
2024-05-09 25 MB API 26
0.9.19
22a951336bd08365…
2023-04-13 21 MB API 26

Permissions

What the app asks the system for. Android only grants sensitive access after you confirm it.

  • Photo locationRead location data stored in photos.
  • Write storageCreate and change files on the device storage.
  • Read storageRead files on the device storage.
  • PhotosRead images from the media library.
  • Full file accessAccess all files on the device.
  • Foreground serviceKeep running in the background, visible in the status bar.
  • NotificationsShow notifications.
  • FOREGROUND_SERVICE_DATA_SYNC
Show 4 more permissions
  • Prevent sleepingKeep the device from going to sleep.
  • Network stateCheck whether and how the device is connected.
  • Run at startupStart automatically after the device is switched on.
  • app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

Comments