Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16206] Android: ImageView containing large image 3264x2448 fail to upload

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2014-01-16T10:38:56.000+0000
Affected Version/sRelease 3.2.0, Release 3.2.1
Fix Version/sn/a
ComponentsAndroid
Labelsqe-3.2.1, regression
ReporterPragya Rastogi
AssigneeIngo Muschenetz
Created2014-01-16T10:37:40.000+0000
Updated2014-06-19T12:43:04.000+0000

Description

Image having large size of approx 3264x2448 fail to upload. Works fine in SDK: 3.1.3.GA. hence it is a regression Steps To Reproduce: 1. Create app using code below 2. Use Image of size 3264x2448 Actual: Warning appears [WARN] : OpenGLRenderer: Bitmap too large to be uploaded into a texture (3264x2448, max=2048x2048) [WARN] : OpenGLRenderer: Bitmap too large to be uploaded into a texture (3264x2448, max=2048x2048) Expected: Image should be uploaded.

var win1 = Titanium.UI.createWindow({
    backgroundColor:'white'   
	});
	var image1 = Ti.UI.createImageView({
	    image: 's2.jpg'
	});
	  
	win1.add(image1);
	win1.open();

Attachments

FileDateSize
s2.jpg2014-01-16T10:37:40.000+00002323112

Comments

  1. Pragya Rastogi 2014-01-16

    Closing as duplicate of TIMOB-16205

JSON Source