Why does simply saving a file quadruple the size? #1642
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
JPEG is a lossy compression format, but when saving at 100% quality I'd expect the file size to be similar to a lossless compression format like PNG. Saving at lower quality allows you to produce smaller file sizes, but eventually there may be noticeable artifacts It's very likely your original image was not saved at 100% quality, so I think you'd want to see if a lower value like 80 or 90% will give you smaller file sizes without producing noticeable issues |
Beta Was this translation helpful? Give feedback.
-
Thanks - that makes sense. |
Beta Was this translation helpful? Give feedback.
JPEG is a lossy compression format, but when saving at 100% quality I'd expect the file size to be similar to a lossless compression format like PNG. Saving at lower quality allows you to produce smaller file sizes, but eventually there may be noticeable artifacts
It's very likely your original image was not saved at 100% quality, so I think you'd want to see if a lower value like 80 or 90% will give you smaller file sizes without producing noticeable issues