当前位置: 首页 > news >正文

Photoshop软件打开WebP文件格的操作教程

Photoshop软件打开WebP文件格的操作教程,好吧,这是英文原版:

Photoshop 23.2+ 原生支持 WebP 格式,无需插件即可打开、编辑和保存 WebP 文件。用户可通过“文件 > 另存为副本”选择 WebP 格式,调整无损/有损压缩及质量参数。旧版 Photoshop(23.1及以下)需安装 WebPShop 插件(可从 Google 或 GitHub 下载),安装路径为共享 Creative Cloud 文件夹。macOS 用户若遇开发者验证提示,需通过终端命令解除隔离。WebP 格式优化了网页图像的压缩效率与质量平衡。

Use the WebP format in Photoshop for lossless and lossy compression of online images.

You can easily save your 8-bit RGB Photoshop documents in the WebP file format. WebP format provides both lossless and lossy compression for working with images on the web. 

Full support for WebP in Photoshop

Try out the latest features and enhancements.

Update Photoshop

Native support for WebP

With Photoshop 23.2, Photoshop provides full support to the WebP file format.

Open, create, edit, and save WebP files in Photoshop without a plug-in or preference setting.

To open a WebP file, select and open it in the same way you'd open any other supported file or document. In addition to open capabilities, you can now create, edit, and save WebP files.

Follow these steps to select WebP as the preferred format for saving your file:

  1. Navigate to File > Save a Copy once you've completed editing your document.

     Note

    WebP is also available as a preferred file format under File > Save As when there's no risk of file overwrite or data loss.

  2. In the Save a Copy dialog box, select WebP as your preferred format from the Format drop-down and hit Save.

  3. Adjust the settings as required.

    • Choose between Lossless and Lossy.
    • Use the Quality slider to decide the quality when using lossy compression. Just remember, increasing the quality also increases the file size.
    • Check options for Include XMP Metadata, Include EXIF Metadata, and Include Photoshop Extras.

    WebP Options box in Photoshop

  4. Select OK after you've adjusted the settings. 

Download plug-in for Photoshop 23.1 and below

To open and save WebP images directly from Photoshop 23.1 and below, you can simply download and install the WebPShop plug-in. You can download the WebPShop plug-in (with universal/ARM support) directly from Google which owns and maintains the WebP format. Also, WebPShop is available on GitHub under an Apache 2.0 license.

  • Get it from Google
  • Get it from GitHub

Direct download links:

  • Windows (x64): https://github.com/webmproject/WebPShop/releases/download/v0.4.3/WebPShop_0_4_3_Win_x64.8bi
  • MacOS (extract the ZIP archive afterwise): https://github.com/webmproject/WebPShop/releases/download/v0.4.2/WebPShop_0_4_2_Mac_Universal.zip

Install plug-in

  1. The downloaded plug-in can be installed to the following location:

    Shared Creative Cloud Location: Will load the plug-in for all installed versions of Photoshop without having to reinstall the plug-in.

    Windows: \Program Files\Common Files\Adobe\Plug-Ins\CC

    macOS: /Library/Application Support/Adobe/Plug-Ins/CC

  2. Run Photoshop.

To learn more, see WebP file format plug-in for Photoshop.

Quarantine plug-in (macOS only)

Additionally, on macOS 10.15 and above, the prompt "WebPShop.plugin cannot be opened because the developer cannot be verified" can be bypassed by quarantining the plug-in. This occurs since the plug-in is not signed. The easiest way to quarantine is to drag the WebPShop plug-in into the terminal window from where it was installed to get the correct version and path.

To quarantine, run the following code in the Terminal window (Finder > Applications > Utilities):

sudo xattr -r -d com.apple.quarantine /Library/Application\ Support/Adobe/Plug-Ins/CC/WebPShop.plugin

http://www.lryc.cn/news/618954.html

相关文章:

  • 第六十四章:AI的“觅食”之路:数据采集器设计与多源数据获取
  • Android性能优化:架构层面的性能考量
  • Android 引导式访问(屏幕固定 Screen Pinning)完整指南
  • CPPIO流
  • 北京JAVA基础面试30天打卡08
  • 信号反射规律
  • [激光原理与应用-254]:理论 - 几何光学 - 自动对焦的原理
  • W5500之“socket.c”中的相关函数
  • Vue接口平台小功能——发送报告到飞书
  • AWT与Swing深度对比:架构差异、迁移实战与性能优化
  • Unity数据可视化图表插件XCharts
  • Elasticsearch JS 自定义 ConnectionPool / Connection / Serializer、敏感信息脱敏与 v8 平滑迁移
  • python调研本地 DeepSeek API的例子
  • NLP—词向量转换评论学习项目分析真实案例
  • 【Vue 3 响应式系统深度解析:reactive vs ref 全面对比】
  • 【实时Linux实战系列】基于RFID的实时资产追踪系统
  • 当赞美来敲门:优雅接纳的艺术
  • 21.Linux HTTPS服务
  • GitHub的简单使用方法----(5)
  • 文件IO的学习
  • 论文Review 激光动态物体剔除 Dynablox | RAL2023 ETH MIT出品!
  • web前端第二次作业
  • 5G专网项目外场常见业务测试指南(六)-PingInfoView
  • 衡石HENGSHI SENSE6.0亮点功能-应用创作
  • 衡量机器学习模型的指标
  • HDI 线路板,如何突破普通线路板局限?
  • 基恩士3D视觉用于ABB机器人的KeyenceRobotVisionSetup.sys系统模块程序解析(九、KeyAbsMove)
  • centos 7 如何安装 ZipArchive 扩展
  • 百胜软件×华为云联合赋能,“超级国民品牌”海澜之家新零售加速前行
  • C语言栈的实现