[Pkg-owncloud-commits] [owncloud-doc] 34/36: Strip away copyrighted ICC profiles
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:43:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 4f141909230f48c181bc3ec55dc6fe4d2be4f092
Author: David Prévot <taffit at debian.org>
Date: Mon Aug 18 15:47:03 2014 -0400
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
---
user_manual/images/oc_ui.png | Bin 45502 -> 45125 bytes
user_manual/images/owncloud_webinterface_map.png | Bin 12274 -> 11897 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/user_manual/images/oc_ui.png b/user_manual/images/oc_ui.png
index 5e4cda2..a060bf6 100644
Binary files a/user_manual/images/oc_ui.png and b/user_manual/images/oc_ui.png differ
diff --git a/user_manual/images/owncloud_webinterface_map.png b/user_manual/images/owncloud_webinterface_map.png
index 00ef486..475bd7b 100644
Binary files a/user_manual/images/owncloud_webinterface_map.png and b/user_manual/images/owncloud_webinterface_map.png differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list