Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Text Editing&Processing > Filters

    Ascii85 Data Encodings for Python 0.1

    Download button

    No screenshots available
    Downloads: 1,049  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.1/5)
    16 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Alexandre Fiori | More programs
    GPL / FREE
    May 8th, 2008, 12:50 GMT
    ROOT / Text Editing&Processing / Filters

     Read user reviews (0)  Refer to a friend  Subscribe

    Ascii85 Data Encodings for Python description

    Ascii85 Data Encodings for Python is an extension written in C, that provides Ascii85 data encodings, also known as Base85.

    Ascii85 Data Encodings for Python (pyascii85) is an extension written in C, that provides Ascii85 data encodings, also known as Base85.

    It can encode and decode files or text buffers, and is useful for encoding data to be used within PostScript and PDF files, such as raw RGB images.

    USAGE

    encoding:
    encode(input, output, begin_tag=True, end_tag=True)
    b85encode(buffer, begin_tag=True, end_tag=True)

    decoding:
    decode(input, output)
    b85decode(buffer)

    EXAMPLES

    (from buffer)
    >>> import ascii85
    >>> v = ascii85.b85encode('sample test')
    >>> ascii85.b85decode(v)
    'sample test'
    >>> v
    'n'

    (from file)
    >>> ascii85.encode(file('/etc/motd'), sys.stdout)


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    text filter | data encoding | Python extension | Ascii85 | data | encoding

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM