|
-
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
-
Jan 19th, 2004, 07:20 AM
#2
Sleep mode
Not sure why but I've just tried it and it does save without problems (quality isn't that perfect but this isn't a problem). Did you try this with different pictures with different resolutions ?
-
Jan 19th, 2004, 09:10 AM
#3
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
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
|