This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is the maximum texture size etcpack can handle?

When trying to compress a 16k texture etcpack exits with the error:

Error: Could not allocate memory for image. File: tmp.ppm

Error: Could not read tmp.ppm file.

What's the best way to compress very large textures?

Parents
  • Hmm, it is block based so you can potentially write something to divide the texture into sub-textures, etcpack those and then stitch them together again afterwards. I'll raise this as a bug against the texture compression tool anyway and see if we can get this supported in future versions. That said, what device are you using that supports 16K textures?

    Thanks,

    Chris

Reply
  • Hmm, it is block based so you can potentially write something to divide the texture into sub-textures, etcpack those and then stitch them together again afterwards. I'll raise this as a bug against the texture compression tool anyway and see if we can get this supported in future versions. That said, what device are you using that supports 16K textures?

    Thanks,

    Chris

Children