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 trial

JavaScript

Jorge Guzman
PLUS
Jorge Guzman
Courses Plus Student 21,390 Points

Resize images to reduce bytes load (JavaScript)

Hi there,

I am uploading images to the cloud (Parse.com) but currently the images are very big. So I want to reduce the size in order to reduce the bytes required.

Any guidance is welcome.

2 Answers

Ashley Wile
Ashley Wile
8,452 Points

Hello Jorge,

Have you checked out methods for resampling your image instead of resizing it? I am not sure of your experience working with manipulating imagery but I am educated and experienced resampling high resolution data and satelite imagery as a remote senser. I an the other hand not so experienced programming and coding but I am learning. Are you trying to automate the resampling process?

Jorge Guzman
PLUS
Jorge Guzman
Courses Plus Student 21,390 Points

Hello Ashley,

Thanks for your reply. I have no imagery experience, just learning right now. Can you tell me a bit more about resampling?.

Cheers