EPFLSWENT2024G1 / partagix

A code repository designed to show the best GitHub has to offer.
3 stars 0 forks source link

Image Compression #303

Open Patrick-Pataky opened 1 month ago

Patrick-Pataky commented 1 month ago

Images are big in size, and their downloads slows down the entire application.

Your task:

Please use a good compression algorithm, that:

  1. Is not perceptible to the human eye
  2. Is significantly smaller (size)
  3. Is fast to decode