manipulating media file

  • Thread starter Thread starter pradeep
  • Start date Start date
P

pradeep

hi,

Are there any classes available to manipulate media
files in CSharp. I want to read a file and manipulate
pixel information in the file.( eg. Turn certain pixels
to gray scale from color).

Thanks for any help
pradeep
 
pradeep,

There is not a general media framework in the framework, but you can use
the members of the Image and Bitmap classes in the System.Drawing namespace
to alter image files (which it appears you wish to do).

Hope this helps.
 
Back
Top