screenshot-desktop icon indicating copy to clipboard operation
screenshot-desktop copied to clipboard

Adjustable Image Quality

Open blockchain-expert opened this issue 5 years ago • 2 comments

Include some configuration to set the image quality. It normally takes around 248 kb in my case. It would be better if can reduce the image size by reducing the image quality configuration.

blockchain-expert avatar Jul 18 '20 04:07 blockchain-expert

Notes for potential Linux implementation:

  • ImageMagick --quality [1-100]. Tries to estimate else 92. has https://imagemagick.org/script/command-line-options.php#quality
  • Scrot --quality [1-100]. Defaults to 75. https://imagemagick.org/script/command-line-options.php#quality

bencevans avatar Nov 10 '20 22:11 bencevans