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
- Don't be a shithead.
- Posts must be a meme with anime or related to anime or weeb culture.
- Use NSFW tag for lewd/ecchi. No explicit hentai.
- Nothing illegal, copyrighted, etc
- 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
view the rest of the comments
Maybe they store images as uncompressed .bmp for some reason
bmp should not compress more than other media files. jpeg, png, etc. can compress so much because they are lossy
Png is lossless
You're right. png can be lossy but that's uncommon in the wild.
PNG actually uses the same compression algorithm as ZIP (DEFLATE).
Here are the files.
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.
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)](https://static.mikuspace.eu/screenshots/Screenshot_20250202_170450.png)
ZIP compression of bmp is worse, but still compresses more than png. Here are the files.
Fascinating. That's much more than I expected. Thanks for taking the time.