This is a migrated thread and some comments may be shown as answers.

Bit Depth

0 Answers 45 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 03 Sep 2010, 10:30 AM
hi

I have a picture that is 1024 X 768 and is 88KB in size and 24 in bit depth. When i uploaded the picture the bit depth has become 32bits and the size in KB has become 239KB. This is my code:

  Dim thumbnail As Image = originalimage.GetThumbnailImage(440, 330, thumbnailImageAbortDelegate, IntPtr.Zero)
                    thumbnail.Save(Path.Combine(Server.MapPath(filepath), filename + f.GetExtension))
                    filenameext = filepath + "/" + filename + f.GetExtension


No answers yet. Maybe you can help?

Tags
Upload (Obsolete)
Asked by
L
Top achievements
Rank 1
Share this question
or