|
-
Jan 19th, 2004, 07:06 AM
#1
Thread Starter
Fanatic Member
Saved GIF image is grainy...why?
Hello,
I can save a bitmap, jpeg, and tiff file with no problems, but when I save a GIF file it turns out grainy. Why? This is the code used to save the file.
If saveFile.FileName.EndsWith("bmp") Then
Pic.Save(saveFile.FileName, Imaging.ImageFormat.Bmp)
ElseIf saveFile.FileName.EndsWith("gif") Then
Pic.Save(saveFile.FileName, Imaging.ImageFormat.Gif)
ElseIf saveFile.FileName.EndsWith("tiff") Then
Pic.Save(saveFile.FileName, Imaging.ImageFormat.Tiff)
ElseIf saveFile.FileName.EndsWith("jpg") Then
Pic.Save(saveFile.FileName, ici, ep)
End If
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|