class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
well it worked with the dev version however the result is not what I expected.
As the new code downed sized the watermark, its really hard to read the text on the watermark. Instead of downsizing, it might be better just to crop the watermark in same cases.
OK, I now see the watermark, I missed it the first time!
Can you link to the watermark you are using? Are you using the version 0.30dev?
With version 0.30dev, you have two new settings: image_watermark_no_zoom_in and image_watermark_no_zoom_out. Set them both to false in order to not automatically resize the watermark. It should then work with large watermarks, without shrinking it.Reply
As the new code downed sized the watermark, its really hard to read the text on the watermark. Instead of downsizing, it might be better just to crop the watermark in same cases.
result;
http://image.adultsearch.net/UserFiles/Images/eroticmassage/Uk7U950x5CTaEAJU1ICD_9561.jpg
expected result;
http://image.adultsearch.net/UserFiles/Images/eroticmassage/rdGtlIFKFadB3B3BWzzf_9457.jpg
as you can see, the text "adultsearch" is clearly readable on the second image.
Can you link to the watermark you are using? Are you using the version 0.30dev?
With version 0.30dev, you have two new settings: image_watermark_no_zoom_in and image_watermark_no_zoom_out. Set them both to false in order to not automatically resize the watermark. It should then work with large watermarks, without shrinking it.