开源 修改图像信息 许久不见,又来开源了
<火山程序 类型 = "通常" 版本 = 1 />
方法 修改图像信息 <类型 = "字节[]" 注释 = "添加元素数据或修改元素信息" 折叠 @java.导入 = "android.media.ExifInterface" @禁止流程检查 = 真>
参数 图像路径 <类型 = 文本型>
参数 显示方向 <类型 = 文本型>
参数 文件日期 <类型 = 文本型>
参数 曝光长度 <类型 = 文本型>
参数 光圈值 <类型 = 文本型>
参数 感光值ISO <类型 = 文本型>
参数 相机型号 <类型 = 文本型>
参数 设备厂家 <类型 = 文本型>
参数 图像备注 <类型 = 文本型>
{
开始俘获异常 ()
{
@ ExifInterface exifInterface = new ExifInterface(@<图像路径>);
@ exifInterface.setAttribute(ExifInterface.TAG_ORIENTATION, @<显示方向>);
@ exifInterface.setAttribute(ExifInterface.TAG_DATETIME, @<文件日期>);
@ exifInterface.setAttribute(ExifInterface.TAG_EXPOSURE_TIME, @<曝光长度>);
@ exifInterface.setAttribute(ExifInterface.TAG_APERTURE_VALUE, @<光圈值>);
@ exifInterface.setAttribute(ExifInterface.TAG_ISO_SPEED_RATINGS, @<感光值ISO>);
@ exifInterface.setAttribute(ExifInterface.TAG_IMAGE_DESCRIPTION, @<图像备注>);
@ exifInterface.setAttribute(ExifInterface.TAG_MODEL, @<相机型号>);
@ exifInterface.setAttribute(ExifInterface.TAG_MAKE, @<设备厂家>);
@ exifInterface.saveAttributes();
@ return exifInterface.getThumbnail();
}
俘获所有异常 ()
{
@ return null;
}
}
一天天的不开车 zzr1122333 发表于 2024-3-25 08:56
一天天的不开车
必须开车 不错 不错
页:
[1]