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 trialMonique Maree
Courses Plus Student 1,961 PointsI want to use my image I created as a desktop background but the image distorts / is blurred.
How do I correct this? I tried saving it to JPEG but still does the same
3 Answers
Samantha Atkinson
Front End Web Development Techdegree Graduate 40,307 PointsHi Monique,
Did you create your desktop image with vector shapes or vector elements, because if so, you would be able to resize without lost of quality when you resize it to fit on your desktop.
If you were creating an image made up of vector elements did you check in the options bar that you had chosen Shape (which is Vector) and not pixels (which is raster)?
If it is saved as a JPEG or pixel based image and you try to enlarge the raster/pixel image pass a certain point of the amount of pixels and resolution of the original size of the image it will blur. Which I think means you would have to enlarge your pixel based image and all the elements in it in Photoshop.
Hope that helps
Dustin Matlock
33,856 PointsMonique, try to find out what your screen resolution is, and then make sure the original image isn't something much smaller than what you've tried to output.
cesare
15,180 PointsProbably you export it too small. Try in the settings during export if you can increase height and width (you can).
:)