Diagonal watermark text
Trying to make diagonal background text like watermark to every page. I know that i can make background image via
Help me out buddies. Cheers
Any updates on this?
Tried with CSS, but transform:rotate(310deg); is not working
also not working with prefixes -ms and -webkit
Using rotate: 90; works, but that is only for vertical/horizontal and not diagonal
Hi!
Personnaly, i use GD for make a diagonal watermark...
$im = \imagerotate($im, 45, $background_color);
Regards, LBF
Hi!
Personnaly, i use GD for make a diagonal watermark...
$im = \imagerotate($im, 45, $background_color);Regards, LBF
Sure, this is the only way to do it currently. It is just nasty when you have to generate text to image and then rotate
Hi!
Personnaly, i use GD for make a diagonal watermark...
$im = \imagerotate($im, 45, $background_color);Regards, LBF
What is "GD" ?