ruby-ascii85

Ruby library to encode/decode the Ascii85 format
  https://github.com/datawraith/ascii85gem
  0
  no reviews



Ascii85 (also called "Base85") is a form of binary-to-text encoding, which is mainly used in Adobe's PostScript and PDF format. This package provides a ruby library to encode/decode Ascii85.

It ships also a command line utility, which can encode/decode files to the standard output.