As you all know, the forum currently has a 2 MB limit on each attachment posted. This is primarily to keep the server storage requirements down since most of the images people will be uploading on the forums will be in-game screenshots which take around 300-500 KB. Although sometimes we want to upload other types of images, or desktop screenshots, etc, which could go up to even 5-6 MB+. For these situations, I recommend using ImageMagick to reduce the file size to 75% or lower, and/or strip out any additional image metadata that isn't needed for these purposes.
You can download the Windows build of ImageMagick and run the following command:
Code: Select all
magick mogrify -quality 65 <image file name>
- fearedbliss