Handling images using Python - Mailing list pgsql-general

From Andreas Tille
Subject Handling images using Python
Date
Msg-id Pine.LNX.4.44.0211192224050.18570-100000@wr-linux02.rki.ivbb.bund.de
Whole thread Raw
Responses Re: Handling images using Python  (Yves Bastide <ybastide@IRISA.FR>)
List pgsql-general
Hello,

I tried to store some images in PostgreSQL using Python via
psycopg database adapter.  Unfortunately the examples I found in
the web very not really the best - I just was not able to get one
working.

Is there anybody who could give an example how to store an image
in a usual format (PNG, JPG, ...) into a simple table and get
it back via Python?

Kind regards

        Andreas.


pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: ssh tunnel problem
Next
From: Andrew Magnus
Date:
Subject: Getting a list of tables in a database with Perl