Project

General

Profile

Actions

Bug #948

open

grab.cpp wrong picture size

Added by Keine_Ahnung over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/27/2012
Due date:
% Done:

0%

Estimated time:

Description

The Screenshots are grabbed with 729x480, but the webpage use 569x320. The result is that the browser need resize the images that cause some flickering.

Change
--
explicit GrabImageTask( int quality = 80, int width = 729, int height = 480 )
--
to
--
explicit GrabImageTask( int quality = 80, int width = 569, int height = 320 )
--
fix this.

cu

No data to display

Actions

Also available in: Atom PDF