hai to all ......

how to insert watermark in image while uploading the image to database ....

that mean ,, the image which i going to save in database have the watermark ....

plz reply me as soon as possible.....:)

Recommended Answers

All 2 Replies

What you need to do, in steps:

1. Upload the picture and save it.
2. Open the picture
3. Apply the watermark
4. re-save it
5. insert it into the db

However, you should not store graphics in the database. You should store the path to the graphic, and store the graphic in a folder.

Are you looking to watermark with an image or text?

What you need to do, in steps:

1. Upload the picture and save it.
2. Open the picture
3. Apply the watermark
4. re-save it
5. insert it into the db

However, you should not store graphics in the database. You should store the path to the graphic, and store the graphic in a folder.

Are you looking to watermark with an image or text?

-----------------------------------------------------------------------------------------------------------------
i want to add watermark in image while upload the image to database,

i am using fileupload to uplOAD THE IMAGE to database....

if u know any other method to apply watermark in image????

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.