0

I have a 2MB JPEG image, and when I use the option Image > Mode > Convert to colour Profile, the size get reduced to 50KB without to much quality loss.

Could somebody explain why is the size so reduced? Am I missing some important point?

ggarber
  • 8,300
  • 5
  • 27
  • 32
  • 1
    It is related to web development, where you need to reduce the size of images as much as possible. – ggarber Mar 04 '10 at 12:07

2 Answers2

1

When you reduce the number of colors within an area you reduce the amount of math needed to describe that area, which results in a smaller file size.

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
  • So, "Convert to colour Profile" option is reducing the number of colors? I don't even know what that option really does. Thank you. – ggarber Mar 03 '10 at 14:31
0

I observed the same long time ago while converting JPG images with Image Magic. JPEG contains information for reproduction of color components on different media. "convert to color profile" reduces this information by choosing concrete profile. This do not degrade quality. More info at ICC

Ross
  • 2,079
  • 2
  • 22
  • 26