From: Colin Clark Date: Tue, 27 Apr 2021 12:22:03 +0000 (+0100) Subject: Merge branch 'master' of git://www.geeqie.org/geeqie X-Git-Tag: v1.7~126 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=599c9a3ef88dd1f35c78d716d6f5b6249e32be24 Merge branch 'master' of git://geeqie.org/geeqie --- 599c9a3ef88dd1f35c78d716d6f5b6249e32be24 diff --cc src/thumb_standard.c index c008dca6,43ab9fed..2998f394 --- a/src/thumb_standard.c +++ b/src/thumb_standard.c @@@ -30,14 -30,15 +30,16 @@@ #include "filedata.h" #include "exif.h" #include "metadata.h" +#include "color-man.h" - /* + /** + * @file + * * This thumbnail caching implementation attempts to conform * to the Thumbnail Managing Standard proposed on freedesktop.org - * The standard is documented here: - * http://triq.net/~jens/thumbnail-spec/index.html + * The standard is documented here: \n + * http://triq.net/~jens/thumbnail-spec/index.html \n * (why isn't it actually hosted on freedesktop.org?) * * This code attempts to conform to version 0.7.0 of the standard.