Skip to content

Removes all Alpha bytes from a binary with Red, Green, Blue and Alpha channels.

Notifications You must be signed in to change notification settings

CreatorSiSo/remove-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remove-alpha

Removes all Alpha bytes from a binary with Red, Green, Blue and Alpha color channels.

Before

r g b a r g b a ...
50 8e a5 ff 53 90 a5 ff ...

After

r g b _ r g b _ ...
50 8e a5 _ 53 90 a5 _ ...

About

Removes all Alpha bytes from a binary with Red, Green, Blue and Alpha channels.

Topics

Resources

Stars

Watchers

Forks

Languages