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
Hatena Engineer Seminar #33 チームと開発するためのモック
takuwolog
0
430
デザインから開発まで一貫したデザインシステムを構築するベストプラクティス / Best Practices for Building a Consistent Design System from Design to Development
lycorptech_jp
PRO
0
520
sachi_y_portfolio
sachi337
0
530
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
250
Мышление дизайнера историями. Как текстовые модели человеческого поведения помогают проектировать
ashapiro
0
400
サービスリブランディングにおけるイラストレーションシステムの構築と活用事例 / Building and Utilizing an Illustration System in Service Rebranding
lycorptech_jp
PRO
0
580
Character Experience AI 〜 AIキャラクターのつくりかた 〜
smartbank
1
300
文字コントラストを改めて考える / Reevaluating Text Contrast
lycorptech_jp
PRO
0
510
A Platform Connecting Brand Philosophy and Assets: "LY Corporation Design Hub"
lycorptech_jp
PRO
0
400
Light My Fire/ハートに火をつけるコミュニティ
kgsi
1
150
decksh object reference
ajstarks
2
1.3k
Goodpatch Tour💙 / We are hiring!
goodpatch
31
890k
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Balancing Empowerment & Direction
lara
3
620
Context Engineering - Making Every Token Count
addyosmani
3
58
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Designing Experiences People Love
moore
142
24k
A Tale of Four Properties
chriscoyier
160
23k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
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)