P Kishor <[EMAIL PROTECTED]> wrote:
You are correct. But I don't want to manipulate the image with SQLite
(or any SQL db). I just want to store and retrieve it efficiently.
Storing images as files certainly precludes being able to find just
*that* particular rect and extract it out of a file.

What do you believe you can do to a BLOB in a database that you can't do to a file on disk? You most certainly can read a portion of a file at a given offset.

One would have to
experiment with many image tile size, so on, so forth. Thinking of an
image not as an image but as an array of bytes intuitively seems to be
the right direction to be thinking in.

And what exactly do you think a file is?

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to