Comparer is a simple application which allows users to compare their files. All of the existing files compare applications offer viewing files content but not some files types properties. So I wrote a tool where the main feature is Total Commander's content plugins usage. I can easily "take two files" (or only one) and view their properties like: ID3 tags, resolutions or EXE headers. The only effort to take is to find nice plugin and add to application.
Here are some key features of "Comparer":
· possibility to export viewed details to CSV, HTML or BMP files;
· possibility to use external HTML and CSS files for better details export;
· external comparing applications can be configured on separate tab;
· thumbnails support for various file types (thanks to WLX plugins);
· view modes: either all details view or differences only;
· debug mode (view empty) - allows to see plugins' names for which information cannot be extracted;
· drag'n'drop support for adding new plugins - drop WDX file into proper area and you will get files extensions suggestion (if plugin supports it);
Requirements:
· .NET Framework 2.0
· WDX plugins, WLX plugins,
What's New in This Release: [ read full changelog ]
· fixed - "Scan for plugins" generated errors for new config;
· fixed - ThreadAbortException handled;
· added - temporary skipping FileDesc.wdx (due to strange bugs);