revealapp / Revert

REVEal Rendering Test
revealapp.com
BSD 3-Clause "New" or "Revised" License
364 stars 28 forks source link

Resolve "Layer 3" must be a fully opaque bitmap warning #18

Closed tonyarnold closed 8 years ago

tonyarnold commented 8 years ago

Building in Xcode is producing the following:

Revert/Revert-tvOS/Assets.xcassets:./CollectionCell Icons/icon_AutoResizing.imagestack: warning: The last image stack layer with content, "Layer 3", must be a fully opaque bitmap. The pixel at position (0, 374) has an alpha value of 254.
Revert/Revert-tvOS/Assets.xcassets:./CollectionCell Icons/icon_AutoResizing.imagestack: warning: The last image stack layer with content, "Layer 3", must be a fully opaque bitmap. The pixel at position (0, 374) has an alpha value of 254.
Mattro commented 8 years ago

The pixel at position (0, 374) has an alpha value of 254.

What on earth. A single pixel is off by a single alpha value. I'll check my sprite sheet and re-export.

Mattro commented 8 years ago

No Buildtime Issues