My question isn't strictly coding, but that will be the next step once this concept is worked out.

A company I'm a part of is selling custom t-shirts online. We've sold custom t-shirts manually for years but now we're getting a lot of volume for one-offs.

In the last few days we've seen a few orders blatantly using trademarks and copyrighted images, so we've manually rejected them.

It's easy to spot a Fortune 500 trademark and reject a design, but what about when it's Bob's Landscaping from Missoula? I can have customers warrant that they own the marks and copyright but that won't stop someone from suing me [DMCA does not seem to apply here], it will only give me potential recourse to cover my losses if I am sued.

link|improve this question
3  
To put it bluntly, this is impossible. – Wesley Murch May 12 '11 at 21:30
This is essentially a legal/business question and is therefore off-topic for SO, unfortunately. – Orbling May 12 '11 at 21:30
1  
@Orbling: Many business and legal questions rely on software solutions, such as accounting reports. I think the OP is asking for copyright vetting automation. As such, this seems entirely appropriate for how to go about a solution, though maybe it is a philosophical software design question, not a specific problem question. – wallyk May 12 '11 at 21:38
@wallyk: Conceivably, it is not beyond the realms of possibility. With current image identification, I guess you could develop a flagging system, but it would most likely give a lot of false negatives, or false positives. – Orbling May 12 '11 at 21:40
Doesn't this have to get looked over manually anyways before production?? – Wesley Murch May 12 '11 at 21:40
show 1 more comment
feedback

closed as off topic by Jim Lewis, Wesley Murch, Orbling, JYelton, bmargulies May 12 '11 at 21:46

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 2 down vote accepted

If the artwork is provided digitally, upload it to http://www.tineye.com/ and see where else the image appears. The websites it may appear on can give a really good idea if it is copyrighted. That seems like it could be automated to a large extent, especially for a few websites which have consistent HTML elements giving copyright status.

I doubt it can be done automatically 100% of the time though. There will still be some percent of images which it takes a human to process. Though even that could be semi-automated if there is some incentive offered for crowdsourcing such processing.

link|improve this answer
Then who is responsible, TinEye? This is way off topic. – Wesley Murch May 12 '11 at 21:33
1  
@Wesley: It is not a question of "responsibility" per se. More an indication of whether the image is plausibly free for use. However, the usual caveats of proving a negative apply. – wallyk May 12 '11 at 21:35
Cool site idea, but it doesn't seem to be very useful (or to work at all) for this purpose. I had it fail even using an exact copy of a logo from one of my 3year old sites. Also: TinEye looks for the specific image you uploaded, not the content of the image. TinEye does not identify people or objects in an image. – Wesley Murch May 12 '11 at 21:38
@Wesley: That's not true. It does some sort of image processing so that rescaling, rotations, and overlaid text do not affect recognition. – wallyk May 12 '11 at 21:40
@Wesley: I don't see where that text came from, but I found this: find out where it came from, how it is being used, if modified versions of the image exist, or to find higher resolution versions. TinEye is the first image search engine on the web to use image identification technology rather than keywords, metadata or watermarks. – wallyk May 12 '11 at 21:44
show 2 more comments
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.