I tried a lot but cannot find it out.. I have found watermarked script. But i did n’t find a script where i can select a region from a picture and blur it..
I am using PHP Script for that.
Please help…
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using any of the various PHP image solutions out there (such as GD or ImageMagick) you should follow these steps:
First, create a duplicate image, and crop it to the are you wish to blur. Second, use some technique to do the blurring – this could be a literal blur, or be shrinking and expanding the image to create pixellation. Finally, overlay the blurred image back onto the original image in the correct location.