Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superna9999/urf_work

Work On UNIRAST File Format, see the urftopdf repository for a CUPS filter
https://github.com/superna9999/urf_work

Last synced: about 18 hours ago
JSON representation

Work On UNIRAST File Format, see the urftopdf repository for a CUPS filter

Awesome Lists containing this project

README

        

This is an inital work on UNIRAST format

The urftobmp.c program is a simple GNU C program which decodes an UNIRAST file to a bmp file per page.
It does not handle the Colorspace/Duplex Mode/Quality or Dots per Inches informations.

The urftotiff.c program is a simple GNU C program which decodes an UNIRAST file to a multipage tiff packbits compressed file.
It does not handle the Colorspace/Duplex Mode/Quality informations.
It depends on the libtiff and creates a multipage file.

Thanks for http://alanQuatermain.net/ for its URF file partial decode.