NeilHarbin0 / AlphaSolveVideo

Extracting transparent video content from SSBM
GNU General Public License v3.0
1 stars 0 forks source link

Gif output truncates some hitboxes #1

Closed NeilHarbin0 closed 7 months ago

NeilHarbin0 commented 7 months ago

It is possible for SolveToGif to truncate the partially transparent hitboxes if their alpha is too low. It is common that the alpha can be just below 128.

This is a result of gif being limited to 1-bit alpha, but it may be better to at least by default keep hitboxes.

Option 1:

Option 2: