All Projects → ansilove → ansilove-php

ansilove / ansilove-php

Licence: BSD-2-Clause license
A set of tools to convert ANSi and artscene related file formats into PNG images

Programming Languages

PHP
23972 projects - #3 most used programming language
Batchfile
5799 projects
AGS Script
88 projects

Projects that are alternatives of or similar to ansilove-php

iniquity
A re-imagining of the iconic BBS software.
Stars: ✭ 35 (-37.5%)
Mutual labels:  ascii, ansi
Table
Formats data into a string table.
Stars: ✭ 524 (+835.71%)
Mutual labels:  ascii, ansi
gifterm
View animated .GIF files in a text console. Linux/Mac/Windows
Stars: ✭ 14 (-75%)
Mutual labels:  ascii, ansi
p8-programming-fonts
A collection of fonts I've modified for PICO-8 programming.
Stars: ✭ 67 (+19.64%)
Mutual labels:  ascii, ansi
Retrotxt
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into in-browser HTML
Stars: ✭ 93 (+66.07%)
Mutual labels:  ascii, ansi
sbbs
Mirror of gitlab.synchro.net/sbbs (don't submit pull requests here)
Stars: ✭ 25 (-55.36%)
Mutual labels:  ascii, ansi
Enigma Bbs
ENiGMA½ BBS Software
Stars: ✭ 294 (+425%)
Mutual labels:  ascii, ansi
durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (-1.79%)
Mutual labels:  ascii, ansi
Asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
Stars: ✭ 1,107 (+1876.79%)
Mutual labels:  ascii, ansi
Sadconsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
Stars: ✭ 853 (+1423.21%)
Mutual labels:  ascii, ansi
attic
A collection of personal tiny tools - mirror of https://gitlab.com/hydrargyrum/attic
Stars: ✭ 17 (-69.64%)
Mutual labels:  ascii, ansi
Ascension
ANSI/ASCII art viewer for Mac OS X
Stars: ✭ 143 (+155.36%)
Mutual labels:  ascii, ansi
libansilove
Library for converting ANSI, ASCII, and other formats to PNG
Stars: ✭ 33 (-41.07%)
Mutual labels:  ascii, ansi
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+1308.93%)
Mutual labels:  ascii, ansi
Blockzone
A faithful recreation of the original DOS font.
Stars: ✭ 100 (+78.57%)
Mutual labels:  ascii, ansi
Ansilove
ANSI and ASCII art to PNG converter in C
Stars: ✭ 207 (+269.64%)
Mutual labels:  ascii, ansi
paper-terminal
Print Markdown to a paper in your terminal
Stars: ✭ 33 (-41.07%)
Mutual labels:  ansi
AACircuit
Pythonized AACircuit: Draw electronic circuits with ASCII characters.
Stars: ✭ 83 (+48.21%)
Mutual labels:  ascii
table
Produces a string that represents slice data in a text table, inspired by gajus/table.
Stars: ✭ 130 (+132.14%)
Mutual labels:  ascii
AACircuit
Draw circuits using ASCII
Stars: ✭ 54 (-3.57%)
Mutual labels:  ascii
         _______         ___________          ___
       __\___   \_  ____/     /\   /______ ___\_/__            /\
      /    \|     \/  _ \    /--\_____    \\   /  /\          /  \
    _/      |     /    \     \      |/     /      \ \ _ _____/    \_______
    \       |_____\____/     /      /      \____  /\/                    /
     \______|      \  \_____/\______       /\   \/  \   /\NSILOVE 1.12  /____ _
      \     |_______\__\___ \ \    \      /  \___\__/____
       \____|        /____/\_\/\__ /     / __/___ \     /\    ____
                     \    \ \     /     /_/ __   \/    /__\__/  _/ _____ ___
                 /\   \____\/    /     //   \    /    /    /    _>/    //__/\
                /  \           _/      \   //   /    /    /     \/    / \__\/
_ _________    /    \_______ _ \___    /_______/    /   _/ \____      \  /
           \  /                 \ \___/\       \_______/\\  \  \______/\/
            \/                   \_\  \ \_______\      \ \\/ \__\     \ \
                                    \__\/        \______\/ h7/dS!\_____\/

Description

Ansilove is a set of tools to convert ANSi and artscene-related file formats into PNG images, supporting ANSi (.ANS), PCBOARD (.PCB), BiNARY (.BIN), ADF (.ADF), iDF (.IDF), TUNDRA (.TND) and XBiN (.XB) formats.

Ansilove/PHP is now deprecated, version 1.12 will be the last release.

Users are encouraged to migrate to Ansilove/C which replaces the command line
converter, and to Ansilove.js for doing "on the fly" conversions on web pages.

It includes an all purposes command line converter, along with a library to use on web pages for doing "on the fly" conversions. It creates size optimized 4-bit PNG files and supports SAUCE (Standard Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts (including all the 14 MS-DOS charsets and some unofficial ones), Amiga fonts, and iCE colors.

It is written in PHP, and can thus be run on any supported system: the command line converter can be used under Linux, Mac OS X, Windows, and so far and so on.

Ansilove doesn’t require any Web server: you can use the bundled command line converter to convert files locally on your computer.

Features

  • ANSi (.ANS) format support
  • PCBOARD (.PCB) format support
  • BiNARY (.BIN) format support
  • ADF (.ADF) format support (Artworx)
  • iDF (.IDF) format support (iCE Draw)
  • TUNDRA (.TND) format support
  • XBiN (.XB) format support
  • Small output file size (4-bit PNG)
  • SAUCE (Standard Architecture for Universal Comment Extentions)
  • 80x25 font support
  • 80x50 font support
  • Amiga font support
  • iCE colors support

Supported charsets

  • IBM PC (Code page 437)
  • Baltic (Code page 775)
  • Cyrillic (Code page 855)
  • French Canadian (Code page 863)
  • Greek (Code pages 737 and 869)
  • Hebrew (Code page 862)
  • Icelandic (Code page 861)
  • Latin-1 (Code page 850)
  • Latin-2 (Code page 852)
  • Nordic (Code page 865)
  • Portuguese (Code page 860)
  • Russian (Code page 866)
  • Turkish (Code page 857)
  • Armenian
  • Persian (Iran System encoding standard)

License

Ansilove is released under the BSD 2-Clause license. See LICENSE file for details.

Author

Ansilove is developed by Frederic Cambus.

Resources

Project Homepage: https://www.ansilove.org

Sister project: https://www.ascii-codes.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].