2

I want to import an image using Haxe, my image is big but it is 8 bits and it weighs 89kb. The problem occurs when I import it, because the size of the memory grows by 35mb. I suppose it is reserving memory for a 32bit image. Any idea how to import an image of 8bits, without consuming so much memory?

Gama11
  • 31,714
  • 9
  • 78
  • 100
Matías González
  • 1,366
  • 3
  • 15
  • 30

1 Answers1

5

OpenFL currently uses 32-bit memory for images at runtime, regardless of the original compression format. I believe there is an enhancement task open right now to allow for 24-bit, 16-bit and other color formats.

Joshua Granick
  • 1,017
  • 6
  • 6