1
Bug Reports / Re: Bit Depth Not Recognized
« on: August 10, 2023, 01:30:36 PM »Code: [Select]
for camera in chunk.cameras:
path = camera.photo.path
new_path = path.replace('JPEG', 'TIFF16')
new_path = new_path.replace('.JPG', '.TIF')
photo = camera.photo.copy()
photo.path = new_path
camera.photo = photo
Like I said, this has caused no issues in previous versions.