0

I have a fairly large class on parse, with about 10,000(each of about 5mb, then generated smaller ones of about 300kb and 30kb) images and growing rapidly. I need to generate progressive jpegs for each image. Is there a way i could do this on parse cloud code?

As in:

jpegtran -progressive
nairobi
  • 1,383
  • 1
  • 9
  • 11

1 Answers1

0

Parse does not support this. You have to do this before uploading to Parse.

nairobi
  • 1,383
  • 1
  • 9
  • 11