Giter Club home page Giter Club logo

Comments (7)

btastic avatar btastic commented on August 15, 2024 1

Oh right, this was even a recent addition. Thanks for pointing this out.

from flutter_native_image.

thedejifab avatar thedejifab commented on August 15, 2024

Feature seconded

from flutter_native_image.

btastic avatar btastic commented on August 15, 2024

I think this feature depends on having the correct exif information. You can grab these by using the https://github.com/brendan-duncan/image library. I am not sure how I'd add this feature without reading out exif information, which basically is already done by the library mentioned.

edit: There might be some issues as mentioned in #31

from flutter_native_image.

kinex avatar kinex commented on August 15, 2024

Well, your library is reading exif information too :) See FlutterNativeImagePlugin.java, line 115. It would be very easy to add there much more exif data, including "date taken".

The only reason for using this library is to avoid using https://github.com/brendan-duncan/image. It uses all too much memory to be usable in Android/iOS.

from flutter_native_image.

btastic avatar btastic commented on August 15, 2024

Added with 18369e6

There is now a "datetime" property on the ImageProperties which will have the TAG_DATETIME_ORIGINAL as a string. You can then parse it the way you want.

from flutter_native_image.

btastic avatar btastic commented on August 15, 2024

I had to undo the changes cause of issues on iOS. Will have to investigate further.

from flutter_native_image.

aloisdeniel avatar aloisdeniel commented on August 15, 2024

Any news on a potential reintroduction?

from flutter_native_image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.