What am I allowed to do programmatically with pictures that have a Creative Commons "don't modify" license
Posted
by
nist
on Programmers
See other posts from Programmers
or by nist
Published on 2012-10-14T08:40:56Z
Indexed on
2012/10/14
9:50 UTC
Read the original article
Hit count: 302
licensing
|creative-commons
I'm working on a project that uses some icons that are under a Creative Commons license (ND) that forbids modification of the picture.
What can I do with this icons as a programmer?
Can I modify the looks of the image in the program as long as I don't change anything in the file that contains the icon?
Have I modified the image if I put a colored transparent layer over it so the color of the icon changes?
© Programmers or respective owner