10

I was on a Zoom video call with a coworker today, and I had my background image set to this photo.

She asked me about it, and I told her that I took the photo. Then she started making some really confusing comments, such as "Is that a photo of a painting?" She said everything looked like brushstrokes, and she finally shared this screenshot of how Zoom was showing my background image to her. As you can see, it looks like my photo was converted into a painting.

I looked at my Zoom settings and I didn't see anything that would "painting-ify" a background image. I have my Video Filters, Avatars, and Studio Effects all set to "None".

Why did Zoom show her a "painting-ified" version of my background image?


Additional information: I sent my coworker a copy of the original photo through Slack, and it did look like an actual photo to her, so it must be a problem specific to Zoom.

Giacomo1968
  • 58,727
pacoverflow
  • 2,112

3 Answers3

25
  1. For free Zoom plans the max resolution is 360p, for pro plans it can go up to 720p for Pro or 1080p for business (source)(official source), but the HD and FHD options depend on (A) the user has selected HD under Video settings, (B) the number of callers and (C) whether the account admin has explicitly requested HD Group calling through Zoom Support. HD was standard for PRO accounts in 2020, but the Zoom infrastructure had to grow so fast during the pandemic, that they did a 'silent downgrade' for everyone. (This is documented somewhere, but I can't find the link right now - I speak of my own experience, though).

  2. Moreover, on Standard HD, the Bandwidth for a 1-on-1 Zoom call is indicated as 1.2Mbps (up/down).

    To this end, any sent image will be heavily compressed. Also, for sure the compression algorithm will be optimized for movement rather than for details, and will privilege the face of persons, as that's the principle element that is of interest. So that algorithm just isn't optimized for such a detailed image as yours.

  1. Then again, on the receiver's end the image will be upscaled again to the screen resolution, and depending on the GPU power this might be handled differently from system to system.

    That second Image of yours looks like either 360p or 480p upscaled.

What you are seeing is the combined effect of these three factors.

1NN
  • 10,044
24

I guess as a supplement to @1NN’s answer I made a trial image (below) using your original posted image: reduced to 720px wide; one pass with a denoise filter with "max denoise" and "min preserve detail"; upscaled to 1198px wide (same as your "painterly" image).

Not exactly what happens to the video as described by @1NN’s answer, but illustrative. I am not that familiar with zoom settings, but the denoiser may be a default setting not exposed to the user.

enter image description here

Giacomo1968
  • 58,727
Yorik
  • 4,988
-4

As you can see, it looks like my photo was converted into a painting.

No it doesn't.

The second image looks like it has been put through lossy image compression (most likely JPEG) and very heavily compressed. The "streaks" which I guess you think look like brush strokes are fairly characteristic of the effects that you get along boundaries wherever the colours change.

Load the picture into any image editor, and save it as a JPEG file with successively lower quality. (Almost all image editors should let you change image quality.) You'll find that the file gets smaller and smaller, whilst the image gets more and more blurred, and edges get strange "halo" effects along them. At some point, you'll see it look like your second picture, at which point you know what level of compression/quality Zoom uses.

Graham
  • 226