Results 1 to 2 of 2

Thread: loosing quality while saving a GIF file.

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    loosing quality while saving a GIF file.

    I'm just opening a GIF image and then saving the exact same thing, without modifying it. For some reason I loose image quality:

    Dim img as image = image.fromFile("C:\pic.gif")
    img.save ("C:\savedPic.gif", img.rawFormat)



    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    I've tried this on a couple of gif-files, but I can't see any difference in quality....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width