$CONFIG['thumb_pfx'], 'normal' => $CONFIG['normal_pfx'], 'fullsize' => '' ); header('Content-Type: image/jpeg'); header("Content-Disposition: inline; filename=".($row["filename"]).";"); $cmd = "{$CONFIG['impath']}composite -strip -compose over -gravity SouthEast \"".realpath("./watermark.png")."\" \"".realpath('./'.$CONFIG["fullpath"].$row["filepath"].$pic_prefix[$mode].$row["filename"])."\" jpg:-"; $cmda = "{$CONFIG['impath']}composite -compose over -gravity SouthEast \"".realpath("./watermark.png")."\" \"".realpath('./'.$CONFIG["fullpath"].$row["filepath"].$pic_prefix[$mode].$row["filename"])."\" jpg /svc/urbantwilight.net/www/data/test/test.jpg"; echo $cmd; passthru ($cmd, $output); ?>