Comment 3 for bug 429156

Revision history for this message
BadChoice (guitarboy000) wrote :

Fullscreen working for text files and video files (Still missing a couple of things)

Idea 1: Load fullsize image and keep it as pixbuf1, then resize it and save it to pixbuf2, When in fullscreen show pixbuf 1, and when not, show pixbuf2

Idea 2: Idea 1 is not good for resizing, so do you have an idea on how to resize a pixbuf efficiently?

Idea 3: Have a fullPixbuf, and have a currentSizePixbuf (resized from fullPixbuf)
When scaled to a higher size that currentSizePixbuf, scale from fullPixbuf, when scaling to smaller size thatn currentSizePixbuf, use currentSizePixbuf

Other ideas?