I need to resize jpg images with Python without losing the original image\'s EXIF data (metadata about date taken, camera model etc.). All google searches about python and i
You can use pyexiv2 to modify the file after saving it.