Android 編程技巧之 ----- 給圖片添加水印

簡單記錄下給圖片加水印的代碼:java public Bitmap addWaterMask(Bitmap src, long time, int resolution) { if (src == null) { return null; } int w = src.getWidth(); int h = s
相關文章
相關標籤/搜索