Hey again Zubrag, been a long time, but I have been using your scripts daily

Although, this idea has yet again come to my attention, and here's why
I know that the thumbnail script is used to create thumbnails, but I use it on my own, and client websites to 'resize' pictures, for example, using your thumbnail script I get this image
http://home.recoding.co.uk/albums/D40/FootBall%20May%2008/DSC_2570.JPG. Now the way that is created it using .htaccess and saying anything in the /albums/ folder, get it to go to thumb.php?src=$1. That works really well.
And in the same instant, I use a watermark script, which also creates a watermark on the fly using .htaccess [see
this image]. Now the way that is created it using .htaccess and saying anything in the /albums/ folder, get it to go to thumb.php?src=$1. That works really well.
But what I would like is to be able to apply the resizing and watermark at once, and the main problem is I cannot do this in PHP, as the files don't really exist.
Theoretically all I need to do is join the two scripts together at some point, but I don't know where.. could you help me out? the watermark script I use is included, it is REALLY badly designed, although it works, it takes some doing to get it to work, and isnt very dynamically helpful.
Link to Watermark scriptThanks again Zubrag your scripts really do help me A LOT in daily life, I could never be where I am today without you and your scripts.
