Feedback
Pictures and databases now support binary image data
- Status
- Fixed
- Fixed in
- v26.7.3
- Source discussion
- https://forum.objo.dev/d/592-picture-to-string-and-vice-versa
- Last updated
- 2026-07-18
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Pictures can be converted to and from raw binary data, allowing images to be stored efficiently in database BLOB columns or encoded as Base64 when a text-only representation is required. Database prepared statements and result columns support the same byte-safe data type.