one-aalam / chrome-screen-capture

Automatically exported from code.google.com/p/chrome-screen-capture
0 stars 0 forks source link

PNG only has JPG's quality. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. this extension saves snapshots as PNG, but the fact is that the PNG only has 
the same quality as JPG. It loses info of color. Saving directly into PNG 
should lose little info.
2. I just tried the newest version(0.1.2). Normally, I use Lightshot 
(screenshot tool) by Serg at Skillbrains(http://omg.ly/te60). I like it very 
much, because they don't lose any info of colors, they save the real PNGs. Only 
problem is that they can now snap a whole page. You can try that to see how 
their picture quality is.
3. I suggest you that you can make a settings option of it to choose the 
quality and formate of the snapshots. 
Plus: You should provide users with options to choose colors of "Highlight", 
"Redact" and "Text".

Thank you very much!

Original issue reported on code.google.com by LilHa...@gmail.com on 24 Jul 2010 at 11:15

GoogleCodeExporter commented 9 years ago
plus: my email is lilhayah@gmail.com

Original comment by LilHa...@gmail.com on 24 Jul 2010 at 11:16

GoogleCodeExporter commented 9 years ago
Thank you for reporting the quality issue! I've fixed it in the new release 
0.1.3, by adding a parameter {format: "png"} when calling 
chrome.tabs.captureVisibleTab. This parameter is supported since Chrome 5.0.

You extension should update automatically soon.

PS. You can choose colors of "Highlight" etc. in the option page. We are 
working on better UI for that.

Original comment by jingz...@google.com on 28 Jul 2010 at 3:56

GoogleCodeExporter commented 9 years ago
NICE!

Original comment by LilHa...@gmail.com on 28 Jul 2010 at 4:38

GoogleCodeExporter commented 9 years ago

Original comment by jingz...@google.com on 12 Aug 2010 at 2:58