Get date and time when photo was takenTuning ParallelMap when IO and computationally boundProgrammatic approach to HDR photography with Mathematica image processing functionsHow could I use Mathematica to remove finger tips that appear in images?How can I make a blurred or gradient photo frame?Creating a realistic, photo-like 3D effect from an image or documentMathematica ignores image orientationAlign two images with respect to sperm headExtracting data from analog screen photographHow to prevent or clear the cache used by ComponentMeasurements

Why can't you say don't instead of won't?

Are sweatpants frowned upon on flights?

Why didn't Doc believe Marty was from the future?

Output only some part of a log line using grep

How could a self contained organic body propel itself in space

bash: Replace single quote by two quotes in string

Why does Sauron not permit his followers to use his name?

How do you say "half the time..., the other half ..." in German?

If I said I had $100 when asked, but I actually had $200, would I be lying by omission?

Why does this London Underground poster from 1924 have a Star of David atop a Christmas tree?

Is there a way to pre-cache plugins with wp-cli for faster installation?

Why do we need geometry for pure math?

Is it unusual for a math department not to have a mail/web server?

Should I ask for a raise one month before the end of an internship?

Is there an in-universe explanation given to the senior Imperial Navy Officers as to why Darth Vader serves Emperor Palpatine?

Notice period 60 days but I need to join in 45 days

Why did Lucius make a deal out of Buckbeak hurting Draco but not about Draco being turned into a ferret?

To what extent should we fear giving offense?

The meaning of asynchronous vs synchronous

Did anybody find out it was Anakin who blew up the command center?

Would it be better to write a trilogy over a much longer series?

Was the six engine Boeing-747 ever thought about?

Could the UK amend the European Withdrawal Act and revoke the Article 50 invocation?

How to prevent a hosting company from accessing a VM's encryption keys?



Get date and time when photo was taken


Tuning ParallelMap when IO and computationally boundProgrammatic approach to HDR photography with Mathematica image processing functionsHow could I use Mathematica to remove finger tips that appear in images?How can I make a blurred or gradient photo frame?Creating a realistic, photo-like 3D effect from an image or documentMathematica ignores image orientationAlign two images with respect to sperm headExtracting data from analog screen photographHow to prevent or clear the cache used by ComponentMeasurements






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








6












$begingroup$


I am trying to rename few images by their date and time taken.



Is there a way to get the date and time when photo was taken using Mathematica?










share|improve this question









