webp文件

A file with the .webp file extension is a file format developed by Google to reduce the size of images without having to sacrifice quality for storage space. WebP images are designed to make the web faster, with smaller, richer photos for developers to use.

带有.webp 文件扩展名的文件是Google开发的一种文件格式,用于减小图像大小而不必牺牲存储空间的质量。 WebP图像旨在使Web更快,并提供更小,更丰富的照片供开发人员使用。

什么是WebP文件? (What Is a WebP File?)

WebP (pronounced Weppy) format is the sister project of WebM video container format—based on the VP8 video codec developed by On2 Technologies—released by Google. Google acquired On2 Technologies on February 19, 2010, then released WebP in September of the same year.

WebP(发音为Weppy )格式是WebM视频容器格式的姊妹项目,该格式基于由Google发布的On2 Technologies开发的VP8视频编解码器。 Google于2010年2月19日收购了On2 Technologies,然后在同年9月发布了WebP。

With 60%-65% of bytes on most web pages being images, Google set out to create a free, open-source file format that stores both lossy and lossless compression formats in high-quality. While maintaining quality but reducing the size of images, pages load faster, use less bandwidth, and save battery power—especially on mobile—when pages use WebP images.

由于大多数网页上60%-65%的字节都是图像,因此Google着手创建一种免费的开源文件格式,该文件格式可以高质量存储有损和无损压缩格式。 当页面使用WebP图像时,在保持质量但减小图像大小的同时,页面加载速度更快,使用的带宽更少并节省了电池电量(尤其是在移动设备上)。

WebP uses predictive compression to encode an image that checks the values in neighboring blocks of pixels to predict the values in a block, and then it only encodes the difference between them. This allows pixels to be copied multiple times throughout a single file, and redundant data is removed from each block. Saving only the data that changes between each block reduces storage space compared to PNG and JPEG formats.  You can learn more from the official WebP compression techniques reference page.

WebP使用预测压缩对图像进行编码,该图像检查相邻像素块中的值以预测块中的值,然后仅对它们之间的差异进行编码。 这样就可以在一个文件中多次复制像素,并从每个块中删除冗余数据。 与PNG和JPEG格式相比,仅保存每个块之间更改的数据会减少存储空间。 您可以从官方WebP压缩技术参考页中了解更多信息。

WebP lossless images are 26% smaller than PNG files and up to 34% smaller than lossy JPEG files at an equivalent structural similarity (SSIM) quality index.

在同等的结构相似性 (SSIM)质量指标下,WebP无损图像比PNG文件小26%,比有损JPEG文件小34%。

我如何打开一个? (How Do I Open One?)

Because WebP is developed by Google and royalty-free, it has already been integrated into lots of applications and software you might already have on your computer. Most web browsers already have the required plugin to handle the format.

由于WebP由Google开发且免版税,因此它已集成到您可能已经在计算机上拥有的许多应用程序和软件中。 大多数网络浏览器已经具有处理格式所需的插件。

WebP images are designed for the web and are almost indistinguishable from JPEG and PNG, so you may not have even noticed that’s what you were looking at. You can save a WebP image to your computer the same way you would any other image on the internet; right-click the image and click “Save Image As.”

WebP图像是为Web设计的,与JPEG和PNG几乎没有区别,因此您甚至可能没有注意到这就是您要查看的内容。 您可以像在互联网上保存任何其他图像一样,将WebP图像保存到计算机中。 右键单击该图像,然后单击“将图像另存为”。

Choose a destination on your computer where you want to save the image, then click “Save.”

在计算机上选择要保存图像的目的地,然后单击“保存”。

If you have Chrome, Firefox, Edge, or Opera, all you have to do is double-click the image, and it opens in your default browser for you to view.

如果您使用的是Chrome,Firefox,Edge或Opera,则只需双击该图像,然后它将在默认浏览器中打开以供您查看。

You can edit WebP files using graphics software, like GIMP, ImageMagick, or Microsoft Paint, which natively open WebP files by default. On Windows, right-click the image, point to “Open With,” then choose the program you want to edit with.

您可以使用图形软件(例如GIMP,ImageMagick或Microsoft Paint)编辑WebP文件,这些软件默认情况下会本机打开WebP文件。 在Windows上,右键单击该图像,指向“打开方式”,然后选择要用于编辑的程序。

IrfanView, Windows Photo Viewer, and Photoshop all require plugins to open WebP images.

IrfanView , Windows Photo Viewer和Photoshop都需要插件才能打开WebP图像。

You can always change the default application for a file type should you want to open the file with a different program altogether on Mac and Windows. Or, just use Google Chrome to download WebP images as JPEG or PNG in the first place.

如果要在Mac和Windows上使用完全不同的程序打开文件,则始终可以更改文件类型的默认应用程序。 或者,首先使用Google Chrome浏览器以JPEG或PNG格式下载WebP图像 。

翻译自: https://www.howtogeek.com/424677/what-is-a-webp-file-and-how-do-i-open-one/

webp文件

