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
Prepping Images for the Web
Search
Joe McGill
April 17, 2014
Design
0
120
Prepping Images for the Web
A quick cheat sheet of best practices to use when saving images for the web.
Joe McGill
April 17, 2014
Tweet
Share
More Decks by Joe McGill
See All by Joe McGill
Debugging WordPress – Tips, tricks, and tools
joemcgill
2
72
Media Handling in WordPress Explained
joemcgill
0
3.5k
Shipping Responsive Images to 25% of the Web
joemcgill
1
100
Optimizing Your Themes for Responsive Images in WordPress
joemcgill
0
200
Responsive Images for Everybody
joemcgill
3
2.4k
Atomic Design with WordPress
joemcgill
1
3.9k
Mobile Friendly Forms
joemcgill
2
500
Responsive Images – STL WordCamp 3.1.2014
joemcgill
1
200
Other Decks in Design
See All in Design
Cyber Heart Online Book
hjnasby
0
150
バイアスを凌ぐデザインとコード ―異動直後にどうふるまうか―
kkaru
0
490
「UXとUIの違い」v2
shirasu3
0
150
Kid Cowboy 103
marilutwin
0
280
Design Studio Deck | インクルーシブデザインスタジオCULUUM
culumu
3
2.7k
線で考える画面構成
natsuume
1
900
ランドマークが光る!季節を彩るナビ体験 - Mobility Night #3 -
kitau
0
110
AIの実践とコミュニケーションデザインの意義 / AI practice and the significance of communication design
bebe
0
700
A Platform Connecting Brand Philosophy and Assets: "LY Corporation Design Hub"
lycorptech_jp
PRO
0
320
AIを身近に感じるために、デザイナー全員で一つのサービスを使ってみた
_psyc0_
0
230
アクセシビリティに取り組むメリット
magi1125
1
220
Hatena Engineer Seminar #33 チームと開発するためのモック
takuwolog
0
400
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
4 Signs Your Business is Dying
shpigford
184
22k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Unsuck your backbone
ammeep
671
58k
Building Applications with DynamoDB
mza
95
6.5k
KATA
mclloyd
31
14k
Balancing Empowerment & Direction
lara
1
510
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Side Projects
sachag
455
43k
Transcript
Prepping Images for the WEb @joemcgill
The Basics • use RGB Color mode • Resolution should
be 72 ppi • size at 2x the final output for retina (save 2 versions: 2x & 1x)
Formats • JPEG: Best for Photos • GIF: Best For
Animation or Graphics without transparency • PNG: Best for Graphics w/ Transparency • SVg: Vectors for the web!!
Compression GOAL: Smallest file possible without losing (too much) quality
• JPEG: 60-85, Blur 0.2, Remove Meta • GIF: Dither & reduce colors • PNG: Use Png-24 • SVg: OUtput from Illustrator…
ILLUSTRATOR SVG SETTINGS File > Save as…
Bonus Points More optimization tools ! • ImageOptim (http://imageoptim.com/) •
ImageAlpha (http://pngmini.com/) • SVGO-GUI (https://github.com/svg/svgo-gui)
Web Fonts more design goodies • Adobe Type Kit (https://typekit.com/fonts/adonis-web)
• GOOGLE WEB FONTS (http://www.google.com/fonts)