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)