diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 13:47:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 13:47:18 +0100 |
commit | 1f1184d7a63f94f809fd3a9e807f9f36a3e39dd7 (patch) | |
tree | 89b4d0bcfa9e7cdb76f3c8bac3662f8dadf770b9 /NEWS | |
parent | m doc (diff) | |
download | scrotty-1f1184d7a63f94f809fd3a9e807f9f36a3e39dd7.tar.gz scrotty-1f1184d7a63f94f809fd3a9e807f9f36a3e39dd7.tar.bz2 scrotty-1f1184d7a63f94f809fd3a9e807f9f36a3e39dd7.tar.xz |
png conversion is no longer done in a separate process.
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -36,10 +36,21 @@ scrotty NEWS -*- outline -*- The invocation syntax is less strict, and short options have been added. + Performance is significantly improved (for PNG images) + because images are stored directly as PNG and not converted. + ** Translations The program and the man page has been translated to Swedish. +** Bug fixes + + The images is not saved as PNM if PNG is requested but the + filenames does not end with .png, which could happend when + the program selected filename automatically and needed to + add a number at the end so that existing files were not + overriden. + * Noteworthy changes in release 1.0.2 (2015-(10)Dec-01 UTC) [stable] |