-
Notifications
You must be signed in to change notification settings - Fork 0
Add sample encoders #50
Copy link
Copy link
Open
Labels
blockedThis task cannot be started until a prerequisite has been completedThis task cannot be started until a prerequisite has been completedenhancement
Description
Activity
Metadata
Metadata
Assignees
Labels
blockedThis task cannot be started until a prerequisite has been completedThis task cannot be started until a prerequisite has been completedenhancement
Perhaps these could be included in an
examplesmodule.Well-known encoders I'd like to produce examples for:
With the exception of the base-85 schemes (which perform some additional kind of run-length encoding on certain output patterns, all of these should be rather trivial to implement as subclasses, and might serve as more helpful documentation and proof-of-concept to potential users.
Regarding the output transformation of the Ascii85 variants, it might be worth holding off until issue #27 is done (the pre-processing and post-processing ideas would be very helpful for such a scheme as Ascii85).