Hello, my friend,
What you propose sounds feasible. I guess it would take some manual tweaking of the .htaccess file so that you can redirect requests for images from folders outside your WordPress installation, so that they can be handled by the Adaptive Images script.
Actually, when the Adaptive Images plugins handles image requests it does it directly without loading or depending on WordPress!
However, I am not totally sure whether one may encounter any path related issues with the directories. I would really love to know if this little experiment works in the end, so please do keep me posted if you will!
Cheers,
Takis
Thank you Takis for your quick reply. I will inform you about any results that I will come up by this experiment.
Quick Bug: I think the rewrite rule should contain the NC flag (case insensitive).
RewriteRule \.(?:jpe?g|gif|png)$ /adaptive-images/adaptive-images-script.php [NC,L]
Thank you for pointing this out to me, my friend, I will definitely check it out!