google chrome extension - captureVisibleTab text rendering is blurry -


I get a lower quality text presentation than the Capture Visual tab compared to viewing on the screen. On what I've read, the VisualTab only captures its image with memory (see the Chromium issue 44758), so I'm pretty sure why I have a retina macbook but images are even worse on a regular screen I'm writing an extension for a web typography tool which is specially dependent on text rendering so that any alternative or optional approach Can be appreciated credit.

Here is a screenshot of the BBC Home Page as I see:

And the data URI is full of the following code:

  chrome.tabs.captureVisibleTab (empty, {format: "png"}, function (dataURI) {Console.log (dataURI);});   

looks like this:

(Open those two screenshots in the tab and look in between me and see what I mean.

Change format to JPEG and try to make quality high

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -