| Function | im_watermaketxt | ![]() |
Watermakes an image, add a copyright label
public subroutine im_watermaketxt (string text1, integer alignament, string font, integer fontheight); ///Alignament values: ///1 = BottomCenter ///2 = BottomLeft ///3 = BottomRight ///4 = MiddleCenter ///5 = MiddleLeft ///6 = MiddleRight ///7 = TopCenter ///8 = TopLeft; ///9 = BottomRightTopRight; this.i_PBImage.IM_waterMakeTxt(text1,alignament, font, fontHeight ) end subroutine