Skip to content

A Python3 script that removes BOM characters from Adobe Animate texture atlas files.

License

Notifications You must be signed in to change notification settings

ACrazyTown/atlas_debomifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

atlas_debomifier

For some reason, Adobe Animate tends to encode it's texture atlas files with UTF-8-BOM which is stupid and tends to cause crashes when parsing.

So I made this useful tool to encode them in the regular UTF-8 format to prevent any issues with parsing (because I've had them when parsing the JSONs in Haxe)

About

A Python3 script that removes BOM characters from Adobe Animate texture atlas files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages