I made a small update to the upload process (behind the scenes). When you send a non-JPEG file, the system will convert it to JPEG and then save it at 95% quality (this is normal). If you send a JPEG file, the system will only recompress your file if the file size is larger than 1 byte per pixel (most JPEGs should be well under this).
The idea is that we can make sure that we keep as much image quality while not wasting disk space. We will not recompress your uploaded image as long as it is sent at a reasonable compression. You still have the option of using a lossless format such as PNG.
The idea is that we can make sure that we keep as much image quality while not wasting disk space. We will not recompress your uploaded image as long as it is sent at a reasonable compression. You still have the option of using a lossless format such as PNG.