package com.watermark;

import java.awt.Color;
import java.awt.Font;
import java.io.File;

public interface MarkService {

	public static final String MARK_TEXT = "Byron";
	public static final String FONT_NAME = "微软雅黑";
	public static final int FONT_STYLE = Font.BOLD;	//黑体
	public static final int FONT_SIZE = 20;			//文字大小
	public static final Color FONT_COLOR = Color.red;//文字颜色
	
	public static final int X = 10;  //文字坐标
	public static final int Y = 10;
	
	public static float ALPHA = 0.3F; //文字水印透明度 
	
	public static final String LOGO = "logo.gif";	//图片形式的水印
	
	public String watermark(File image,String imageFileName,String uploadPath,String realUploadPath);
	
}
最近下载更多
jp6863655  LV13 2020年8月24日
dasdada  LV1 2020年6月24日
嘻嘻哈12333  LV5 2020年4月27日
CLATZJ  LV19 2020年3月6日
pllpll  LV9 2019年11月23日
wucailang  LV11 2019年11月1日
zhw731727335  LV1 2019年7月8日
ziyu199803  LV9 2019年4月28日
fenghuang8  LV22 2019年3月31日
gj_hachi  LV1 2019年1月14日
最近浏览更多
18650066502  LV12 2023年3月6日
sl0018  LV13 2022年11月17日
lj999y 2022年10月31日
暂无贡献等级
aikesi0807  LV2 2021年10月19日
少年和她 2021年9月23日
暂无贡献等级
guhengru  LV2 2021年1月7日
fcyy1104  LV1 2020年12月3日
jp6863655  LV13 2020年8月24日
853832710  LV3 2020年7月7日
dasdada  LV1 2020年6月24日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友