mcz9mm / Exif-Image-Sampler

This is a sample application for writing Exifs, retrieving images, and saving them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Exif-Image-Sampler

Flutter Twitter Follow

📸 ScreenShots

Photo List Exif View

About

This repository is a sample implementation using images. For iOS implementation, please add the necessary processing to info.plist.

It has the following features

  • Take a picture with the camera and get an image.
  • Acquire images from the gallery of the local terminal.
  • Display a list of images from the gallery
  • Sample implementation of sending the selected image from the list via API.
  • Reading Exif information
  • Write Exif information (Image DescriptionTag) Note: 2-byte characters are not allowed.
  • Save the image.
  • Save the image - Delete the image

Note: Exif information is written in Kotlin using MethodChannel.(code here)

License

MIT license.

About

This is a sample application for writing Exifs, retrieving images, and saving them.


Languages

Language:Dart 85.0%Language:Kotlin 8.3%Language:Ruby 5.0%Language:Swift 1.5%Language:Objective-C 0.1%