We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PasteEx 对网页上的 GIF 图的粘贴为文件,实际是直接根据剪切板中的 HTML Format 内容直接下载图片,剪切板本身是不会储存完整 GIF 的。详见 #5
但是实际上有些网页中的图片 url 的扩展名是错误的,比如 gif 图用的 jpg 的扩展名,导致 PasteEx 无法对图片进行正确的判断。
现在有两种解决方案:
暂定方案2,可能会在预览、插件功能发布的时候顺便解决掉这个问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PasteEx 对网页上的 GIF 图的粘贴为文件,实际是直接根据剪切板中的 HTML Format 内容直接下载图片,剪切板本身是不会储存完整 GIF 的。详见 #5
但是实际上有些网页中的图片 url 的扩展名是错误的,比如 gif 图用的 jpg 的扩展名,导致 PasteEx 无法对图片进行正确的判断。
现在有两种解决方案:
暂定方案2,可能会在预览、插件功能发布的时候顺便解决掉这个问题。
The text was updated successfully, but these errors were encountered: