Bug 334176

Summary: Images larger than a particular size don't open
Product: [Plasma] plasma-mediacenter Reporter: Shantanu Tushar <shantanu>
Component: MediaPlayerAssignee: Shantanu Tushar <shantanu>
Status: RESOLVED FIXED    
Severity: grave CC: bansal.ashish096
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 :)