Quote:
Originally Posted by SHunter101
If I want the max image quality do I change img.save(clipboard_data, 'jpeg', quality=90) to 100? And do I need to change the value 90 in line 51 and 53 to 100 (using Notepad++ to get the line numbers)?
|
If you have a Windows machine you only need to change the following line:
Code:
img.save(clipboard_data, 'jpeg', quality=90)
(You only need to change the quality value in lines 51 and 53 if you have a Linux machine.)
However, changing the quality to 100 is not recommended, because it'll make the image larger than the original image.
If you want to insert the image unchanged, copy the image URL to the clipboard.