this post was submitted on 02 Feb 2025
251 points (94.3% liked)

Animemes

1817 readers
389 users here now

Memes related to anime. Animemes.

Rules
  1. Don't be a shithead.
  2. Posts must be a meme with anime or related to anime or weeb culture.
  3. Use NSFW tag for lewd/ecchi. No explicit hentai.
  4. Nothing illegal, copyrighted, etc
  5. Repost only if the last post is 6 months old.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Anafabula@discuss.tchncs.de 15 points 1 week ago (1 children)

Maybe they store images as uncompressed .bmp for some reason

[–] Lichtblitz@discuss.tchncs.de 4 points 1 week ago (2 children)

bmp should not compress more than other media files. jpeg, png, etc. can compress so much because they are lossy

[–] Kwdg@discuss.tchncs.de 11 points 1 week ago (1 children)
[–] Lichtblitz@discuss.tchncs.de 2 points 1 week ago

You're right. png can be lossy but that's uncommon in the wild.

[–] Anafabula@discuss.tchncs.de 4 points 1 week ago* (last edited 1 week ago) (1 children)

Three files of the same image: A png (15.7MiB), a bmp (28.8MiB) and a bmp.zip (16.4MiB)

PNG actually uses the same compression algorithm as ZIP (DEFLATE).
Here are the files.

[–] Lichtblitz@discuss.tchncs.de 3 points 1 week ago* (last edited 1 week ago) (1 children)

The image doesn't look like a photo. The meme is about porn. Digital images can contain large areas of repeating patterns (uniform color areas for example) that can be compressed losslessly pretty well. Even slight noise from an image sensor can block that kind of compression.

[–] Anafabula@discuss.tchncs.de 7 points 1 week ago* (last edited 1 week ago) (1 children)

With a picture from Unsplash:
Three files of the same image: A png (34.5MiB), a png.zip (34.5MiB), a jpg (4.9MiB), a bmp (98.2MiB) and a bmp.zip (65.1MiB)

ZIP compression of bmp is worse, but still compresses more than png. Here are the files.

[–] Lichtblitz@discuss.tchncs.de 5 points 1 week ago* (last edited 1 week ago)

Fascinating. That's much more than I expected. Thanks for taking the time.