Slashdot Mirror


Identifying Manipulated Images

Jamie found a cool story at MIT Tech Review. (As an aside, it sits behind an interstitial ad AND on 2 pages: normally I reject websites that do that, but it's a slow news day, so I'm letting it through.) Essentially, software is used to analyze light patterns in still photographs. Once you can figure out where the light sources are, it becomes a lot easier to determine if an image has been photoshopped.

162 comments

  1. Steganography by unbug · · Score: 4, Insightful

    Does it also apply to steganography? Would sort of suck if it did.

    1. Re:Steganography by L4t3r4lu5 · · Score: 5, Funny

      *Somewhere in the middle of the NSA / MI6 buildings, a check mark is put next to an IP address.*

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    2. Re:Steganography by JeanBaptiste · · Score: 1

      Steganography is a good way to hide things from your Grandmother. I wouldn't trust it much past that.

    3. Re:Steganography by blueg3 · · Score: 2, Informative

      There's not much wrong with steganography of encrypted data, particularly if the data in the covert channel would have been statistically similar to random data anyway.

      Most image steganography isn't that great, though, and steganography by a well-known means of cleartext data is fairly pointless.

    4. Re:Steganography by jd · · Score: 1

      This would presumably work best with HDR images, such as JPEG2000, OpenEXR and the like, as very few image capturing devices could be reliable at 48bpp. Actually, the "ideal" might well be to calculate the degree of randomness in the low-order bits of the image and then pick an encryption algorithm whose typical degree of apparent randomness was closest to the degree of randomness in the image. There may be ways of using compression prior to encryption, or data recovery bits + deliberate corruption to further massage the encrypted data so that statistical treatment would find no abnormalities.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    5. Re:Steganography by Clete2 · · Score: 1

      Nikon has had a program out for a while now that can tell if a picture has been photoshopped. However, it only works on Nikon SLRs.

      http://nikonusa.com/Find-Your-Nikon/Product/Imaging-Software/25738/Image%20Authentication%20Software.html

      I wonder how the accuracy of the technique in the article is with a point-and-shoot?

  2. Detector == Quality Control by Anonymous Coward · · Score: 5, Interesting

    People who manipulate images will use these tools for quality control: When the fabrication passes all tests, it is ready to be released.

    1. Re:Detector == Quality Control by PrayerlessApostle · · Score: 0

      Well very few will get released then. In that case the people who invented the detection technology have won then, haven't they? Fewer fakes released because the bar has been raised a lot now in terms of "quality control". Just because some photoshop nerd uses this for quality control doesn't mean it'll embue him with the power to photoshop pure gold fakes everytime he lays his hand on the mouse. If everyone implemented this as quality control before they released, there would be a lot less releases per week/month/year/whatever. Sure some people will still get through the net with fakes that fool this detection technology. But the point is very little will. So either a lot more fakes will get caught when this proliferates, or a lot more fakers will spend more time (a lot more) in photoshop trying to make an image that won't be found out to be a fake. A lot of them will probably never be able to release then, or will have to release with now-detectable faults in their image, because the bar is just too high now.

    2. Re:Detector == Quality Control by xquark · · Score: 2, Insightful

      If they can automate the detection then they can as easily automate the circumvention.

      --
      Arash Partow's Philosophy: Be a person who knows what they don't know, and not a person who doesn't know.
    3. Re:Detector == Quality Control by jd · · Score: 3, Interesting

      Detecting discrepencies between light sources is something that can be written as an algorithm and should increase in complexity linearly with the product of the number of light sources and number of pixels. Determining the correct value for pixels is something that must be written as a herustic and will increase in complexity exponentially with the number of objects (including light sources and non-visible objects) in the system. A herustic is not guaranteed to finish. Ever. Even if it always did, because the problem is exponential, far more images can be checked than can be fixed up.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    4. Re:Detector == Quality Control by ConceptJunkie · · Score: 1

      You can automate the detection of fakes, but not the creation of fakes. That's the hard part. Besides, given the utter garbage quality of many faked pictures passed off as real, it's obvious a lot of people Just Don't Care to verify things.

      --
      You are in a maze of twisty little passages, all alike.
    5. Re:Detector == Quality Control by Tjp($)pjT · · Score: 1

      Once you can figure out where the light sources are, it becomes a lot easier to determine if an image has been photoshopped.

      So use the new tool, determine the light sources and then add the correct light sources to you well rendered CGI model. Then the tool says it is "OK" and untampered with? Looks like a Photoshop plugin could be developed to check for this, and then maintain consistency. Just what we need. Better photo counterfeits!
      --
      - Tjp

      I am in wallow with my inner money grubbing capitalistic pig. ... Oink!

    6. Re:Detector == Quality Control by chgros · · Score: 1

      If they can automate the detection then they can as easily automate the circumvention.
      It's easy to check a crypto signature but hard to generate it (if given only the public key).
      I'm not saying there are any similarities between this and public key crypto, but just because you can check something easily, doesn't mean you can generate something that passes the check easily.

    7. Re:Detector == Quality Control by TempeTerra · · Score: 1

      I don't follow your reasoning. Surely any heuristic for checking light values on a pixel will have to generate an approximation to check against. Fixing the image (relative to the checking heuristic at least) would just be a matter of setting the value in the image instead of checking it - so the complexity of checking and fixing images would always be equal if you know the checking algorithm.

      Not sure what you mean about heuristics not being guaranteed to finish. A heuristic is just a quick-and-dirty approximation algorithm, many are written so that you can keep throwing processor cycles at them to get a progressively better answer, but if you expect to get the Right Answer it's not a heuristic any more.

      --
      .evom ton seod gis eht
    8. Re:Detector == Quality Control by jd · · Score: 1

      An accurate method won't give you a value to test against, it'll give you a set of values for each pixel, where the value of that pixel contributes towards the values in the remaining sets for all the other pixels. You do not get a yes/no answer. The best you can do is a maybe/no. Simply put, let's just take the case of multi-generational diffuse reflections. Each object in the scene contributes something to the lighting of every other object, directly or indirectly. By adding or removing even a single object, the diffuse reflections for all pixels become wrong. You then have to calculate the inverse of a one-way function for each pixel, and then calculate the intersection of all the results of that, and then regenerate the scene, which gives you a really bad exponential problem. Whereas, if the photograph is complete, if you take enough pixels to develop an idea of the system, you can constrain the number of possible values of the remaining pixels sufficiently to be able to test if any given pixel is in or out of that set in very short order. It won't prove the image authentic, but it will be able to prove it inauthentic, if it is, on many occasions. How many depends on how constrained the system is. It can never be constrained to 1 possible solution, but you can certainly constrain it enough to have a high level of confidence in an image being genuine if no fakery is detected.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    9. Re:Detector == Quality Control by TempeTerra · · Score: 1

      Ah yes, that makes sense. I was thinking of an over-simplified version of the problem. Thanks.

      --
      .evom ton seod gis eht
    10. Re:Detector == Quality Control by jd · · Score: 1

      You've got me curious - what was the method you were thinking of? Particularly in noisy images, my method may produce an impractical set of sets of possible results, simply because the uncertainty is too high. In such a system, a simpler method that is less influenced by noise may be far more suitable.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  3. Everything is photo-shopped! by jimboindeutchland · · Score: 5, Funny
    --
    this post is now diamonds!
    1. Re:Everything is photo-shopped! by ls+-la · · Score: 0, Redundant

      Damn, you beat me to it.

    2. Re:Everything is photo-shopped! by mlush · · Score: 2, Funny

      Damn, you beat me to it.

      I'm sure there is an xkcd strip to cover this eventuality....

      I'm sure its in here somewhere

  4. Expert User Required by Anonymous Coward · · Score: 1, Insightful

    TFA says an "expert user" is required. This expert user inputs coefficients that drive the equations that analyze the picture.

    So basically, if you want an image to be doctored, you use one set of values. If you want an image to be genuine, you use another set of values. Maybe somebody else's requirements differ from mine, but this is not the kind of flexibility I want in a tool that is supposed to tell me if an image has been altered or not.

    For an example of a better tool, see this article from Slashdot in August 2007.

    1. Re:Expert User Required by general_re · · Score: 4, Informative

      TFA says an "expert user" is required. This expert user inputs coefficients that drive the equations that analyze the picture.

      So basically, if you want an image to be doctored, you use one set of values. If you want an image to be genuine, you use another set of values. Maybe somebody else's requirements differ from mine, but this is not the kind of flexibility I want in a tool that is supposed to tell me if an image has been altered or not. Ummm, what? FTA:

      Johnson's tool, which requires an expert user, works by modeling the lighting in the image based on clues garnered from various surfaces within the image. (It works best for images that contain surfaces of a fairly uniform color.) The user indicates the surface he wants to consider, and the program returns a set of coefficients to a complex equation that represents the surrounding lighting environment as a whole. That set of numbers can then be compared with results from other surfaces in the image. If the results fall outside a certain variance, the user can flag the image as possibly manipulated. I mean, that's not even close to what you posted - "running the same analysis on different parts of the image and then comparing the results" is not the same as "you pick the results".
      --
      ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
    2. Re:Expert User Required by fredklein · · Score: 1

      "running the same analysis on different parts of the image and then comparing the results" is not the same as "you pick the results".


      It is if you get to pick the parts of the image.

  5. I can tell... by Anonymous Coward · · Score: 2, Funny

    I can tell just by looking at the pixels and cause ive seen a lot of 'shops.

    1. Re:I can tell... by Anonymous Coward · · Score: 0

      Damn. I wanted that one.

      I for one welcome our new manipulated image sensing overlords.

  6. No ads, all on one page by wile_e_wonka · · Score: 5, Informative
    1. Re:No ads, all on one page by IBBoard · · Score: 1

      Clever (yet annoying). I found that link as well, but it doesn't work.

      First time I hit the article (from the link in the summary) it loaded fine. Clicked your link and I got an ad with the "skip this ad" link (although the ad wasn't there because of AdBlock) then it took me to the main article across two pages.

      Looks like those damned evil news people don't want us to avoid their adverts.

    2. Re:No ads, all on one page by wile_e_wonka · · Score: 1

      Sorry people--it doesn't work.

      Darn advertisers!

    3. Re:No ads, all on one page by trolltalk.com · · Score: 3, Informative

      The link works fine if, instead of clicking on it, you cut-n-paste it into a new browser tab. Here's what you get, if you can't be arsed to go to the trouble:

      Monday, March 17, 2008
      Identifying Manipulated Images
      New tools that analyze the lighting in images help spot tampering.
      By Erica Naone

      Photo-editing software gets more sophisticated all the time, allowing users to alter pictures in ways both fun and fraudulent. Last month, for example, a photo of Tibetan antelope roaming alongside a high-speed train was revealed to be a fake, according to the Wall Street Journal, after having been published by China's state-run news agency. Researchers are working on a variety of digital forensics tools, including those that analyze the lighting in an image, in hopes of making it easier to catch such manipulations.

      Tools that analyze lighting are particularly useful because "lighting is hard to fake" without leaving a trace, says Micah Kimo Johnson, a researcher in the brain- and cognitive-sciences department at MIT, whose work includes designing tools for digital forensics. As a result, even frauds that look good to the naked eye are likely to contain inconsistencies that can be picked up by software.

      Many fraudulent images are created by combining parts of two or more photographs into a single image. When the parts are combined, the combination can sometimes be spotted by variations in the lighting conditions within the image. An observant person might notice such variations, Johnson says; however, "people are pretty insensitive to lighting." Software tools are useful, he says, because they can help quantify lighting irregularities--they can give solid information during evaluations of images submitted as evidence in court, for example--and because they can analyze more complicated lighting conditions than the human eye can. Johnson notes that in many indoor environments, there are dozens of light sources, including lightbulbs and windows. Each light source contributes to the complexity of the overall lighting in the image.

      Johnson's tool, which requires an expert user, works by modeling the lighting in the image based on clues garnered from various surfaces within the image. (It works best for images that contain surfaces of a fairly uniform color.) The user indicates the surface he wants to consider, and the program returns a set of coefficients to a complex equation that represents the surrounding lighting environment as a whole. That set of numbers can then be compared with results from other surfaces in the image. If the results fall outside a certain variance, the user can flag the image as possibly manipulated.

      Hany Farid, a professor of computer science at Dartmouth College, who collaborated with Johnson in designing the tool and is a leader in the field of digital forensics, says that "for tampering, there's no silver button." Different manipulations will be spotted by different tools, he points out. As a result, Farid says, there's a need for a variety of tools that can help experts detect manipulated images and can give a solid rationale for why those images have been flagged.

      Neal Krawetz, who owns a computer consulting firm called Hacker Factor, presented his own image-analysis tools last month at the Black Hat 2008 conference in Washington, DC. Among his tools was one that looks for the light direction in an image. The tool focuses on an individual pixel and finds the lightest of the surrounding pixels. It assumes that light is coming from that direction, and it processes the image according to that assumption, color-coding it based on light sources. While the results are noisy, Krawetz says, they can be used to spot disparities in lighting. He says that his tool, which has not been peer-reviewed, is meant as an aid for average people who want to consider whether an image has been manipulated--for example, people curious about content that they find online.

      Cynthia Baron, associate director of digital media programs at N

    4. Re:No ads, all on one page by Anonymous Coward · · Score: 0

      Johnson's tool, which requires an expert user Yeah, my tool requires an expert user as well.
  7. That should help by WormholeFiend · · Score: 1

    with all those UFO hoax photos then... /I want to disbelieve

    1. Re:That should help by zotz · · Score: 2, Informative

      Funny thing, you don't always have to shop things to get odd results:

      My vids on youtube:

      http://www.youtube.com/user/zotzbro

      If you check the comments on the "UFO vs Paper plane test" you will see people talking of a real one.

      Perhaps on some of the paper plane instruction vids too. If you watch those, as the camera pans in one of them, after the construction and before the flight test, you can see what the "UFO" really is.

      all the best,

      drew
      http://zotzbro.blogspot.com/

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
    2. Re:That should help by sm62704 · · Score: 5, Informative
      It's not needed and won't help. Most of the UFO photos are pre-Photoshop and were done with different methods:
      • Have a small model of the UFO and fling it into the air high enough that there's no context. Although those CAN be detected, they can't by this software.
      • The objects are secret military aircraft, not alien craft. The hoax of alien craft is started by the government (pick one) to mask the true meaning of the object photoed. This software won't help with that, either
      • It's something else flying around up there. Is it a bird? Is it a plane? Is it a weather balloon? Is it ball lightning? Who knows? If it's a flying thing and you don't know what it is, then it's an Unidentified Flying Object. This tool won't help here, either.
      This tool can't do anything someone trained in art can't do. The first thing you learn in art school is how to see. You can't draw if you can't see, and that's usually the biggest reason most people can't draw.

      As one of my instructors used to say, "I don't know what I like but I know what art is."

      -mcgrew
      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    3. Re:That should help by Paradise+Pete · · Score: 1
      My vids on youtube:

      So why is your watch on your right wrist, and yet you throw right handed? I'm thinking the real secret is that you must be a photoshop creation.

    4. Re:That should help by Anonymous Coward · · Score: 0

      It's something else flying around up there. Is it a bird? Is it a plane? Is it a weather balloon? Is it ball lightning?
      Why it's superman of course! He's gonna descent upon you and bitch-slap your unbelieving rear end!
    5. Re:That should help by zotz · · Score: 1

      "So why is your watch on your right wrist, and yet you throw right handed? I'm thinking the real secret is that you must be a photoshop creation."

      Not sure, it feels better there. My dad was the same way iirc.

      Supposedly, I was ambi as a kid until pre-school made me go righty.

      I water ski like a lefty. I wind a top like a lefty but spin it from my right hand. I have a stronger kick from my left foot but am more accurate with my right... And a number of other oddities...

      Unless I am a photoshop creation... wwnnsnmsnm...

      all the best,

      drew
      http://zotzbro.blogspot.com/

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
    6. Re:That should help by Paradise+Pete · · Score: 1

      You're the first righty I know of to do that. I wear it on my right wrist, but that's because I'm left-handed. Even so some people still think it's weird. I'm ~100% lefty. The only thing I do right-handed is use scissors.

  8. Colombo did this on his 1970's TV show by jimwelch · · Score: 5, Interesting

    Someone wore a photo mask and tripped a speed camera to give their partner proof that they were across town (LA) at the time of the murder. He noticed the shadow under the nose was wrong by comparing previous and following pictures from the same camera.
    I am not sure which episode it was. Peter Falk as Det. Lt. Colombo

    --
    Never trust a man wearing a coat and tie!
    1. Re:Colombo did this on his 1970's TV show by R2.0 · · Score: 1

      Speed cameras in the 70's? Sure about that?

      --
      "As God is my witness, I thought turkeys could fly." A. Carlson
    2. Re:Colombo did this on his 1970's TV show by jimwelch · · Score: 1

      The show ran from 1971 to 2003, like I said, I don't remember which episode, but I seen it several times.

      --
      Never trust a man wearing a coat and tie!
  9. Uh Oh by Missing_dc · · Score: 5, Funny

    This bodes ill for all those geeks out there with "out-of-state" girlfriends!!

    --
    How amazed would you be to suddenly find that you just forgot what I wrote and you needed to reread my post.... again.
  10. Goes both ways by Nerdposeur · · Score: 4, Insightful

    ...and then the photoshoppers will write evolutionary algorithms to modify their photographs until they pass evaluation by this tool.

    1. Re:Goes both ways by Linker3000 · · Score: 3, Funny

      Yeah, but do they blend?

      --
      AT&ROFLMAO
  11. weak by gnudutch · · Score: 4, Interesting
    1. Re:weak by SCHecklerX · · Score: 1

      If you read the linked article, you'll notice that Neal has some responses to questions posted. He used both methods in his Blackhat presentation.

  12. Limited utillity by johnjaydk · · Score: 2, Informative

    In a studio or other arranged settings it's pretty standard to use multiple lighting sources. So this tool will mainly be usefull for outdoor settings. If it's up-close and personal then it's also very common to use lights or other tools outside. Sooo this tool should be used with moderation.

    --
    TCAP-Abort
    1. Re:Limited utillity by aadvancedGIR · · Score: 2, Insightful

      Moreover, it is well known that photoshop is a standard and commonly used tool for professional studio photography anyway. I think the tool purpose is limited to check that a "genuine" photography used to prove a crime or the existence of UFO/Bigfoot is not a blatant fake.

  13. Adds a step for the photoshoppers by crowemojo · · Score: 4, Insightful

    One would think that it would be simple enough, after finishing whatever touch-ups that you want to perform, that you use this technique to calculate where the light sources should be, and then correct the minute details that would give it away as an altered image. Sounds like the kind of thing that would be a simple photoshop plugin actually, once you are all done you just run the "make undetectable from light source detection analysis" tool and call it a day.

    1. Re:Adds a step for the photoshoppers by CambodiaSam · · Score: 3, Interesting

      Light sources have always been a pain for me when photoshopping. I'm not surprised that it's the key to this software, as it tends to be the most difficult aspect of manipulating an image (I'm a slightly more than casual user, but not a graphic designer). Light completely changes the color structure and I end up spending an inordinate amount of time trying to redo hues and fix shadows that don't line up.

      If there's a plugin for helping me with that part of the struggle, I hereby scream to my fellow slashdotters to please fill me in!

    2. Re:Adds a step for the photoshoppers by Anonymous Coward · · Score: 0, Insightful

      This algorithm at least requires human intervention, to find contours (RTFA). Additionally, it's easier to find inconsistencies than to automatically resolve them in a way which doesn't cause potentially something else to look weird.

      It's just another tool which requires (some) human ingenuity to use effectively and thus requires (just a little more) human ingenuity to use offensively. After all, you only need to miss one detail to be found out... and hiring a photodoctoring expert is something you don't want to do if you (e.g. news media) are trying to sneak this past the public. I'd say that it's not as symmetric as you suggest.

      You can come up with a lot of confounding examples for this method anyway - imagine if one of the subjects in your photo has a flashlight, or is illuminated by a spotlight. "Make undetectable from light source analysis" (or "Detect Forgery by Light Source Analysis" for that matter) is something I'll expect to see in CSI, not reality.

  14. Finding Photoshopped Pics for Fun by Dan+East · · Score: 5, Interesting
    Does anyone else have a habit at looking at pictures and trying to see how they've been manipulated? These types of pictures are rampant in advertising. Pick up any magazine and start looking, and the poorly edited pictures will jump out quickly. The more professionally edited pictures have much more subtle problems, and can take a bit of poring over to find. Many product images (on packaging and in catalogs) are the same way, and are usually the worst edited of the bunch. Some things I look for:
    • An object rubber-stamped in multiple places. Each copy is identical, which gives it away. They are often scaled, rotated or mirrored to make them look more unique.
    • Lighting and shadows, which is what the algorithm in this story deals with specifically.
    • Focus. Often multiple objects will be in focus at varying distances impossible with a single shot.
    • The same image of a person is used in multiple shots. This is most prevalent in product images in catalogs.
    • Poor masking, where edges of objects are over or under processed, either clipping part of the object (hair can be particularly tough to do), or showing some color edges from the original background.

    Anyway, that's just the geek in me I guess, because I really do enjoy finding flaws in images. What I hate is an image that has a sort of surreal perfection to it that I know must be composited, but I can't find any smoking gun.
    --
    Better known as 318230.
    1. Re:Finding Photoshopped Pics for Fun by jo42 · · Score: 1

      "If it looks too good to be true, it is."

    2. Re:Finding Photoshopped Pics for Fun by Dmala · · Score: 2, Funny

      Playboy is probably the worst offender at this. Most of the women these days are so heavily airbrushed/Photoshopped that they look more like paintings or cartoons than actual photos.

      Er... I mean... I just read the articles, but that's what a friend told me about the pictures.

    3. Re:Finding Photoshopped Pics for Fun by hairykrishna · · Score: 1

      Essentially all catalog images are manipulated. Some are even computer renders rather than real photos. My housemate used to work for a company that imported a lot of the stuff sold in Argos (UK crappy catalog chain). They used to sometimes submit the product photos before the actual items existed, while they were still being manufactured in China.

      --
      "Physics is to math as sex is to masturbation." -R. Feynman
    4. Re:Finding Photoshopped Pics for Fun by Atario · · Score: 1

      Focus. Often multiple objects will be in focus at varying distances impossible with a single shot.
      This is perfectly possible, given a small enough aperture setting in your camera and correspondingly high light level in your studio.
      --
      "A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
    5. Re:Finding Photoshopped Pics for Fun by Dogtanian · · Score: 1

      Some are even computer renders rather than real photos. Yeah, but doesn't the "cheap plasticky" appearance of the rendered product shots give it away? Oh, hang on....

      a lot of the stuff sold in Argos ....scrap that question. In Argos' case, I doubt anyone would be able to tell the difference! ;-)
      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    6. Re:Finding Photoshopped Pics for Fun by Blue+Stone · · Score: 1
      >"Focus. Often multiple objects will be in focus at varying distances impossible with a single shot."

      Not at small apertures (high F-stops).

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    7. Re:Finding Photoshopped Pics for Fun by DNS-and-BIND · · Score: 1

      Ah, yeah...no kidding. I work in China and view a lot of factory catalogs, they have lots of cheap manipulations like that. The creepiest one was a catalog for a garment manufacturer...on every page, on every outfit, was the same grinning blonde guy. After a few pages, it started to get funny. After a few more pages, it got geniunely eerie. Every page, the same rictus grin, flipped left and right. I had to put the catalog down after a while, it was getting to me. Sort of like Aphex Twin's "Come to Daddy" video.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
  15. Good by Fri13 · · Score: 1, Offtopic

    Now when we have a tool what shows when image is manipulated by using Photoshop, we can start using GIMP or any other _image manipulation_ software because those tools cannot trace them because they dont "photoshop" images, they manipulate them.

    Yah, bad sarcasm, im just tired that "photoshop this" "photoshop that" like there would not be any other image manipulation software. I bet that over 50% Photoshop owners just has a warez version of it and 80% of photoshop users could do their things with any other software.

  16. Based on the same codebase, in fact by phorm · · Score: 1

    You could even use the same codebase. If a particular method is using light-sources/shadow/etc to determine the authenticity of an image, then you could plot those same light-sources and have a plugin modify the image to be what the authentication plugin would expect.

    1. Re:Based on the same codebase, in fact by Neotrantor · · Score: 0, Insightful

      horse shit

      changing the light source in a picture requires that you might have to desaturated some pixels and guess what their level/color might be, which is information you probably don't have available.

  17. Content specific test by grikdog · · Score: 1

    Does the "image" contain Lindsey Lohan, Paris Hilton, Hillary Clinton or Sarah Michelle Gellar? It's photochopped.

    --
    ``Tension, apprehension & dissension have begun!'' - Duffy Wyg&, in Alfred Bester's _The Demolished Man_
    1. Re:Content specific test by grikdog · · Score: 1

      Actually, I used to think the puffs of "white smoke" and "black smoke" in the Challenger disaster films were early photoshops. A puff of zeroes. A puff of ones. Recently, though, NASA seems to have released extraordinarily detailed movies (from the classified cameras and undocumented camera angles, evidently) that do show beautifully complex puffs of thick black roil. Maybe they can do that with fractals these days, but if so, is it still Photoshop? GIMP can't do that (yet).

      --
      ``Tension, apprehension & dissension have begun!'' - Duffy Wyg&, in Alfred Bester's _The Demolished Man_
  18. Apollo by sir_eccles · · Score: 4, Funny

    I love how the first comment is asking if the apollo landing photos were photoshopped.

    1. Re:Apollo by lena_10326 · · Score: 5, Funny

      I love how the first comment is asking if the apollo landing photos were photoshopped.
      Photoshop was HUGE in 69. Huge.

      --
      Camping on quad since 1996.
  19. That must be why by sleeponthemic · · Score: 2, Funny

    Elvis is always spotted in 7-11.

    Easily masked light sources (hint: they're everywhere!).

    --
    I record my sleeptalking
  20. Ad? What ad? by brunes69 · · Score: 0, Offtopic

    Adblock - everyone should have this installed.

    1. Re:Ad? What ad? by francisstp · · Score: 1

      Or use Opera which blocks these by itself...

  21. Re:Good by Marvin01 · · Score: 4, Funny

    It just sounds wrong to say that an image has been "GIMPed".

    Actually, now that I think about it, I kinda like it...

  22. Found the episode by jimwelch · · Score: 4, Informative

    Columbo and the Murder of a Rock Star, 1991 and yes Dabney Coleman was the bad guy.

    --
    Never trust a man wearing a coat and tie!
    1. Re:Found the episode by boredsenseless · · Score: 1

      Wasn't Dabney Coleman always the bad guy?

  23. Re:Good by qoncept · · Score: 1

    they dont "photoshop" images, they manipulate them.

    I hope you don't have a runny nose or a paper cut, because you'd probably get upset if someone offered you a Kleenex or Bandaid. Unless those don't fit your agenda. All the pros are using MS Paint anyway.

    --
    Whale
  24. Re:Good by glwtta · · Score: 2, Funny

    im just tired that "photoshop this" "photoshop that" like there would not be any other image manipulation software

    Do you also hang around the Epson at work explaining to people how they aren't really "xeroxing" anything?

    --
    sic transit gloria mundi
  25. TFA with no ads and on one page by ErichTheWebGuy · · Score: 0, Redundant
    --
    bash: rtfm: command not found
  26. Well, there goes the pr0n industry... by amplt1337 · · Score: 1

    nt

    --
    Freedom isn't free; its price is the well-being of others.
  27. The opposite by kcdoodle · · Score: 0

    I have written code that does the opposite.

    I have shape generating program (wire frame sphere distortions) I developed. I wanted to add shading to the shapes. So I pick a point for the light source at random and color the pixels closer to the light a little brighter than those pixels farther away from the light. Really works well.

    Once I got that working, I wanted to add self-cast shadows. You know, when the generated shape twists back on itself and should cast a shadow onto itself. Never got there, still sits in my code archives as just a "cool dealie".

    Shouldn't be too hard to work my code backward and calculate (or guess) where lighting is coming from. I mean heck, I am one guy and this isn't so hard.

    --

    - I live the greatest adventure anyone could possibly desire. - Tosk the Hunted
  28. Horse shit ^ horse shit by hummassa · · Score: 1

    Sorry for the subject line, but...
    if you have enough information to test it, then you have enough information to fake it (at least well enough to pass the test).

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  29. I don't see how this is useful. by Tokimasa · · Score: 1

    If you analyzed the noise pattern of the image, any edits would be obvious - the noise pattern wouldn't exist over edited components.

    --
    --Thomas J. Owens
    1. Re:I don't see how this is useful. by argent · · Score: 1

      That's another approach, how well does it do when the manipulator layered noise over the image.

    2. Re:I don't see how this is useful. by icegreentea · · Score: 1

      Would printing and then scanning 'normalize' the noise? I'm curious.

    3. Re:I don't see how this is useful. by plover · · Score: 1
      That depends greatly on the quality of the printer, the quality of the scanner, and the quality of the scanning job. Higher resolution printers and higher resolution scanners may actually reproduce the noise accurately enough to be picked up. A Xerox "watermarking" method proposed in the 1990s consisted of color regions being rendered by tiny diagonally oriented color bars. These were designed specifically to survive photocopying and scanning.

      I'd guess that modern printers and scanners would probably not 'normalize' the noise at their default settings. You'd probably be more successful if you tried to digitally correct the noise. Resolution changing, format changing (GIF to JPG), compression (higher JPG) all will somewhat smooth out some of the artifacts, but they are certainly not guaranteed protection against forensic analysis.

      --
      John
    4. Re:I don't see how this is useful. by argent · · Score: 1

      I was thinking more along the lines of rendering white or pink noise directly onto the image, either directly or by applying a randomized convolution to the whole thing.

  30. Re:Good by dotancohen · · Score: 3, Insightful

    That's why I say "to gimp a photo" rather than say "to photoshop a photo". It spreads awareness, breaks the Adobe monopoly, and sounds more natural. Even Adobe discourages the use of "photoshop" as a verb.

    --
    It is dangerous to be right when the government is wrong.
  31. Faked non-uniformly lit by abqaussie · · Score: 1, Informative

    The tool doesn't tell you if a photo is faked, it just analyzes whether there are light sources in the image that are not affecting different objects in the image the same way. From what I can tell it tries to tell if the way the light hits different objects in the picture "agree" with one another based on the position of the object, color, and probably other attributes not detailed in the article. If the photographer is controlling the light at all, using off-camera flash, focusing their light on some parts and blocking it from others, etc, then there would be components of the image that deliberately don't match when it comes to the lighting. People do that all the time, both deliberately and accidentally, when lighting a photo. Because the photographer has deliberately put a light on the subject that isn't hitting other elements, background, objects, the same way as it's hitting the subject. So it seems like the analysis would work great for cases where the light is ambient, and should affect all objects in the frame relatively the same. Otherwise it'd have a bad day.

  32. Re:Good by Mister+Whirly · · Score: 1

    "im just tired that "photoshop this" "photoshop that""

    Just "Google" it. It is a legitimate verb now.

    "I bet that over 50% Photoshop owners just has a warez version of it and 80% of photoshop users could do their things with any other software"

    And I bet there is a 100% chance you pulled those numbers from right out of yer ass. Thinking something doesn't automagically make it a fact. And haven't you ever seen the GIMP vs. Photoshop discussions like a million times on Slashdot before? If not let me condense it for you - GIMP works great as a free software tool, but most professionals wouldn't use it to do their paid work, as it lacks some of the higher end features of Photoshop.

    --
    "But this one goes to 11!"
  33. Re:Faked vs. non-uniformly lit by abqaussie · · Score: 0

    Title on previous post should have read "Faked vs. non-uniformly lit"

  34. Re:Good by m.ducharme · · Score: 4, Insightful

    Even Adobe discourages the use of "photoshop" as a verb. You know why, right? If they let "photoshop" be corrupted in the language as a verb, they would eventually lose the trademark rights to the name. Eventually, companies would be able to get away with naming their software "MS Photoshopping Program" or "Gimp Photoshop Utility" or whatever, and Adobe wouldn't be able to do anything about it.

    Are you sure now, that you want to discourage people from using "photoshop" as a verb?
    --
    Rule of Slashdot #0: You and people like you are not representative of the larger population. - A.C.
  35. Donnie Hoyle is right... by actionbastard · · Score: 1

    You all suck at Photoshop.

    No, really, you do.

    --
    Sig this!
  36. NASA was here by brainwash · · Score: 1, Redundant

    Time to run the test on the Apollo shots, for all the tinfoil hats.

    1. Re:NASA was here by Single+GNU+Theory · · Score: 1

      No amount of proof is going to convince the true nutters, tinfoil hats, and conspiracy theorists. They're very focused, and the ones I saw on a recent documentary about the ones who claim the moon landings were faked (on either The Discovery Channel or the National Geographic Channel, I can't remember which) seemed to be the kinds of guys who have a lot of time on their hands. No mere truth would be enough to persuade them to believe differently.

      --
      Little Debian: America's #1 Snack Distro!
  37. strings by TheDarkener · · Score: 1

    Or, with most dumb$*@&s who like to play off photoshopped images as real,

    $ strings pic.jpg | grep -i photoshop

    --
    It is pitch black. You are likely to be eaten by a grue.
    1. Re:strings by blueg3 · · Score: 1

      It's a lot easier to edit those fields than to properly redo all the lighting so that a lighting-analysis program can't detect it.

  38. anyione by SnarfQuest · · Score: 1

    Anyione else notice the tyipo?

    --
    Who would win this election: Andrew Weiner vs Andrew Weiner's weiner.
  39. speaking of which by circletimessquare · · Score: 4, Interesting

    did anyone else catch the blog in the new york times about the fenton photographs?

    apparently this guy took some photos of some cannonballs in the crimean war that became famous as a poetic commentary on war. this documentary filmmaker, errol morris, has gone completely unhinged obsessive compulsive over whether or not the photos are fake and/ or manipulated. it's utterly fascinating, and a little weird, to see so much time and effort devoted to these photos. specifically, cannons and shadows. utterly esoteric and thorough. he also expands into the larger topic of the history of manipulated politically sensitive photos. makes for a good read, especially if you are interested in pre-photoshop image manipulation

    check it out, talk about thorough

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    1. Re:speaking of which by argent · · Score: 1

      There appear to be a number of balls in the "OFF" picture that do not appear in the "ON" picture, further up the hill than the ditch. To make it easier to find the differences I aligned the images and applied a false color mask using red and green overlays for the two images:

      http://scarydevil.com/~peter/images/Extra-balls-in-OFF.png
      http://scarydevil.com/~peter/images/OFF-plus-false-color.png
      http://scarydevil.com/~peter/images/ON-plus-false-color.png

  40. Silver Button? by Jaqenn · · Score: 1

    Hany Farid, a professor of computer science at Dartmouth College...says that "for tampering, there's no silver button." Silver button? What the heck is a silver button?

    I'm assuming he was trying to say silver bullet. Do we blame the professor, or the journalist?
    --
    You are awash in a sea of fiercely stated opinions. Obvious exits are: 'File->Quit', 'Reply', and 'Page Down'.
    1. Re:Silver Button? by Anonymous Coward · · Score: 0

      No, a silver button is a well known thing...made with Photoshop and frequently used on websites as a thing to click on.

  41. What is "manipulated?" by toddhisattva · · Score: 1

    How are we to define "manipulation?"

    Gamma adjustment and color correction. Dodging and burning. Red-eye and dust removal. Cropping. JPEG or other data compression. Dynamic range compression.

    The only non-manipulated image is the raw data from the sensors. This is actually an improvement over film, where developing techniques can have quite an impact on the negatives - in film photography, there are no un-manipulated images.

    Any serious news bureau should provide their raw images to interested parties. Only this way can their customers (us!) tell how much manipulation an image has undergone.

  42. Analyze, not "analyize" by 1u3hr · · Score: 1

    Taco, I will try not to make the obvious "anal" jokes, but FFS, is clicking spellcheck really so hard?

    1. Re:Analyze, not "analyize" by Hatta · · Score: 1

      Thanks for rectifying that error.

      --
      Give me Classic Slashdot or give me death!
  43. Re:Good by Anonymous Coward · · Score: 0

    and 80% of photoshop users could do their things with any other software.
    Assuming this number even vaguely reflects reality, you're right; they could. But they don't.
  44. So what you're telling me by Provocateur · · Score: 1

    ...is that Keith Richards actually looks like that? Without any enhancements at all?

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  45. Some other stuff by SCHecklerX · · Score: 1

    Light source analysis was one of several methods used at a talk at Blackhat DC this year. The much more visually impressive tool, for me, was the ability to show quite explicitly what has been modified in a lossy-compressed (like jpeg) image:

    http://www.blackhat.com/presentations/bh-dc-08/Krawetz/Presentation/bh-dc-08-krawetz.pdf

    Compresion analysis tool:
    http://www.blackhat.com/presentations/bh-dc-08/Krawetz/Extra/jpegquality.c

  46. Re:Good by Anonymous Coward · · Score: 0

    no they wouldn't, everyone calls vacuum cleaners hoovers, doesn't mean that Electrolux can sell vacuum cleaners with hoover written on them.

  47. "photoshopped"? by Lxy · · Score: 2, Insightful

    When did "photoshop" become a verb?

    This post has been gimped by the gimper

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
    1. Re:"photoshopped"? by Opie812 · · Score: 1

      In 1990. Where have you been?

      --
      I'm not a nerd. Nerds are smart.
    2. Re:"photoshopped"? by Anonymous Coward · · Score: 0

      probably out nit picking some other random nonsense. he must get a real rise out of it.

    3. Re:"photoshopped"? by HeroreV · · Score: 3, Funny

      You could probably find out if you googled it.

    4. Re:"photoshopped"? by Lxy · · Score: 1

      no time for that, I've tasked one of my coworkers to check into it.

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
  48. Another good tool for detecting photoshopping by Reziac · · Score: 2, Informative

    ...and for diagnosing damaged JPGs (I used it extensively when reconstructing mangled JPGs from someone's disk crash):

    JPEGsnoop, by Calvin Hass
    In very active development; suggestions and bug reports welcome. Free download from http://www.impulseadventure.com/photo/jpeg-snoop.html

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  49. way better? by CrazeeCracker · · Score: 2, Interesting
    The interesting thing about that is... The code used in the article the OP linked to features the following lines:

    Revision history: This code has been stripped out of imgana by Hacker Factor Solutions. (Imgana does much more than quality analysis, but that's all that is being released right now.) Said program by Hacker Factor is also mentioned in TFA as a more basic approach to checking whether or not an image has been manipulated. I'll leave you to judge what this means.

    As an unrelated sidenote, Hacker Factor features a very interesting javascript that guesses the gender of the author of a block of text (>300 words). Thus far, I've found it to be eerily accurate.
    --
    Of course I didn't RTFA.
    1. Re:way better? by cleatsupkeep · · Score: 1

      What do you think it would say about this? (bash.org)

      (JHawk111420) Hey whats up, a/s/l?
      (Lady Renegade) more than you want, I'm sure :)
      (JHawk111420) ill take that as a challenge ;-)
      (Lady Renegade) take it any way you want sweetie
      (JHawk111420) k, how old are ya?
      (Lady Renegade) probably too old for you, but let's pretend I'm 20 ;)
      (JHawk111420) k, what do ya look like?
      (Lady Renegade) before or after I'm dressed up?
      (JHawk111420) both :-D
      (Lady Renegade) well......after I'm dressed up, I have long sexy red hair, nails painted red to match the slinky dress I have on, stiletto heels, pouty lips, green eyes, boobs out to here, and a smile that stops
      traffic
      (JHawk111420) and before your dressed up?
      (Lady Renegade) before I'm dressed up, I'm bald and wearing boxers...sometimes my weenie is peeking out
      (Lady Renegade) hello?
      (Lady Renegade) hello?
      (Lady Renegade) hello ....

    2. Re:way better? by Peter+Mork · · Score: 1

      I haven't tested it extensively, but every chunk of text I threw at the program, it asserted was authored by a male. And yet, more than half the samples were from papers/blogs/fiction authored by female friends. I think that the program assumes that if you are even vaguely literate, you must be male.

  50. dude by circletimessquare · · Score: 1

    send your work to errol morris. he is sure to use the data and give you a shout out

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    1. Re:dude by Reziac · · Score: 1

      I didn't go that far. I looked at the length of the road visible beyond the foreground area, concluded that it had already been cleared of loose cannonballs (since there are none on the rest of its visible length), and that therefore the cannonballs lying on the road had to have been placed there FOR the 2nd photo.

      Also, the area appears to have been slightly muddy, and the cannonballs on the road show no sinkage, while those elsewhere do. Ergo, those on the road have been there less time than those in the ditch.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  51. Re:Good by Herkum01 · · Score: 1

    You photoshopped my comment!

  52. Re:Good by Reziac · · Score: 1

    Explains some of the lame images we see on the net ... ;)

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  53. Re:Good by Reziac · · Score: 1

    Actually, they have to be SEEN to discourage its use, lest they lose the trademark.

    But you can bet Adobe is secretly pleased that almost every time someone mentions a manipulated image, their brand-awareness gets a small but definite boost. I know people who think that ONLY Photoshop can be used for such manipulation, in part thanks to this verbification.

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  54. Re:Good by zippthorne · · Score: 1

    Indeed. The number is probably closer to 90% of photoshop "owners" have warez copies. At least based on my own, rather poor sampling: I have met two, maybe three people who have or had at one point warez copies of photoshop, and only zero people who are actually professional graphic artists. Therefore illicit casual users vastly outnumber professionals.

    --
    Can you be Even More Awesome?!
  55. Re:Good by blincoln · · Score: 1

    I'm sure it depends on what community your data is sampled from.

    In the business world, most copies are probably legitimate. Hobbyists and amateurs probably have bootleg copies (aside from the serious hobbyists who feel compelled to buy one), because Adobe prices it as a business tool. Plain old Photoshop CS3 is US$650 for the full version. "Extended" is US$999. If you want the whole Creative Suite, it ranges from US$1199 to US$2499. I do photography as a hobby, and my camera (a secondhand D70) cost less than $650.

    --
    "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
  56. Re:Good by m.ducharme · · Score: 1

    True. Of course, it's a somewhat dangerous game to play, actually losing the trademark would be a big fail for Adobe. The resulting flood of ersatz photoshop products would wash the marginal gains in brand awareness away.

    Also, Adobe's brand would be eroded, not marginally boosted, if there were actually a feature-for-feature competitor for it's product. Note how kleenex is such a generic term, because there is no real difference between a Kleenex, and any other brand of paper snot-wipes.

    --
    Rule of Slashdot #0: You and people like you are not representative of the larger population. - A.C.
  57. Re:Good by The+Queen · · Score: 1

    So is Google discouraging this practice, as well? Seems a bit late.

    --

    The House Between - Original Sci-Fi Series
  58. You read the links? by adavidw · · Score: 1

    ... normally I reject websites that do that...

    Sorry, Taco, I'm not buying it. This statement implies that Slashdot "editors" actually read the links in the submitted articles, or at least click on them. We all know from past experience that that's just not true.
  59. Duh by certsoft · · Score: 1

    That's how Lieutenant Gaeta cleared Dr. Baltar over the faked photograph.

  60. Re:Good by m.ducharme · · Score: 1

    Yes, they are (or rather, they have). Google sent out a round of letters in 2003 and 2006 to various websites where "google" was being used as a verb. Google "google trademark protection" for examples.

    --
    Rule of Slashdot #0: You and people like you are not representative of the larger population. - A.C.
  61. Trust in your source is more important by photomonkey · · Score: 1

    Of course, we've heard stories about staffers at papers and magazines faking or 'enhancing' photos. If it happens with people ON STAFF, then why do news outlets take hand-out art from companies, foreign governments and other non-trusted sources?

    For years, I have made my living as a freelance news photographer, and am a member in good standing with several professional organizations. Sure, I could still lie, doctor photos or submit work that isn't my own; but I have added incentive not to: I depend on being trusted to sell my work. If I can't be trusted, I can't get jobs. So beyond my personal ethics paying respect for professional ethics, I have financial incentive not to make shit up.

    But alas, as newsrooms shrink their staffs and call out for less freelance work, my as-true-as-I-can-humanly-make-them photographs will be left to go by the wayside in favor of hand-outs from people and organizations who have no incentive to follow the ethical rules AND an interest in making themselves look good.

    I guess that's why I find myself photographing more weddings and corporate/advertising pieces. Oddly enough, they are clients who EXPECT to be lied to with heavily retouched photos.

    And for the record, it is my professional opinion that this software won't make a bit of difference.

    Any of you guys work for international media companies that are looking for America-based freelance contributors? I know a lot of the overseas media still looks for truth in reporting.

    --
    Message contains 1 attachment: spam.gif
  62. I found it eerily inaccurate by tlambert · · Score: 1

    I found it eerily inaccurate.

    I threw a bunch of random samplings of English text from Project Gutenberg at it. It claims almost everyone is male.

    -- Terry

  63. ...I can tell by some of the pixels by toby · · Score: 1
    --
    you had me at #!
  64. Re:Good by tepples · · Score: 1

    That's why I say "to gimp a photo" rather than say "to photoshop a photo". It spreads awareness At least one YTMND user agrees: "GIMP up an image, make it look bad".
  65. Re:Good by m.ducharme · · Score: 1

    I don't know anyone who calls their vacuum a hoover. I call mine a roomba. Anyway, it may be that Hoover's brand isn't dilute enough, or it just may be that no company has ever tried it, but it does happen that companies do lose some or all of their trademark rights if their brand names become common coin.

    --
    Rule of Slashdot #0: You and people like you are not representative of the larger population. - A.C.
  66. Re:Good by plover · · Score: 1

    Not that all vacuum cleaners were called "hoovers", but your parents or grandparents may have hoovered the rugs more than once in their lifetimes. It's also possible that "to hoover" was regional slang, perhaps more so here in the Midwest. Either way, it's definitely fallen into disuse over time, and never stuck like kleenex or xerox.

    --
    John
  67. Voodoo software by Anonymous Coward · · Score: 1, Informative

    The "tool" described in the article is a joke and reminds me of one (that also got posted on Slashdot, some time ago) whose author claimed to be able to tell if an image was a composite of several sources by "analyzing the compression patterns". Turned out all his tool did was check the quantization level of JPEG macroblocks... which is always defined by the last encoding. In other words, all it did was detect which parts the (last) encoder has decided to compress more, and which parts it had decided to compress less. Basically it worked like a (really bad) edge detection filter.

    The description of the "tool" in this article is just as nonsensical. If a pixel is brighter than its neighbor, that tells you nothing about the position of the light source. If you want to determine that, you need to do some very complex spatial analysis, like the stuff done by Paul Debevec (and it's still only an approximation).

    Human eyes and brains are much better at spotting lighting inconsistencies than any algorithm, because they can fill in 3D information from 2D images (which you simply cannot do without a powerful interpretative visual system). This tool (which, as the article states "has not been peer-reviewed" - what a surprise!) is just a hack put together to impress some wannabe "security consultants" and get a fat check for a quick patent buy-out.

  68. Re:Good by SteveDob · · Score: 1

    OK, I'm a UK guy in his mid 40s, so the subject doesn't come up all that often. This is obviously anecdotal, but I don't know of anyone who *doesn't* call it a hoover. Possibly this is a regional/generational thing. Mine isn't even a Hoover, it's a Dyson, but there is no way I would ever consider saying that I'm dysoning the carpet.

  69. Re:Good by dotancohen · · Score: 1

    Nice, thanks, too bad I don't have modpoints. I get the feeling that the page was written to catch certain keywords, for those folks googling around.

    --
    It is dangerous to be right when the government is wrong.
  70. One good thing out of this by Xen2010 · · Score: 1

    At least it will hopefully put a stop to the horrendous movie posters I'm seeing like "The Accidental Husband" and "Over Her Dead Body". The photoshop job in these are SO BAD it makes me physically ill to look at them.

  71. Photoshop & Verb by Acer500 · · Score: 1

    This already happened in my country (Uruguay) for other stuff: we call chewing gum "chicles" after the Addam's Chiclets brand , and running/tennis shoes "championes" after the Champion brand (that term's unique to Uruguay I think, in Argentina they use the term "zapatillas").

    --
    There are three kinds of lies: lies, damned lies, and statistics.
  72. Re:Good by Reziac · · Score: 1

    Yeah, it's a risky game all right. But Hormel seems to do okay with SPAM vs spam :)

    Unfortunately trying to maintain a lost brand trademark by being the best in the field doesn't work, since most people buy cheapest regardless of quality. :(

    --
    ~REZ~ #43301. Who'd fake being me anyway?