Re: How to create thumbnails



On May 3, 8:58 am, Matthew McDermott
<MatthewMcDerm...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks, I'll have a look.

What I don't understand is how that application would work on a web page. It
looks like I would have to ues it to create the images as a seperate process.

I was wondering if there is a control or call that I could make that will
render the default preview image from the wmv file?


I don't know of any reason why you couldn't do something like that on
a web page, but getting the pic can take a second or two so you may
want to do it async or better pre generate the images and store them
in a database. Unless you need to great time sensitive (I mean time
within the video) dynamically, pre generating would produce much
better scalability for your web app.

.



Relevant Pages

  • Re: Storing images in postgreSQL (with PHP)
    ... > I am wanting to learn how to store images in a postgreSQL database. ... Some code to load a picture might be: ...
    (comp.lang.php)
  • Re: storing path only to database
    ... Do not store the images in the file, rather store them on the hard drive and ... store the path to them in the Access database. ... Alternatively, you can store images in multiple tables, each one of which is ... Dim MyFolder As String ...
    (microsoft.public.access.formscoding)
  • Re: Image problem
    ... This sounds like one of the symptoms of hitting the database size limit? ... Using Photo Editor to store JPEGs causes a huge overhead, since it stores each image uncompressed, then ... Either store the images externally as files, or as blobs if you want them in the database. ...
    (microsoft.public.access.tablesdbdesign)
  • Re: [SLE] File Server
    ... >>store the images in the file system directly? ... > future if for some reason you are adding more weight images, ... Even in Oracle this is a really bad idea. ... before you store the body in the database. ...
    (SuSE)
  • Re: file upload storage - database vs folder
    ... Suppose I do store my images for a web site in a BLOB ... > I have used both techniques whilst working with oracle database. ...
    (microsoft.public.dotnet.general)

Loading