How to resize image javascript?

How can you run image processing in cloud code (Parse) ? If parse is not the best

  • I want to build a photo gallery but I don't have images in fixed sizes and neither their thumbnails. Basically I want to build a gallery so that you view a grid of thumbnails and when you click on when you can see that image in actual size. My images are stored in Parse and the web application is Javascript.....If I resize the images on client side that the gallery will take time to load - any suggestions to solve this?

  • Answer:

    There are dozens of web-based image resizing APIs that could help with this. Check out http://www.imgix.com/ for example.

Simon Willison at Quora Visit the source

Was this solution helpful to you?

Other answers

Haven't tried this, but this seems the solution to your problem - http://blog.parse.com/2013/09/04/introducing-background-jobs/ Run an image-resizing API on your photos using Background Jobs. Another alternative is to call your Cloud Code using REST. Run some cron job to call the API

Chris Ismael

You will need to create a background job and run an image resizing API. Due to Parse shut down please try http://www.back4app.com as a Parse replacement.Disclaimer, I´m part of Back4app team.

George Batschinski

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.