Biggest image in the smallest space
bamsoftware.com
Biggest image in the smallest space
1–10 of 106 posts
Re: Biggest image in the smallest space
#2Re: Biggest image in the smallest space
#3Re: Biggest image in the smallest space
#4From a legal stand-point, I'd be wary about following through with the authors suggestion of "Upload as your profile picture to some online service, try to crash their image processing scripts" without permission. Sounds like a good way of getting into trouble.
Re: Biggest image in the smallest space
#5See https://github.com/python-pillow/Pillow/blob/master/Tests/ch... for a quick way to generate some of these.
Re: Biggest image in the smallest space
#6Re: Biggest image in the smallest space
#7That's neat, but I still think the self-reproducing r.zip from "zip files all the way down" is the best compression trick I've seen: http://research.swtch.com/zip
Re: Biggest image in the smallest space
#8http://www.maximumcompression.com/compression_fun.php
A 24 byte file that uncompresses to 5 MB; another file with good compression under RAR but almost no compression under ZIP; and a compressed file that decompresses to itself.
Re: Biggest image in the smallest space
#9Actually, it decompresses to a 5.8MB PNG. However, many graphics programs may choose to use three bytes per pixel when rendering the image and because it has incredibly large dimensions, this representation would take up 141GB of RAM.