|
本帖最后由 星之子 于 2024-8-23 06:48 编辑
软件简介
虽然我是个零零后,但因为从小家里就有电脑,接触互联网较早,所以也算是互联网老登了。光影魔术手可以说是一代互联网记忆,它一开始是由独立开发者完成,后被迅雷收购后就杳无音讯;上一个稳定版本4.4.1是2014年更新的,距今已有十年之久。这个软件是早年间相当好用的一款傻瓜式图片处理软件,功能相当强大,在当年这个移动互联网还没兴起的时代,可以说是打遍天下无敌手。
最近,这款已经沉寂了十年的老软件终于又被翻了出来,开始新版本的开发。最新版本4.6.0于7月31日发布,虽然暂时还未添加很多功能,但首先就是对UI的全面更新,可以说是一改旧时面貌。
主要功能
软件界面现在是这样,由于功能相当多样,所以我就捡几个自己认为特别好用的说。
抠图功能:可以根据色度(选择想要保留或删除的颜色)或者软件自己识别轮廓(使用选中笔标记保留区域、删除笔标记抠除区域)抠图。
早年间不知道Aseprite(一款非常强大的像素画软件)而是用Windows自带的画图画MC的材质包时,想要PNG背景透明却不知道怎么抠,就常常涂一个没有用到的颜色,然后用色度抠图设置容差为0把它抠掉。
批处理功能:可以设置一个既定动作,批量处理大量图片。
比如,你的几张截图里需要保留的东西都在同一位置,就可以批量截去无关部分等等。
严重白平衡:这个东西在处理拍摄或扫描的文档时特别好用,几乎可以把米色或黄色背景完全还原成白色。
高中用白平衡+批处理来整理扫描的笔记再整理成册,爽歪歪的。
下载地址
官网
光看官网的UI设计都能看出光影魔术手终于又有钱了,落泪。
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>送条咸鱼</title><style>body{background-image:url("https://img.gamemale.com/album/202407/11/110652gf082t62w6lccc0v.jpg")!important;background-size:cover;background-attachment:fixed;background-position:center;width:400px;margin:0 auto}.centered{text-align:center;margin-bottom:16px;font-size:24px;font-weight:700}.centered img{width:40px;height:40px;border-radius:4px;vertical-align:middle}#ct{background:rgba(232,228,225,.5);transition:all .5s;border-radius:10px;margin:20px;padding:18px}#ct:hover{backdrop-filter:blur(6px);background:rgba(232,228,225,.8)}textarea{width:100%;height:540px;border:none;resize:none;overflow:auto;border-radius:6px;background:rgba(255,255,255,.3);font-size:16px}button{background-color:#fff;font-size:24px;font-weight:700;border-radius:6px;padding:10px;border:none;margin:16px auto 0 auto;display:block}#color_picker{display:none}</style></head><body><div id="ct"><div class="centered"><img src="https://img.gamemale.com/album/201905/13/141900suhhfqzptfzvlfak.gif" alt="咸鱼"> 咸鱼神教 <img src="https://img.gamemale.com/album/201905/13/141900suhhfqzptfzvlfak.gif" alt="咸鱼"></div><textarea id="uidInput" placeholder="请输入UID 每行一个:"></textarea><button id="sendButton">送条咸鱼</button></div><script>const uidInput = document.getElementById('uidInput');
const sendButton = document.getElementById('sendButton');
uidInput.addEventListener('input', () => {
const uidList = uidInput.value.trim().split('\n').filter(uid => uid);
sendButton.textContent = `给${uidList.length}人送条咸鱼`;
});
sendButton.addEventListener('click', () => {
const uidList = uidInput.value.trim().split('\n').filter(uid => uid);
uidList.forEach((uid, index) => {
setTimeout(() => {
var url = "https://www.gamemale.com/wodexunzhang-showxunzhang.html?action=zengsongAction&medalid=195&zs_uid=";
var sum = url + uid + "&checkUID=" + uid;
window.open(sum, '_blank');
}, index * 500);
});
});</script></body></html> |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|