Relative Content

Tag Archive for pythonpython-3.xmacos

Python script parameter not working as it supposed to

I tried to use on my MacBook a script I found that does 1. changes some filters of an imported image and 2. changes the metadata of it. After adjusting a bit it worked but the metadata did not change using the parameters from the script as you can see. (On the left is the original image and on the right is the exported one by the script). My point is, how can the data that is written on the script be applied? (a random device name, a random creation date etc). Any other improvement is welcome please.