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
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:
- How can Linux run on different microprocessors?Best solution by Server Fault
- How can I run all my selenium tests sequentially in C#?Best solution by Stack Overflow
- How can I run CMD command?Best solution by Super User
- How can I insert image in my Yahoo profile?Best solution by Yahoo! Answers
- How can I run faster?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.