Commit graph

3 commits

Author SHA1 Message Date
David Prévot
26e4927a17 Strip away copyrighted ICC profiles
While searching for embedded non-free ICC profiles:

	find . -regextype posix-extended -iregex '.*\.(jpg|png)' \
		-exec sh -c 'identify -verbose "$0" \
		| grep -i copyright && echo "$0"' {} \;

The following files showed up. The proposed alternative files just
remove the embedded possibly non-free and anyway useless ICC profiles:

	exiftool -icc_profile"-<=" $files

The images have been checked as identical to their source.
2014-08-05 12:29:33 -04:00
raimund-schluessler
623077cb8c new design, set beginning of tasks
- new design
- added possibility to set a start date for tasks
- new collection for current tasks
-  show calendar color in calendar list
2014-04-19 20:28:22 +02:00
raimund-schluessler
a649adbbef Initial Commit 2014-03-28 20:11:56 +01:00