How to make miniatures from pictures

  • Thread starter Thread starter Alexandre Jaquet
  • Start date Start date
A

Alexandre Jaquet

Hi,

I need to know how to make miniatures from a pictures uploaded by
an user.

And I would like to know how to make court movies from uploaded movies.

Thanks in advance.
 
In the System.Drawing namespace, there is an Image class that includes a
GetThumbnailImage method. The method converts the current image to a
thumbnail of the dimensions that are specified in the parameter list.

Don't know anything about movies, though

HTH

Bruce Johnson
http://www.ObjectSharp.com/Bruce
 
Back
Top