Hello Dave,

Saturday, August 30, 2008, 4:52:26 AM, you wrote:

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

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

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

I store JPG files in mine.

-- 
Best regards,
 Teg                            mailto:[EMAIL PROTECTED]

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to