$endgroup$




















    6












    $begingroup$


    I am trying to rename few images by their date and time taken.



    Is there a way to get the date and time when photo was taken using Mathematica?










    share|improve this question









    $endgroup$
















      6












      6








      6





      $begingroup$


      I am trying to rename few images by their date and time taken.



      Is there a way to get the date and time when photo was taken using Mathematica?










      share|improve this question









      $endgroup$




      I am trying to rename few images by their date and time taken.



      Is there a way to get the date and time when photo was taken using Mathematica?







      image-processing






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 16 at 1:28









      AlgohiAlgohi

      15.5k1 gold badge24 silver badges66 bronze badges




      15.5k1 gold badge24 silver badges66 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          9













          $begingroup$

          WL supports access to image EXIF, IPTC and XMP data. e.g. to get the date/time from EXIF:



          Import["ExampleData/coneflower.jpg", "Exif"]["DateTime"] // DateString
          (* Tue 19 Aug 2008 11:29:05 *)


          Check the Scope and Import Elements sections of the documentation for details.






          share|improve this answer









          $endgroup$










          • 8




            $begingroup$
            You can also get it directly: Import["ExampleData/coneflower.jpg", "DateTime"]
            $endgroup$
            – C. E.
            Aug 16 at 4:20










          • $begingroup$
            @C.E. Do you know if that is the EXIF or IPTC or XMP date/time? I looked at the documentation and did not find an answer.
            $endgroup$
            – Rohit Namjoshi
            Aug 17 at 1:10










          • $begingroup$
            It is Exif. If you look at the documentation for JPEG, Import Elements -> Available Elements -> Metadata -> Exif, you will find an example like the one I posted with the text "Individual Exif tags can also be imported directly".
            $endgroup$
            – C. E.
            Aug 17 at 5:28











          • $begingroup$
            Thanks for the solution which works great. Do you know if we can get Date and time for .Mp4 and .Mov? I tried the method but it didn’t work
            $endgroup$
            – Algohi
            Aug 18 at 22:20













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "387"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f203792%2fget-date-and-time-when-photo-was-taken%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          9













          $begingroup$

          WL supports access to image EXIF, IPTC and XMP data. e.g. to get the date/time from EXIF:



          Import["ExampleData/coneflower.jpg", "Exif"]["DateTime"] // DateString
          (* Tue 19 Aug 2008 11:29:05 *)


          Check the Scope and Import Elements sections of the documentation for details.






          share|improve this answer









          $endgroup$










          • 8




            $begingroup$
            You can also get it directly: Import["ExampleData/coneflower.jpg", "DateTime"]
            $endgroup$
            – C. E.
            Aug 16 at 4:20










          • $begingroup$
            @C.E. Do you know if that is the EXIF or IPTC or XMP date/time? I looked at the documentation and did not find an answer.
            $endgroup$
            – Rohit Namjoshi
            Aug 17 at 1:10










          • $begingroup$
            It is Exif. If you look at the documentation for JPEG, Import Elements -> Available Elements -> Metadata -> Exif, you will find an example like the one I posted with the text "Individual Exif tags can also be imported directly".
            $endgroup$
            – C. E.
            Aug 17 at 5:28











          • $begingroup$
            Thanks for the solution which works great. Do you know if we can get Date and time for .Mp4 and .Mov? I tried the method but it didn’t work
            $endgroup$
            – Algohi
            Aug 18 at 22:20















          9













          $begingroup$

          WL supports access to image EXIF, IPTC and XMP data. e.g. to get the date/time from EXIF:



          Import["ExampleData/coneflower.jpg", "Exif"]["DateTime"] // DateString
          (* Tue 19 Aug 2008 11:29:05 *)


          Check the Scope and Import Elements sections of the documentation for details.






          share|improve this answer









          $endgroup$










          • 8




            $begingroup$
            You can also get it directly: Import["ExampleData/coneflower.jpg", "DateTime"]
            $endgroup$
            – C. E.
            Aug 16 at 4:20










          • $begingroup$
            @C.E. Do you know if that is the EXIF or IPTC or XMP date/time? I looked at the documentation and did not find an answer.
            $endgroup$
            – Rohit Namjoshi
            Aug 17 at 1:10










          • $begingroup$
            It is Exif. If you look at the documentation for JPEG, Import Elements -> Available Elements -> Metadata -> Exif, you will find an example like the one I posted with the text "Individual Exif tags can also be imported directly".
            $endgroup$
            – C. E.
            Aug 17 at 5:28











          • $begingroup$
            Thanks for the solution which works great. Do you know if we can get Date and time for .Mp4 and .Mov? I tried the method but it didn’t work
            $endgroup$
            – Algohi
            Aug 18 at 22:20













          9














          9










          9







          $begingroup$

          WL supports access to image EXIF, IPTC and XMP data. e.g. to get the date/time from EXIF:



          Import["ExampleData/coneflower.jpg", "Exif"]["DateTime"] // DateString
          (* Tue 19 Aug 2008 11:29:05 *)


          Check the Scope and Import Elements sections of the documentation for details.






          share|improve this answer









          $endgroup$



          WL supports access to image EXIF, IPTC and XMP data. e.g. to get the date/time from EXIF:



          Import["ExampleData/coneflower.jpg", "Exif"]["DateTime"] // DateString
          (* Tue 19 Aug 2008 11:29:05 *)


          Check the Scope and Import Elements sections of the documentation for details.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 16 at 3:03









          Rohit NamjoshiRohit Namjoshi

          2,2841 gold badge4 silver badges16 bronze badges




          2,2841 gold badge4 silver badges16 bronze badges










          • 8




            $begingroup$
            You can also get it directly: Import["ExampleData/coneflower.jpg", "DateTime"]
            $endgroup$
            – C. E.
            Aug 16 at 4:20










          • $begingroup$
            @C.E. Do you know if that is the EXIF or IPTC or XMP date/time? I looked at the documentation and did not find an answer.
            $endgroup$
            – Rohit Namjoshi
            Aug 17 at 1:10










          • $begingroup$
            It is Exif. If you look at the documentation for JPEG, Import Elements -> Available Elements -> Metadata -> Exif, you will find an example like the one I posted with the text "Individual Exif tags can also be imported directly".
            $endgroup$
            – C. E.
            Aug 17 at 5:28











          • $begingroup$
            Thanks for the solution which works great. Do you know if we can get Date and time for .Mp4 and .Mov? I tried the method but it didn’t work
            $endgroup$
            – Algohi
            Aug 18 at 22:20












          • 8




            $begingroup$
            You can also get it directly: Import["ExampleData/coneflower.jpg", "DateTime"]
            $endgroup$
            – C. E.
            Aug 16 at 4:20










          • $begingroup$
            @C.E. Do you know if that is the EXIF or IPTC or XMP date/time? I looked at the documentation and did not find an answer.
            $endgroup$
            – Rohit Namjoshi
            Aug 17 at 1:10










          • $begingroup$
            It is Exif. If you look at the documentation for JPEG, Import Elements -> Available Elements -> Metadata -> Exif, you will find an example like the one I posted with the text "Individual Exif tags can also be imported directly".
            $endgroup$
            – C. E.
            Aug 17 at 5:28











          • $begingroup$
            Thanks for the solution which works great. Do you know if we can get Date and time for .Mp4 and .Mov? I tried the method but it didn’t work
            $endgroup$
            – Algohi
            Aug 18 at 22:20







          8




          8




          $begingroup$
          You can also get it directly: Import["ExampleData/coneflower.jpg", "DateTime"]
          $endgroup$
          – C. E.
          Aug 16 at 4:20




          $begingroup$
          You can also get it directly: Import["ExampleData/coneflower.jpg", "DateTime"]
          $endgroup$
          – C. E.
          Aug 16 at 4:20












          $begingroup$
          @C.E. Do you know if that is the EXIF or IPTC or XMP date/time? I looked at the documentation and did not find an answer.
          $endgroup$
          – Rohit Namjoshi
          Aug 17 at 1:10




          $begingroup$
          @C.E. Do you know if that is the EXIF or IPTC or XMP date/time? I looked at the documentation and did not find an answer.
          $endgroup$
          – Rohit Namjoshi
          Aug 17 at 1:10












          $begingroup$
          It is Exif. If you look at the documentation for JPEG, Import Elements -> Available Elements -> Metadata -> Exif, you will find an example like the one I posted with the text "Individual Exif tags can also be imported directly".
          $endgroup$
          – C. E.
          Aug 17 at 5:28





          $begingroup$
          It is Exif. If you look at the documentation for JPEG, Import Elements -> Available Elements -> Metadata -> Exif, you will find an example like the one I posted with the text "Individual Exif tags can also be imported directly".
          $endgroup$
          – C. E.
          Aug 17 at 5:28













          $begingroup$
          Thanks for the solution which works great. Do you know if we can get Date and time for .Mp4 and .Mov? I tried the method but it didn’t work
          $endgroup$
          – Algohi
          Aug 18 at 22:20




          $begingroup$
          Thanks for the solution which works great. Do you know if we can get Date and time for .Mp4 and .Mov? I tried the method but it didn’t work
          $endgroup$
          – Algohi
          Aug 18 at 22:20

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Mathematica Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f203792%2fget-date-and-time-when-photo-was-taken%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림