Extracting exif information from images with Python

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 5

  • @ms1940
    @ms1940 3 роки тому

    very educative.

  • @Shaq2k
    @Shaq2k 2 роки тому

    Excellent. But how to do it on a whole directory of images?

    • @dominiquethiebaut718
      @dominiquethiebaut718  2 роки тому

      I would just put the code that I show in the program inside a function that receives the name of the file to process and the folder as parameters, and then, outside the loop, write a loop that "walks" your folder with all the files, and for each file it finds, it would call the function, passing it the file name and folder names as parameters. See stackoverflow.com/questions/4582550/file-walking-in-python for an example of what I mean.

    • @Shaq2k
      @Shaq2k 2 роки тому

      @@dominiquethiebaut718 Thanks for answering... and for the link. I will check it out!

    • @ruudsong8582
      @ruudsong8582 9 місяців тому

      Very useful! Your video do help me a lot!❤