Add support and command for converting images, fixes #134

This commit is contained in:
2017-12-29 00:46:03 +00:00
parent d2036a3d16
commit 1aebaca9a9
11 changed files with 331 additions and 3 deletions

View File

@@ -40,7 +40,9 @@ namespace DiscImageChef.Server {
protected Label lblCompare;
protected Label lblCreateSidecar;
protected Label lblConvertImage;
protected Label lblCreateSidecar;
protected Label lblDecode;