Hidden watermarks? (how to)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monikoke
    Registered User
    • Oct 2014
    • 5

    #1

    Hidden watermarks? (how to)

    Hello guys! This is my first post around here. I know some people do this, but I have no idea how to achieve it. Say I am selling a gallery online (100 pics). Can I save a small "mark" on the code of a random picture (which would be automatically placed when someone buys the set), which could later be used to trace whoever is sharing the gallery? Its what they call a hidden watermark.

    How do you guys think this could be achived?


    Thanks so much for your help!!!


    - Monika
  • bluebook18
    Confirmed User
    • Mar 2012
    • 4082

    #2
    welcome to gfy, here's a bump

    Comment

    • King-Servers
      Registered User
      • Sep 2014
      • 57

      #3
      it is not so hard
      https://www.youtube.com/watch?v=Xgehvx3oKc0

      Comment

      • monikoke
        Registered User
        • Oct 2014
        • 5

        #4
        Originally posted by bluebook18
        welcome to gfy, here's a bump
        Thanks!!!

        Comment

        • monikoke
          Registered User
          • Oct 2014
          • 5

          #5
          Originally posted by King-Servers
          it is not so hard
          No... this is not what I want. I don't want to remove a watermark. I want to place a watermark (different for each customer who downloads the gallery). It has to be a hidden watermark (can not be seen in the picture, but it is hidden in the binary code itself).

          Comment

          • codingwelt
            AdultCoding.com PHP Freak
            • Sep 2014
            • 58

            #6
            I know this thread is pretty old, but have a look at it. There's some really useful information in there: /showthread.php?t=990150
            AdultCoding.com Webdevelopment - info [smth] adultcoding [smthelse] com - Skype: AdultCoding
            Individual PHP development following the latest standards in the web industry.
            Get in touch for a custom offer, now!

            Comment

            • monikoke
              Registered User
              • Oct 2014
              • 5

              #7
              Originally posted by codingwelt
              I know this thread is pretty old, but have a look at it. There's some really useful information in there: /showthread.php?t=990150
              Thanks a lot! Its very useful, although my original question still remains...

              Comment

              • brandonstills
                Confirmed User
                • Dec 2007
                • 1964

                #8
                I believe you are referring to "steganography". You basically manipulate the image in a way that they can't see the difference. Some techniques can even survive destructive operations like cropping, brightness, rotation, noise, overlays, etc.

                Brandon Stills
                Industry and programming veteran
                [email protected] | skype: brandonstills | ICQ #495-171-318

                Comment

                • monikoke
                  Registered User
                  • Oct 2014
                  • 5

                  #9
                  Originally posted by brandonstills
                  I believe you are referring to "steganography". You basically manipulate the image in a way that they can't see the difference. Some techniques can even survive destructive operations like cropping, brightness, rotation, noise, overlays, etc.
                  Yup... but how can that be achieved automatically? That is, a server would have to do it for every customer.

                  Comment

                  Working...