RLE Compression for File Formats #95
No reviewers
Labels
No labels
bug
doodad
enhancement
levels & doodads
security
ui toolkit
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rle-compression"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds a new RLEAccessor type of chunk accessor which stores drawing data with RLE (Run Length Encoding) compression.
On average it results in file size savings of 90+% especially for levels having large blocks of colors.