Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • png, tif and bmp all support compression.
    – Yorik
    Commented Jul 6, 2023 at 19:54
  • @Yorik, I didn't say that didn't support compression. I said as screenshots they are uncompressed formats as screens are not compressible.
    – Brian
    Commented Jul 6, 2023 at 19:58
  • 1
    @Brian - The format of a screenshot isn’t determined until the file extension is chosen. The absolutely disagree with the technical statement contained within this answer.
    – Ramhound
    Commented Jul 6, 2023 at 23:47
  • I generally agree with Ramhound. The mention of various file formats ("PNG TIF OR BMP") makes this answer misleading. As does "screens are not compressed". True, but so what? The fact that the backing bitmap driving screen display is not compressed, has no relevance to what Windows OS chooses to store in clipboard. In memory, Windows holds an image as a Device-Independent Bitmap (DIB). AFAIK, that DIB memory array is what clipboard holds. Yes, that is an uncompressed format. That much of the answer is correct. Commented Jun 8 at 23:05