Skip to content

Optimize uploaded images

We should do very basic image optimization on uploaded images:

  • Fit into max width/height of a sane value like 1200px
  • Apply sane compression ratio to limit file size

Easiest/most compatible way to do this is probably ImageMagick, b/c it's available in most PHP instances compared to any other 3rd party libraries.

Edited by Moritz Stückler