def writeKeywords(self, image, keyword_list):
     editor = ExifEditor(image)
     editor.setKeywords(keyword_list)