JPG Compression of a Compression

Posted 50 weeks ago by Evan Tishuk

Here's a short video that expresses the following function:

function compressJPG(photo, compressionValue) {
   if (compressionValue > 1) { compressJPG(photo, compressionValue--); }
   else { return photo; }
}

Join the Conversation

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
o_ange:

For reservations, call office(800) 890-1702. Send fan mail to our work location at 300 East Stone Avenue, Greenville, SC 29609 USA 34.85984128288701 -82.38952159881592
Lovingly crafted by orangecoat with some rights reserved, and a promise not to spam you.

Back to top