← Back to team overview

openlp-core team mailing list archive

[Bug 860608] Re: Slow jpeg rendering

 

It seems to me like webkit has to do the rendering twice: once for 2nd
monitor and once for the preview in live.


We could get some performance if the implementation would be to really create screenshot of the 2nd monitor and then scale this screenshot for use for the preview in live.

The following Qt4 classes allow direct manipulation with 2D scene:

QGraphicsScene, QGraphicsView or use directly QGraphicsWebView instead
QWebView.

Then for direct access to web page as a screenshot we could use method

QGraphicsWebView.scene().render(QPainter)

This is not jpeg specific.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/860608

Title:
  Slow jpeg rendering

Status in OpenLP - Worship Presentation Software:
  Incomplete

Bug description:
  There is an issue in openlp with slow rendering of jpeg images.

  When png images are used as background then the rendering is almost
  instantaneous in contrast to jpeg.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/860608/+subscriptions


References