Using modx revo (2.3.3-pl).
I'd like to use phpthumbof snippet to add watermarks on the fly to the images referenced. In other words I want to simply upload images to a certain location and then have them referenced them via phpthumbof snippet to apply watermarks.
However I also want to protect the original images stored on the same server. Do I get it right that in this case I should use htaccess rewrite rule to direct image request to a phpthumb? In this case someone trying to obtain the original image would have anyway been redirected to the cached image with already applied watermark?
Is this the way one would recommend to use to reach my goal?
Thanks!