Maybe @arn knows the actual file size answer.
Here are the present rules:
Max attachment size is 10,000KB
Maximum Images dimensions are 2000 x 2000
Thumbnail dimensions are 350x350
I'm not sure why a 2000px image would get compressed. Maybe a 1999px one wouldn't?
Let me back up however:
We allowed unrestricted image uploading for a while. ideally, that would still be the case, but due to the size of these files on modern smartphones (3-4MB per image), thread loading got cumbersome for threads like this. It was load time for images and not storage size that was a the concern. As a result, I added the 2000x2000 limit, which also recompresses images, taking 3-4MB images down to a more reasonable ~800kb.
I would rather keep the original images where possible, but right now the system doesn't have a good in-between system. Ideally we would embed the resized image and still link to the original.
Looking at options. it seems we could try a couple of things:
Easy:
1. Change from the current compression library (GD -> Imagemagick)
2. Improve the quality setting which seems to be hardcoded
Harder:
3. Come up with some other system which preserves originals while embedded smaller images.
arn
Last edited: