Maybe people will appreciate this on a programming forum >_>
C# program + code to convert any file to a png and vice-versa. So anyone interested (or even wondering how to do that) can check it out (or even use it on 4chan to upload small files in place of rapidshare).
Error: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: gdiplus.dll in (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&) in <0x000fa> System.Drawing.GDIPlus:.cctor ()--- End of inner exception stack trace ---
in <0x00000> <unknown method> in <0x0002f> System.Drawing.Bitmap:.ctor (Int32 width, Int32 height, PixelFormat format) in <0x00015> System.Drawing.Bitmap:.ctor (Int32 width, Int32 height) in (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (int,int) in <0x00057> hotaru.Program:TranscodeData (System.IO.FileStream fs, Int32 x, Int32 y) in <0x000e9> hotaru.Program:EncodeProcess (System.IO.FileInfo file) in <0x0002f> hotaru.Program:.ctor (System.IO.FileInfo file, Boolean encode, Int64 length) in <0x00167> hotaru.Program:Main (System.String[] args)