View Single Post
Old 11-29-2015, 01:24 PM   #21
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by SHunter101 View Post
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.
Doitsu is offline   Reply With Quote