Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introduction to WebP
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Shogo Sensui
March 23, 2015
Technology
0
37
Introduction to WebP
2015年3月23日に開催された #KaumoCTOMeetup の「Introduction to WebP」の発表資料です。
Shogo Sensui
March 23, 2015
Tweet
Share
More Decks by Shogo Sensui
See All by Shogo Sensui
三年間の関わりから見る PR TIMES エンジニアリングの変化 / Transition of PRTimes Engineering
1000ch
0
2.5k
EU のデジタル市場法と Apple / DMA and Apple
1000ch
0
160
Web Share API
1000ch
0
180
2023 年の Web 開発のベースライン / Web Development Baseline 2023
1000ch
0
90
開発生産性と組織 / Productivity and Organization
1000ch
0
1.2k
なぜ私達は働くのか / Why We Work?
1000ch
0
120
新しいメルカリ Web とそのパフォーマンス / The New Mercari Web and its performance
1000ch
0
140
Web Standards Interop 2022
1000ch
0
370
パフォーマンスを高める CSS / Performance Optimized CSS
1000ch
1
870
Other Decks in Technology
See All in Technology
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
160
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
150
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
Postman v12 で変わる API開発ワークフロー (Postman v12 アップデート) / New API development workflow with Postman v12
yokawasa
0
140
スケールアップ企業でQA組織が機能し続けるための組織設計と仕組み〜ボトムアップとトップダウンを両輪としたアプローチ〜
tarappo
1
110
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
12
8.5k
Keycloak を使った SSO で CockroachDB にログインする / CockroachDB SSO with Keycloak
kota2and3kan
0
150
実践 Datadog MCP Server
nulabinc
PRO
2
240
Scrumは歪む — 組織設計の原理原則
dashi
0
200
Goのerror型がシンプルであることの恩恵について理解する
yamatai1212
1
170
GCASアップデート(202601-202603)
techniczna
0
200
It’s “Time” to use Temporal
sajikix
3
210
Featured
See All Featured
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
120
Into the Great Unknown - MozCon
thekraken
40
2.3k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Why Our Code Smells
bkeepers
PRO
340
58k
エンジニアに許された特別な時間の終わり
watany
106
240k
Embracing the Ebb and Flow
colly
88
5k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
220
How Software Deployment tools have changed in the past 20 years
geshan
0
33k
Being A Developer After 40
akosma
91
590k
The SEO identity crisis: Don't let AI make you average
varn
0
420
Transcript
Introduction to WebP A new image format for the Web
WebP - A new image format for the Web by @1000ch 1
@1000ch Web アプリケーション開発を専門とするソフトウェア エンジニア。企業で働く傍ら、技術顧問として複数企業 のエンジニアリングに関わり、高品質で維持しやすい Web アプリケーションを作るための活動を続けてい る。 WebP -
A new image format for the Web by @1000ch 2
WebP とは? Google が開発する新しい画像フォーマット 可逆/非可逆圧縮・アルファチャネル・アニメーションなど豊富な機能 高圧縮率でファイルサイズがとても軽い WebP - A new
image format for the Web by @1000ch 3
どのくらい軽量なのか 可逆圧縮 → PNG 比で約 26 %小さい 非可逆圧縮 → JPEG
比で約 25 %~ 34 %小さい アルファチャネル付きの非可逆圧縮 → PNG 比で3倍以上小さい WebP - A new image format for the Web by @1000ch 4
1000ch.jpg (圧縮レベル80で33KB) WebP - A new image format for the
Web by @1000ch 5
1000ch.webp (圧縮レベル80で15KB) WebP - A new image format for the
Web by @1000ch 6
利用に向けて WebP - A new image format for the Web
by @1000ch 7
サポート環境 Chrome/Firefox/Safari を含む最新モダンブラウザ macOS 11 Big Sur or later Windows
10 or later WebP - A new image format for the Web by @1000ch 8
iOS 14.0 未満の Safari だと… WebP - A new image
format for the Web by @1000ch 9
iOS 14.0 未満の Chrome だと… WebP - A new image
format for the Web by @1000ch 10
非対応ブラウザのために vwebp で表示し、dwebp でデコードしたり、Chrome Frame を使ってきた WebPJS で .webp を
dataURI に変換する Accept: image/webp がない場合に、異なる画像フォーマットを返却する <picture> 要素と <source type="image/webp"> 要素で条件分岐する やりようはいくらでもある WebP - A new image format for the Web by @1000ch 11
各種変換ツール WebP - A new image format for the Web
by @1000ch 12
CLI ツール cwebp: Homebrew からもインストール可 cwebp-bin: cwebp の Node.js ラッパー
WebP - A new image format for the Web by @1000ch 13
GUI ツール Squoosh: 画像の最適化やフォーマットの変換などを行う Web アプリ WebPonize - PNG/JPEG/GIF を
WebP に変換する macOS アプリ WebP - A new image format for the Web by @1000ch 14
WebPonize Drag & Drop! WebP - A new image format
for the Web by @1000ch 15
WebPonize の機能 ImageOptim にそっくりなインターフェース ドラッグアンドドロップで変換できる、複数ファイルのドロップも OK PNG・JPEG・GIF(アニメーションGIF)に対応している オプションで圧縮率やアルファチャネルを設定できる WebP -
A new image format for the Web by @1000ch 16