Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialachievements
15,883 Pointsremove background from image
hi do you know how can i remove background from image and do it as the 13.png image in this link: http://www.perfumesandmore.net/woman.html I mean i want to convert easy an image to icon or a format without background
3 Answers
Max Senden
23,177 PointsHi Annat,
After removing the background in a software such as Photoshop you have to export the image as a PNG file with a transparent background. Better yet, have a look into creating icons in Illustrator or Sketch and exporting them as SVG files. This filetype is vector based and remains crisp no matter which size you apply to it.
Hope it helps, Max
Clayton Perszyk
Treehouse Moderator 48,850 PointsHi annat2,
You could use one of the following services:
or if you have a mac you can check out this short video:
achievements
15,883 Pointsthank you both