Skip to content

Commit 7845da3

Browse files
committed
[audian] added comment fo screenshot metadata
1 parent ea00bec commit 7845da3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/audian/audian.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ def screen_shot(self):
191191
rel_path = os.fspath(rel_path)
192192
try:
193193
image.save(file_path)
194-
# See https://stackoverflow.com/questions/58399070/how-do-i-save-custom-information-to-a-png-image-file-in-python for saving metadata ton png file
194+
# See
195+
# https://stackoverflow.com/questions/58399070/how-do-i-save-custom-information-to-a-png-image-file-in-python for saving metadata ton png file
196+
# https://stackoverflow.com/questions/47289884/how-to-convert-qimageqpixmap-to-pil-image-in-python-3 for buffered transfer from QImage to Pillow
195197
print(f'saved screenshot to "{rel_path}"')
196198
except PermissionError as e:
197199
print(f'failed to save screenshot to "{rel_path}": permission denied')

0 commit comments

Comments
 (0)