in reply to GD thumbnail script errors

I can't edit my node for some reason, so I'll update it here.
I forgot to set binmode() after opening my file, and before printing to it. like this :
binmode (FILE);
-Silent11