-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
替换图片 能替换成功,但是控制台输出错误 发生意外。', ('非法参数 - 参数 1\n- 缺少必需值' #348
Comments
Title: Replace picture An accident occurred. ', ('Illegal parameter - parameter 1\n- missing required value' |
忘记说了使用的ps版本是2021 Adobe Photoshop |
Forgot to mention that the ps version used is 2021 Adobe Photoshop |
你本地是否安装多个PS 的版本? |
Do you have multiple versions of PS installed locally? |
只安装了一个 |
Only one installed |
还有一个可能就是它在后台执行替换,你如果前台还在操作 ps 进行其他操作也容易触发这个问题。 当前用 COM 方式实现的API,出错不太好 debug |
Another possibility is that it performs replacement in the background. This problem can easily be triggered if you are still operating PS in the foreground and performing other operations. The API currently implemented in COM mode is not easy to debug when errors occur. |
没有,执行代码的时候,PS已经退出了编辑模式,那只能先这样用着了,大佬有计划推出中文文档吗 |
No, when executing the code, PS has exited the editing mode, so it can only be used like this for now. Do you have any plans to launch Chinese documents? |
关于文档,代码中的注释大部分都是来自于 官方 js 文档里面的描述,很多也解释的不是很清楚。 然后整个 ps 接口众多工程量挺大的,这个是个人业余项目,加上最近忙于工作上的其他事情,这个就暂时没有太多精力去补全了。 看看其他开源贡献者有没有时间可以帮忙贡献一下。 |
Regarding documentation, most of the comments in the code come from the descriptions in the official js documentation, and many of them are not explained very clearly. Then there are quite a lot of projects involved in the entire PS interface. This is a personal side project, and since I have been busy with other things at work recently, I don’t have much energy to complete it for the time being. See if other open source contributors have time to contribute. |
你好,请问你有解决替换图片后改变图片大小的问题吗 |
Hello, have you solved the problem of changing the image size after replacing the image? |
下面是代码
图片能正常替换成功,但是控制台会输出错误:
另外求作者能写一份中文文档救济一下国内的新手开发者。。跪谢!
The text was updated successfully, but these errors were encountered: