summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* (Re)add jpg2ffFRIGN2015-11-23
| | | | | | Thanks z3bra for porting this! Also change 2ff to use case instead of if-blocks.
* Add 2ff utilityFRIGN2015-11-17
| | | | | This is a wrapper for the different conversion utilities with filetype detection using file(1) and an imagemagick fallback.
* Fix Makefile-commentFRIGN2015-11-10
|
* Overhaul buildsystemFRIGN2015-11-10
|
* imagefile -> farbfeldFRIGN2015-11-09
| | | | | | | | | | | | - Rename the format - Change the format specification - Drop old tools waiting to be fixed on a later date, just keep fixed png for now - Simplify other stuff This is a direct consequence of my slcon2-talk on this topic. At first I planned to have 64 bits per channel, but this is overkill.
* Add gif2if procedure to MakefileFRIGN2015-02-03
| | | | Thanks to Henrique Lengler <henriqueleng@opmbx.org> for the patch!
* Makefile: prefer lib flags over general LDFLAGSHiltjo Posthuma2014-07-31
|
* add gif2ifHiltjo Posthuma2014-07-29
|
* add jpg2ifHiltjo Posthuma2014-07-29
|
* Use if-extension and naming for imagefileFRIGN2014-07-20
| | | | Respectively, image.png will become an image.if
* Initial commitFRIGN2014-07-19