Re: [INTERFACES] Images - Mailing list pgsql-interfaces

From Frank Morton
Subject Re: [INTERFACES] Images
Date
Msg-id 004801bebd93$a5332ff0$8355e5ce@base2inc.com
Whole thread Raw
In response to Images  ("Collin F. Lynch" <clynch@water2.cs.umass.edu>)
List pgsql-interfaces
We have a commercial media management system in development
(close to finished) using postgresql running under Linux written in Java.

Our philosophy has been to store the media as a file and just have
the pathname to the media item in the database. While I like the
theoretical side of storing media in the database and I am sure that
is how things will be done years ahead, the reality is that there are
many utility type programs (such as imagemagik for us) that can do
lots of things with media, but they all make today's assumption that
the data is available in a file. If, for example, you want to convert an
image from one format to another, if the content is in the database,
first you'd have to extract it into a file, then convert it and them
(probably)
put it back again. It creates a lot of work.

Just my 0.02.

What is the scope and timetable of your project? We might be
interested in donating to your project if it fits the non-profit
model, though our product is not open source.

>
> Greetings,
> I'm working for the computer vision group at UMass's CS department and we
are looking
> at using Postgres to catalog Images and video for a large data
coordination project.  I am
> running my own experiments, but I wanted to know if anyone has any data on
internally stored
> versus externally stored images.
>
> Collin Lynch.
>




pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Re: [INTERFACES] Trying to get started?
Next
From: David Warnock
Date:
Subject: Re: [INTERFACES] Images