摘要: /** * 图片像素判断 * * @param imgPath 图片地址 * @return * @throws IOException */ public static boolean judgeImgPixel(String imgPath) throws IOException { Buffe 阅读全文
posted @ 2020-12-28 16:59 vaen 阅读(681) 评论(0) 推荐(0)
摘要: 图像审核API参考 文档地址 https://cloud.baidu.com/doc/ANTIPORN/s/jk42xep4e 注意: Content-Type为application/x-www-form-urlencoded,然后通过urlencode格式化请求体。 代码 1.图片转base64 阅读全文
posted @ 2020-12-28 13:52 vaen 阅读(1062) 评论(0) 推荐(0)