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

@@ -97,6 +97,7 @@
<i>benchmark</i> command has been run <asp:Label id="lblBenchmark" runat="server"/> times<br/>
<i>checksum</i> command has been run <asp:Label id="lblChecksum" runat="server"/> times<br/>
<i>compare</i> command has been run <asp:Label id="lblCompare" runat="server"/> times<br/>
<i>convert-image</i> command has been run <asp:Label id="lblConvertImage" runat="server"/> times<br/>
<i>create-sidecar</i> command has been run <asp:Label id="lblCreateSidecar" runat="server"/> times<br/>
<i>decode</i> command has been run <asp:Label id="lblDecode" runat="server"/> times<br/>
<i>device-info</i> command has been run <asp:Label id="lblDeviceInfo" runat="server"/> times<br/>