GameIndustry.eu Logo

2020 2015 2020 2022   2016  2020 2018 
GameIndustry.eu /  Blog /
EnglishPython - Delete Metadata


Python - Delete Metadata

Eingetragen: 25.08.2023 Editiert: 03.02.2024

python
Python Script: A small Python script for removing metadata in images. Various image formats are taken into account.

An existing installation of Python is required.



Before running the script, make sure that you have installed the required libraries and that the script and the images are in the same directory.

Changes 03.02.2024
- The script no longer requires a fixed path specification
- Redundant code removed

 pip install Pillow

 

  Download Script

 

metadata.py (1.79 KB)
Date: 2025-01-29
CRC32 Hash: e6360f13
SHA-256 Hash: e55939992defb5ec056e830be1ebfe86da20e8c5ff362c5bce022db20b4611fe

 

 

Your opinion is important – please leave a comment!

×

BB-Code Explanations

Here are the BB-Codes you can use:

  • [b] for bold text: [b]Text[/b] turns into Text
  • [i] for italic text: [i]Text[/i] turns into Text
  • [u] for underlined text: [u]Text[/u] turns into Text
  • [spoiler] for hidden Text: [spoiler]Hidden Text[/spoiler] turns into Hidden Text
  • [url] for hyperlinks: [url]http://example.com[/url] becomes a clickable link  
  • [url=link]text[/url] for named hyperlinks: [url=http://example.com]Visit me[/url] turns into Visit me  
  • [github] for GitHub links: [github]http://github.com/example[/github] turns into a  GitHub-Link

0 Comments