Mobile app version of vmapp.org
Login or Join
Megan533

: Expression Design: Why is my image blurry? I'm trying to create a web icon using expression design. Its 45x45 pixels in size, and I've set the PPI to 96, exporting to .PNG with Antialias &

@Megan533

Posted in: #ImageQuality #MicrosoftExpression #Png #WebsiteDesign

I'm trying to create a web icon using expression design.

Its 45x45 pixels in size, and I've set the PPI to 96, exporting to .PNG with Antialias & Transparency.

It doesn't look crisp when I look at it in my page, and it looks pretty blurry when viewing it on my mobile.

I've turned on pixel preview, and when I zoom in I can see that on straight lines there is a row of pixels shaded between the two (rather than pixels being either on or off) which seems to be the cause of the problem

I have enabled the following options:


Snap to Pixels
Snap to Points
Snap to Guides


Here is the exported icon:



It's pretty simple, but if you look at the edges of the pound symbol, they are fuzzy; more so on a mobile device.

Is there anything else I should be doing in order to get a crisp looking icon?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan533

2 Comments

Sorted by latest first Latest Oldest Best

 

@Deb5748823

A good way to guarantee your icons look great on all devices and at least has worked well for me is using SVG and icon fonts. You can use icomoon to create your own icon font and import your own svg icons, and then call them in your css with @font -face, there are tons of tutorials on how to do this on the web and its relatively easy. Here are a few places to look:
www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/
Also smashing has a good article on why our icons or images might not look crisp on other devices because of its pixels: coding.smashingmagazine.com/2012/08/20/towards-retina-web/

10% popularity Vote Up Vote Down


 

@Smith574

Is your page rendering it at exactly 45x45? If not, the browser is recalculating the pixels and this will cause the blurryness.

I've never used Expression myself, but generally when downsizing images, on all programs there will be blurriness as the program has to recalculate the pixels. If you have to resize an image, a tip is to always do it by half, if not quarter. This makes the recalculation easier for the program and gives crisper results.

Also, the PPI is not important for screen, as it will always render the exact number of pixels, per the image dimensions, regardless the pixel per inch (PPI) density you set it to.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme