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
74
Media Handling in WordPress Explained
joemcgill
0
3.5k
Shipping Responsive Images to 25% of the Web
joemcgill
1
110
Optimizing Your Themes for Responsive Images in WordPress
joemcgill
0
210
Responsive Images for Everybody
joemcgill
3
2.4k
Atomic Design with WordPress
joemcgill
1
4k
Mobile Friendly Forms
joemcgill
2
520
Responsive Images – STL WordCamp 3.1.2014
joemcgill
1
210
Other Decks in Design
See All in Design
Мышление дизайнера историями. Как текстовые модели человеческого поведения помогают проектировать
ashapiro
0
420
A Platform Connecting Brand Philosophy and Assets: "LY Corporation Design Hub"
lycorptech_jp
PRO
0
430
「UXとUIの違い」v2
shirasu3
0
250
portfolio.pdf
onof003
0
180
地理院地図をもっと楽しく!れきちず新機能のご紹介
hjmkth
1
160
ブランドパーソナリティ言語化における生成AI活用の実際
h0sa
0
310
Goodpatch Tour💙 / We are hiring!
goodpatch
31
890k
組織で取り組むアクセシビリティのはじめ方
masakiohsumi
0
190
Findyのプロデチームの 歩みとこれから
satty9556
0
290
デザインの意思決定を加速するワークショップ設計 / Workshop design to accelerate design decision-making
lycorptech_jp
PRO
0
500
ChatGPT、Gemini、Claude は、なぜ似たようなUIを採用しているのか?
fuwarisprit
3
1.5k
Memory Man v3 (WIP)
storybychad
PRO
0
2.6k
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
BBQ
matthewcrist
89
9.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Invisible Side of Design
smashingmag
301
51k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
GitHub's CSS Performance
jonrohan
1032
460k
Making Projects Easy
brettharned
119
6.4k
Designing Experiences People Love
moore
142
24k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
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)