Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/superna9999/urf_work
- Owner: superna9999
- Created: 2010-11-22T18:13:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-24T13:38:25.000Z (almost 14 years ago)
- Last Synced: 2023-03-11T12:18:25.273Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 6.32 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.