Skip to content

Strip away copyrighted ICC profile #431

@msxfm

Description

@msxfm

Issue by DavidPrevot
Monday May 19, 2014 at 02:52 GMT
Originally opened as RequestPolicy/requestpolicy#431


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 following file has been spotted, and the ICC profile has been
removed:

exiftool -icc_profile"-<=" src/skin/menu-other-origins.png

The image has been checked identical to its source, and in addition,
the file is about 3 kB smaller without these useless binary data.


DavidPrevot included the following code: https://github.com/RequestPolicy/requestpolicy/pull/431/commits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions