commit 49cef794d9cef3c1ab8478963a7f778c8c28eb70
Author:     FRIGN <[email protected]>
AuthorDate: Mon Mar 14 23:12:49 2016 +0100
Commit:     FRIGN <[email protected]>
CommitDate: Mon Mar 14 23:12:49 2016 +0100

    Bump version to 2
    
    There have been quite considerable changes since version 1.
    The conversion tools have had a considerable performance boost of
    around 75% by using a row-buffer instead of reading each R-G-B-A-chunk
    individually.
    Also, 2ff(1) somehow called "xconvert" instead of "convert", rendering
    it useless for anything other than png's and jpg's.
    There was a small excursion to color spaces and ICC color profile
    handling, but this has been dismissed (it was a difficult decision).
    
    Thanks for all the feedback!

diff --git a/config.mk b/config.mk
index 37ad05f..94a4570 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # farbfeld version
-VERSION = 1
+VERSION = 2
 
 # Customize below to fit your system
 

Reply via email to