in reply to Re^2: encode/decode images
in thread encode/decode images
Bottom line: use "raw" binary strings when dealing with inherently binary data, unless you really need some encoding (for instance, when mailing the data or encapsulating it in an XML file).
update: Postgres does have facilities for dealing with binary data directly. So read the docs for the right module.
|
|---|