-1

Is the chroma sub-sampling the first step to compress an image file to jpeg image file? Is this the step that we implement in Color Space Conversion?

Dan
  • 45,079
  • 17
  • 88
  • 157
anurag
  • 79
  • 1
  • 7

1 Answers1

2

Color space conversion takes place before sampling. Sub-sampling is the first step that compresses the image.

user3344003
  • 20,574
  • 3
  • 26
  • 62