What are the actual limits of a bitmap in flash?

前端 未结 2 676
陌清茗
陌清茗 2021-01-29 01:48

As I can read it from this article the maximum square bitmap Flash can handle is 4,095 x 4,095 (which results in 16,769,025 pixels and bla-bla-bla). So, they say if I try to go

2条回答
  •  半阙折子戏
    2021-01-29 02:26

    look at this http://kb2.adobe.com/cps/496/cpsid_49662.html

    the actual size limit is 16,777,215 pixels (the decimal equivalent of 0xFFFFFF)

提交回复
热议问题