how to apply water mark on run time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aamirvip
    New Member
    • Feb 2008
    • 7

    how to apply water mark on run time

    hi,

    how to apply water mark on run time in php?

    urls removed - moderator
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    #2
    Please give more information, and any code if you already have some. I don't know what you want.

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      Originally posted by aamirvip
      hi,

      how to apply water mark on run time in php?
      A watermark on what? A filled image, a blank image? Your question does not really express the problem or question you have.

      Ronald

      Comment

      • aamirvip
        New Member
        • Feb 2008
        • 7

        #4
        Originally posted by ronverdonk
        A watermark on what? A filled image, a blank image? Your question does not really express the problem or question you have.

        Ronald

        well.... i want to add watermark on image with any text.

        aamir

        Comment

        • ronverdonk
          Recognized Expert Specialist
          • Jul 2006
          • 4259

          #5
          If you want to do it in pure PHP, look at THIS CLASS

          Ronald

          Comment

          • hsriat
            Recognized Expert Top Contributor
            • Jan 2008
            • 1653

            #6
            Or you can also use imagepstext function (simple fonts) or imagettftext function (true type fonts) to print text on an image.


            Regards,
            Harpreet

            Comment

            Working...