why can we encode bitmaps from RAM but not decode?
why can we encode bitmaps from RAM but not decode?
Why does EncodeImage() exist but no DecodeImage()? It'd be awesome to store BASE64 encoded images on a back-end in a DB and load them in RAM over HTTP. I know it can be done by modding HTTP headers and outputting the binary with a CGI script, but not having to consume back-end CPU would be great.