Bug 334176 - Images larger than a particular size don't open
Summary: Images larger than a particular size don't open
Status: RESOLVED FIXED
Alias: None
Product: plasma-mediacenter
Classification: Plasma
Component: MediaPlayer (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR grave
Target Milestone: ---
Assignee: Shantanu Tushar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 12:13 UTC by Shantanu Tushar
Modified: 2014-11-05 03:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shantanu Tushar 2014-05-01 12:13:33 UTC
Images larger than a particular size don't show up when you select them from the browser. This is because images larger than the OpenGL buffer cant show up.

FIX- Make the Image { } load a reduced version of the image, limited to the screen size.

Reproducible: Always

Steps to Reproduce:
1. Goto all pictures/browse pictures 
2. Select an image rougly more than 2000x2000 px in size

Actual Results:  
A blank region is shown

Expected Results:  
The image should be shown
Comment 1 Shantanu Tushar 2014-05-01 12:14:13 UTC
QML Image's sourceSize property will be useful in fixing this
Comment 2 Ashish Bansal 2014-11-04 21:20:26 UTC
I was trying to reproduce it but it is working fine now, may be buffer has been changed.
Comment 3 Shantanu Tushar 2014-11-05 03:48:19 UTC
Yes this has been fixed by d2979dac2fb6a91ca256ca89efc1c22f923a58c5, the bug was left open by mistake. Thanks for the info :)