Results 1 to 10 of 11

Thread: Maximum Image Size (When using Andorra 2D, ... or any other, might be gpu limitation)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Thank you everyone,

    Sorry that some of them questions might seem dumb for you, but I'm just starting and trying to make it right ... you are right, I will not need to load all them images for background at once... and meanwhile I've also realized something, some of my animations...need not be (well I think none of them) in 16bit , probably will seem stupid but I just realized my Moon animation, only needs 4bit instead of 16bit, I did not know that 4 bit can hold any kind of four colors (for example 4 shades of yellow) ...

    Thank you again!!!

    Rob

  2. #2
    I know nothing about Andorra... but images on disk can be compressed as small as you can. When loaded to graphics card memory they are converted to 24 or 32bit. That depends if you use alpha channel or not, meaning each of R,G,B,A will take 8 bits in order to be byte-aligned. So it's usually quite safe to use full color textures nowadays, unless you go for advanced optimizing things. Just know that even if the image is just 4 bit in drawing software, it may be much larger when loaded in game.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •