[Pkg-mozext-commits] [perspectives-extension] 10/12: Strip away copyrighted ICC profile

David Prévot taffit at moszumanska.debian.org
Mon May 19 03:20:34 UTC 2014


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

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit c58d427d7baedb6c0df4e7e02677af26ab92c9a4
Author: David Prévot <taffit at debian.org>
Date:   Sun May 18 22:22:29 2014 -0400

    Strip away copyrighted ICC profile
    
    While checking for copyrighted ICC profiles, under non free licence
    with a command like:
    
    	find . -regextype posix-extended -iregex '.*\.(jpg|png)' \
    		-exec sh -c 'identify -verbose "$0" \
    		| grep -i copyright && echo "$0"' {} \;
    
    The two following files have been spotted, and the ICC profiles has
    been removed:
    
    	exiftool -icc_profile"-<=" plugin/chrome/content/img/{bad,error}.png
    
    The images have been checked identical to their source, and in addition,
    the files are about 3 kB smaller without these useless binary data.
---
 plugin/chrome/content/img/bad.png   | Bin 4340 -> 1689 bytes
 plugin/chrome/content/img/error.png | Bin 4567 -> 1916 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/plugin/chrome/content/img/bad.png b/plugin/chrome/content/img/bad.png
index 296415e..f297ff4 100644
Binary files a/plugin/chrome/content/img/bad.png and b/plugin/chrome/content/img/bad.png differ
diff --git a/plugin/chrome/content/img/error.png b/plugin/chrome/content/img/error.png
index 1c6b8eb..6d6bd33 100644
Binary files a/plugin/chrome/content/img/error.png and b/plugin/chrome/content/img/error.png differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list