You ought to think very carefully before storing anything resembling
raw hbitmap data into your database.  You will be embedding obscure
dependencies on windows (vs macos or unix), arcane hardware requirements
such as row lengths being a multiple of 16 or 32 bytes, or whether
the rows are scanned from top to bottom or bottom to top.

Also, you will not get the benefit of any compression.

A better idea might be to build a memory image of some well known
image format suitable for your purposes, and store that using a blob.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to