Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 936 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 936 Bytes

holestone-tartan

An archive of Robert Bradford's mktartan program, compiled from its scattered remains on the net. Mostly recovered from archive.org — https://web.archive.org/web/20080515061850/http://www.holestone.net/tartan/mktartan.html — and that page provides usage instructions

Build

cc -o mktartan mktartan.c

Usage

mktartan -c -s2 -x tdf/Mitchell.tdf

which creates tdf/Mitchell.xpm

Samples folder contains PNG files converted from xpm files using the example setting above.

Licence

From the source:

/*
# Builds XPM or BMP files from a TDF tartan definition file.
# Copyright (c) 1998 Robert Bradford. All Rights Reserved.
# 
# This software may be freely used for any purpose whatsoever, 
# provided the copyright message is left intact. 
# 
# Have fun.
*/