webp文件_什么是WebP文件(以及如何打开一个文件)?相关推荐

  1. python通过内置的什么函数打开一个文件_利用python进行文件操作

    这篇文章主要介绍了如何利用python进行文件操作,帮助大家更好的理解和使用python,感兴趣的朋友可以了解下 什么是文件 文件是系统存储区域的一个命名位置,用来存储一些信息,便于后续访问.能够在非 ...

  2. python目录及文件_零基础小白必看:python基本操作-文件、目录及路径

    1 前言 在最近开发中,经常需要对文件进行读取.遍历.修改等操作,想要快速.简单的完成这些操作,我选择用 python .通过 python 的标准内置 os 模块,只需要几行代码,即可完成想要的操作 ...

  3. java指令导出data文件_直接用 java 命令行动态生成jpg文件 (转)

    直接用 java 命令行动态生成jpg文件 (转)[@more@] /** * jeruGraphics v 1.0 * * 看到一些动态生成图象的例子都是完成的, * 而且很长,觉得不是无论从实用性 ...

  4. python中打开文件时只允许写入的模式是_在open函数中访问模式参数使用()表示打开一个文件只用于写入。(4.0分)_学小易找答案...

    [单选题]溢流坝属于( ) [单选题]在重力坝的底部沿坝轴线方向设置大尺寸的空腔,即为( ) [单选题]模式()的用途是打开一个文件用于追加.如果该文件已存在,文件指针将会放在文件的结尾.(4.0分) ...

  5. 怎么打开avi文件文件损坏_什么是AVI文件(以及如何打开一个文件)?

    怎么打开avi文件文件损坏 A file with the .avi file extension is an Audio Video Interleave file. AVI is a common ...

  6. ubuntu 打开一个文件夹窗口

    在windows中,有下面的语句  explorer /e, + path  会自动打开一个文件夹窗口,并自动定位到path的位置.  ubuntu下也有类似的命令 直接打开Home nautilus ...

  7. 复制文件夹下所有文件(包括子文件夹),到一个文件夹

    把子目录文件复制到当前目录 读取文件夹下所有文件路经,包括子文件夹下 import PIL.Image as Image import os import shutil def list_folder ...

  8. linux怎么让某一个组对一文件可读可写,设置linux文件权限,使得同一用户组的可以对一个文件自由修改...

    新添用户,设置权限 新增用户的时候设置用户所属组,将想要一起的用户设置到一个组内 usermod -g 用户组 用户名 #这里将用户的主组设置为这个总组,这里为了再之后创建文件的时候文件所属组为这个组 ...

  9. python打开一个文件-python文件的读写

    1.使用open内置函数打开一个文件 file:相对路径或者绝对路径 mode:文件的模式. r 只读 w只写 b:二进制 t:以文本形式打开等等 encoding:编码方式,windows下默认为g ...

  10. python打开一个文件-python下几种打开文件的方式

    昨天看完了这本python进阶,感觉这本书对我启发很大,做了三张纸的笔记,方便我在遇到问题的时候翻阅,然后寻找可能的解决方案.作为一个使用Python一年的小白,虽然说不是小白,但是这一年来基本上是用 ...

最新文章

  1. 电池pack结构_PACK仿真电池分析新能源汽车整车碰撞
  2. 编码时的一些普适原则
  3. 利用Skywalking-netcore监控你的应用性能
  4. STM32学习及开发笔记八:采用主从计时器实现精确脉冲输出
  5. Cloud一分钟 | 加码云计算!IBM斥340亿美元收购Red Hat
  6. Copy Clone
  7. vue 属性 watch
  8. Eclipse中设置自动生成的author,date等注释
  9. 那些月入5000的人,凭什么比你更早买房买车?
  10. 基于激光雷达的3D实时车辆跟踪
  11. [VBA]VBA编写的时光倒流软件
  12. 有没有不收费的恢复数据软件下载 分享人性化数据恢复工具
  13. 从石器时代到硅器时代
  14. 基于51片机的电子密码锁设计
  15. 计算机windows用户名密码怎么查,电脑密码怎么查看? 从零教你查询方式
  16. JAVA调用IBM的Lotus Notes
  17. VMware安装MacOS系统苹果虚拟机
  18. 《乔布斯的魔力演讲》读书笔记
  19. python自然语言处理—Teacher Forcing
  20. Java开源 开源工作流

热门文章

  1. 西南大学907专硕考研,西南大学计算机808学硕
  2. Glyphs App Essential Training Glyphs App基础教程 Lynda课程中文字幕
  3. python爬取某站上海租房图片
  4. java石头剪刀布界面_利用Java模拟石头剪刀布游戏
  5. 前端面试题总结(转载)
  6. Web前端开发工程师--面试要求
  7. 计算机多用户访问不同磁盘,win10系统实现多账户独享不同盘符的操作方法
  8. C#:实现公历转农历算法(附完整源码)
  9. Go语言入门到实战——14.Go语言的协程机制以及并发机制
  10. android 抠图功能,Android抠图工具,天天P图