jcjumley

Results 1 comments of jcjumley

having an error with: comment_string = 'Heading?' + str(hdg) + "_Sortie?" + str(sortie_number) + "_WindSpeed?TBD_WindDirection?TBD_UVindex?TBD_PixelSize?500" prints b'ASCII\x00\x00\x00Heading_Sortie_WindSpeed_WindDirection_UVindex_PixelSize' piexif.helper.UserComment.dump(comment_string,encoding='ascii') exif_dict["Exif"][piexif.ExifIFD.UserComment] = user_comment exif_bytes = piexif.dump(exif_dict) _UnboundLocalError: local variable 'new_value' referenced before...