Y
Hacker News
new
|
ask
|
show
|
jobs
by
ambicapter
1191 days ago
I was under the impression that base64 encoding doesn't reduce file size of an image at all, rather it sometimes increases it. That wasn't the point of using base64 string, right?
1 comments
bdhcuidbebe
1191 days ago
> a base64 string representing a compressed image
Parent explained that the base64 encoding held compressed data.
link
TylerE
1191 days ago
But why base64 and not just… send the bytes? 6 bits per character vs 8
link
Parent explained that the base64 encoding held compressed data.