TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How do image hosting websites stop illegal images from being uploaded?

1 pointsby Scuzzover 10 years ago
How do image sharing websites such as imgur, photobucket and imgFap keep out illegal images?<p>Do they have a team of moderators keeping an eye on things or is there some type of algorithm they use to detect the images?

3 comments

Piskvorrrover 10 years ago
They don&#x27;t. Recommended reading: DMCA safe harbor provision <a href="https://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act#Title_II:_Online_Copyright_Infringement_Liability_Limitation_Act" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Digital_Millennium_Copyright_A...</a> and related. In other words, things get taken down by nastygrams from lawyers, not by algorithm.<p>Note that images may be &quot;illegal&quot; for approximately ten bazillion different reasons, and most of those reasons can&#x27;t be determined algorithmically - from copyright infringement to pornography (famously defined as &quot;I know it when I see it&quot;).
oplessover 10 years ago
They usually have a &quot;report photo&quot; link.<p>I assume a human may review the reports and wields the ignore&#x2F;delete&#x2F;banhammer as appropriate.<p>If I were to build one, I&#x27;d ensure I kept a hash&#x2F;perceptual hash (see phash and friends) of removed images so they&#x27;d get put in the queue&#x2F;automatically rejected as appropriate.
kfcmover 10 years ago
Companies can have teams of content moderators or reviewers, whether employees or outsourced.<p>Good article is here: <a href="http://www.nytimes.com/2010/07/19/technology/19screen.html?_r=0" rel="nofollow">http:&#x2F;&#x2F;www.nytimes.com&#x2F;2010&#x2F;07&#x2F;19&#x2F;technology&#x2F;19screen.html?_...</a>