aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add support for pixel marginsMattias Andrée2015-12-131-22/+68
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* support marginsMattias Andrée2015-12-134-56/+72
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix bug + allow pipingMattias Andrée2015-12-123-27/+31
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* you can now select framebufferMattias Andrée2015-12-125-12/+48
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* remove pnm supportMattias Andrée2015-12-1210-274/+16
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix uninitialised variablesMattias Andrée2015-12-112-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* the kernel-specific functions can fetch and use additional data it may needMattias Andrée2015-12-117-18/+42
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* add shell tab-completion + fix translationMattias Andrée2015-12-112-0/+46
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* png conversion is no longer done in a separate process.Mattias Andrée2015-12-117-243/+323
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* m docMattias Andrée2015-12-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix a memory leakMattias Andrée2015-12-111-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* m + split out save_fbs to main + do not use PATH_MAX + do not use allocaMattias Andrée2015-12-116-81/+170
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* whitespaceMattias Andrée2015-12-112-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* typoMattias Andrée2015-12-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* use libpng, ... now we just have to make it fasterMattias Andrée2015-12-113-10/+172
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* soon, convert will not be usedMattias Andrée2015-12-106-91/+75
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* mostly splitting the sourceMattias Andrée2015-12-109-398/+751
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* a bunch of stuff...Mattias Andrée2015-12-101-4/+65
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* It is not intented to only support Linux, do not formulate it as suchMattias Andrée2015-12-071-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* small fixesMattias Andrée2015-12-071-4/+10
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* misc improvementsMattias Andrée2015-12-071-3/+11
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* whitespaceMattias Andrée2015-12-071-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* typoMattias Andrée2015-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* gettext support, does not seem to work...Mattias Andrée2015-12-071-57/+76
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* inform the user which file cannot be opened on failureMattias Andrée2015-12-071-6/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* style + minor bug fixesMattias Andrée2015-12-071-242/+309
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Close the file when not using convertMattias Andrée2015-12-071-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Add --raw option, making ImageMagick optionalMattias Andrée2015-12-071-17/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove old todoMattias Andrée2015-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* misc improvements1.0.2Mattias Andrée2015-12-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix warningsMattias Andrée2014-10-281-14/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add manualMattias Andrée2014-10-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement --execMattias Andrée2014-10-281-5/+89
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-10-281-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* parse filename patternMattias Andrée2014-10-271-14/+138
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-10-271-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* most of the commnad line stuffMattias Andrée2014-10-271-5/+143
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typo + depsMattias Andrée2014-10-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops + support all endiannessesMattias Andrée2014-10-251-5/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-10-221-29/+53
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* separate out measureMattias Andrée2014-10-221-24/+57
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-10-221-14/+77
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version, fast enoughtMattias Andrée2014-10-202-78/+187
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* python version, still too slowMattias Andrée2014-10-191-0/+78
Signed-off-by: Mattias Andrée <maandree@operamail.com>