N
N
nickostyle2015-12-29 16:49:49
iOS
nickostyle, 2015-12-29 16:49:49

How to scale complex icons?

I export graphics for ios, with simple icons everything is clear - I increase it by 2 and 3 times. What about complex graphics? For example, a green button with a yellow arrow on it? And these are two shapes. Merging them into 1 will not work, you first have to make copies in @2x and @3x, then rasterize, glue layers and export. But this is too hemorrhoid, is there another way?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Denis Ineshin, 2015-12-29
@IonDen

Another way is an icon font.
For example generator: ruseller.com/service.php?rub=22&id=2597
Tutorial: www.webdesignmagazine.ru/code/custom-icomoon-font-...

M
Max Onflic, 2015-12-29
@maxonflic

use a vector image.
Tutorial: martiancraft.com/blog/2014/09/vector-images-xcode6

S
sim3x, 2015-12-29
@sim3x

svg - if the color of the elements should be different
font - if the color of the elements should be the same

G
Glechik, 2015-12-31
@Glechik

Plugin for Xcode - one click cuts all sizes from @3x
https://github.com/rickytan/RTImageAssets

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question