Not everybody who has already graduated can afford to go back to college.
That said, I was under the impression that GIMP's color quantization isn't quite the same as that of Photoshop. I'll look through the directions to see what of them I can translate to GIMP's menu structure.
[tepples looks at the previous page]
I guess I'll have to be the first one to try using Mono as "some version of the .NET runtime".
[tepples tries running one of the .cmd files one line at a time, translating Windows-isms into Unix-isms by hand]
Code:
pino@pino-laptop:~/Desktop/testing/bin$ ./nesconv.exe even.png
Missing method EnableVisualStyles in assembly /home/pino/Desktop/convert/bin/nesconv.exe, type System.Windows.Forms.Application
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
pino@pino-laptop:~/Desktop/testing/bin$ sudo apt-get install libmono-winforms4.0-cil
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libmono-winforms4.0-cil
E: Couldn't find any package by regex 'libmono-winforms4.0-cil'
It appears to depend on a version of that's not part of the version of Mono that comes with my operating system. Any idea where I can get the right version of System.Windows.Forms for Mono, other than by buying a copy of Windows XP, Windows Vista, or Windows 7 to run in VirtualBox?