Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Bitmap width limit to 4000 pixels? — Gideros Forum

Bitmap width limit to 4000 pixels?

DikkesnoekDikkesnoek Member
edited February 2015 in General questions
Hello my Gideros friends,

Short question, I am using parallax scrolling and I want to scroll an image from
right to left. I discovered that pictures with a width of more than 4000 pixels
will not be displayed. I checked the documentation and I could not directly find
an answer.

Best regards,

Marc

Comments

  • You are lucky you could load a 4k picture.

    Texture limits on a lot of phones are 1k and 2k.

    You could split it into 4 (or more 1k pictures, then use the Map drawing system to display the map of the images?
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
  • Ok, thanks for your reaction. So it depends on the smartphone?
    I thought it was Gideros related. In the simulator it works great.

    Regards,

    Marc
  • SinisterSoftSinisterSoft Maintainer
    edited February 2015
    Hi,

    Yes, it depends on the phone. From 1k to 4k - so you should always use 1k - use 2x scale images for the others though - if the phone is high resolution then it should support 2k at least.
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
Sign In or Register to comment.