Pros and cons of keeping metadata in image thumbnails
Posted
by SODA
on Stack Overflow
See other posts from Stack Overflow
or by SODA
Published on 2010-06-16T19:04:18Z
Indexed on
2010/06/16
19:12 UTC
Read the original article
Hit count: 230
I am working on optimizing site load speed for a few moderately high traffic sites. Some quick observations show that creating 40 picture thumbnails (e.g. 138x138 JPG @75% quality) results in 700 Kb total size with embedded metadata and 258 Kb with stripped metadata. Which means that roughly 60% of image size is metadata.
So what would be pros and cons of removing metadata from thumbnails? Are there any regulations, e.g. you must keep author info / copyright info in the images?
Any insights would be appreciated.
© Stack Overflow or respective owner