Waitsnake / AnimatedGif

A screensaver for Mac OSX / macOS that plays animated GIFs and APNGs
MIT License
213 stars 31 forks source link

Wrong alpha blending in Metal Render #49

Closed Waitsnake closed 5 years ago

Waitsnake commented 5 years ago

The alpha blending of GIF files is not enabled globally for a hole file, but can be individually enabled or disabled for each frame.

The Metal Render at the moment enables alpha blending for a hole file. The OpenGL Render instead enables alpha blending only for each frame as it should be.

The Metal Render needs to be fixed.