[redeclipse] 153/494: document how to clean jpegs & pngs

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit 5689d6a885f73abfa6f7000fc3289b3a22172a30
Author: Arand Nash <ienorand at gmail.com>
Date:   Sun Apr 3 18:36:15 2011 +0100

    document how to clean jpegs & pngs
---
 cleaning_copyrights | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/cleaning_copyrights b/cleaning_copyrights
new file mode 100644
index 0000000..47c0074
--- /dev/null
+++ b/cleaning_copyrights
@@ -0,0 +1,7 @@
+find . -iname *.jpg | xargs grep -irl copyright
+
+for i in $(find . -iname *.jpg | xargs grep -irl copyright); do jhead -purejpg $i; done
+
+for i in $(find . -iname *.png); do if [ -n "$(identify -verbose "$i" | grep 'Profile.*bytes')" ]; then echo $i; fi; done | sed s/^..//
+
+for i in $(git show debian:debian/unincluded_copyrights | egrep '.*\.png'); do echo mogrify -strip $i; mogrify -strip $i; done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list