Giter Club home page Giter Club logo

xpost's Introduction

Github Build status Build Status

[The original README has moved to doc/INTERNALS, and has been superceded by doc/NEWINTERNALS.]

Xpost is a cross-platform interpreter for the PostScript Language written in C. It has autotools for building on unix systems, and Visual C solutions for building on Windows. Currently, a windows build cannot run because there's no installer to coordinate the location for the postscript-language data files that are needed.

The core of the interpreter was written by M Joshua Ryan (luser droog). The autotools build system, logging system, and win32 device were written by Vincent Torri. Individual files bear the copyright of their respective contributors.

Xpost has rudimentary graphics support. MS Windows or X11 windows. PGM or PPM file output. Or a nulldevice, which executes the drawing operations and discards the output. A Raster device is in development which will yield the image data in BGR, BGRA, ARGB, or RGB byte orders to a calling program which uses xpost as a library component.

Xpost is currently distributed with a BSD-3-Clause licence which may allow its use in projects where Ghostscript is not available.

The entire interpreter is implemented as a library which is used by a relatively small application file /src/bin/xpost_main.c. A simpler example of using the libary is in /src/bin/xpost_client.c.

Quick Installation Instructions.


Currently the intepreter source is in src/bin and the commands ./autogen.sh (or ./configure if autogen.sh has already been launched) make will create the interpreter binary xpost(.exe)? in src/bin. make install will install the application, so xpost can be run as a command.

Many more installation and configuration options desribed in ./INSTALL.

Support.

Questions about Xpost can be addressed in the Google Group xpost-discuss https://groups.google.com/forum/#!forum/xpost-discuss

xpost's People

Contributors

hzeller avatar luser-dr00g avatar mulle-kybernetik-tv avatar thorstenb avatar vtorri avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.