[Pkg-owncloud-commits] [owncloud-doc] 03/09: Strip away copyrighted ICC profiles
David Prévot
taffit at moszumanska.debian.org
Sun May 18 21:30:26 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 a445d9cdd8ee53c6aa73e881312c3e55493b2a9c
Author: David Prévot <taffit at debian.org>
Date: Sun May 11 17:54:44 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
https://github.com/owncloud/documentation/pull/345
---
.../images/1000000000000270000003A317117674.png | Bin 134313 -> 131779 bytes
.../images/10000201000003430000020C65A3C5A7.png | Bin 166432 -> 160282 bytes
.../images/100002010000034700000211B6BE4A2B.png | Bin 134256 -> 128106 bytes
.../images/10000201000003480000020EC688993D.png | Bin 144318 -> 138168 bytes
user_manual/images/oc_ui.png | Bin 138786 -> 138410 bytes
user_manual/images/osx_webdav1.png | Bin 245992 -> 244920 bytes
user_manual/images/owncloud_webinterface_map.png | Bin 14230 -> 13854 bytes
7 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/developer_manual/android_library/images/1000000000000270000003A317117674.png b/developer_manual/android_library/images/1000000000000270000003A317117674.png
index b992641..6f85dcf 100644
Binary files a/developer_manual/android_library/images/1000000000000270000003A317117674.png and b/developer_manual/android_library/images/1000000000000270000003A317117674.png differ
diff --git a/developer_manual/ios_library/images/10000201000003430000020C65A3C5A7.png b/developer_manual/ios_library/images/10000201000003430000020C65A3C5A7.png
index 455e6d9..fb995ac 100644
Binary files a/developer_manual/ios_library/images/10000201000003430000020C65A3C5A7.png and b/developer_manual/ios_library/images/10000201000003430000020C65A3C5A7.png differ
diff --git a/developer_manual/ios_library/images/100002010000034700000211B6BE4A2B.png b/developer_manual/ios_library/images/100002010000034700000211B6BE4A2B.png
index d71b482..0c57df1 100644
Binary files a/developer_manual/ios_library/images/100002010000034700000211B6BE4A2B.png and b/developer_manual/ios_library/images/100002010000034700000211B6BE4A2B.png differ
diff --git a/developer_manual/ios_library/images/10000201000003480000020EC688993D.png b/developer_manual/ios_library/images/10000201000003480000020EC688993D.png
index 53a7931..1505f3d 100644
Binary files a/developer_manual/ios_library/images/10000201000003480000020EC688993D.png and b/developer_manual/ios_library/images/10000201000003480000020EC688993D.png differ
diff --git a/user_manual/images/oc_ui.png b/user_manual/images/oc_ui.png
index 4ddbea7..b68f21a 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/osx_webdav1.png b/user_manual/images/osx_webdav1.png
index 7f0b87f..6c43951 100644
Binary files a/user_manual/images/osx_webdav1.png and b/user_manual/images/osx_webdav1.png differ
diff --git a/user_manual/images/owncloud_webinterface_map.png b/user_manual/images/owncloud_webinterface_map.png
index cfd5588..c07e1f4 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