Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Large images not loading, — Gideros Forum

Large images not loading,

CyberienceCyberience Member
edited May 2013 in Bugs and issues
I am finding that images larger the 1024 width do no load, no error is reported, I tried changing the format from jpg to png and back, only if I crop the image down to less than 1024 it works, 1 pixel bigger and its a white screen.
Simple code. My image is 1920 x 767. I am attempting to have a scrolling back drop. a view of Hong Kong, but alas. my only work around is to make 2 images and nit them together. Is this a limitation, bug or feature? or have I missed somthing somewhere.
	local background = Bitmap.new(Texture.new("images/HongKong.jpg"))
	stage:addChild(background)
Regards
Cyber
REAL programmers type copy con filename.exe
---------------------------------------

Comments

Sign In or Register to comment.