ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,816
- Points
- 823
Reputation:
In 2.3.x, it appears images are always resized client side prior to upload, even if under attachments, we set image optimization to "Do not optimize".
If I take a 300 dpi image that is about 20MB and upload, it is compressed down to about 2MB (which is great for those that don't want the original images), and then depending on your image processor, the DPI is stripped to the default value: it looks like the PHP built-in GD image library defaults to 96 dpi and Imagick defaults to 72 dpi...
Read more
Continue reading...
If I take a 300 dpi image that is about 20MB and upload, it is compressed down to about 2MB (which is great for those that don't want the original images), and then depending on your image processor, the DPI is stripped to the default value: it looks like the PHP built-in GD image library defaults to 96 dpi and Imagick defaults to 72 dpi...
Read more
Continue reading...