From 14f0ccfdac1b5bcecab3854204be1e071faa80f5 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 22 Apr 2019 13:03:09 +0300 Subject: Applied proper permissions to color capture module. --- Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/Tango.UnitTesting') diff --git a/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs index b25a3140b..073841997 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs @@ -76,6 +76,8 @@ namespace Tango.UnitTesting.Pulse TwnFile twnFile = TwnFile.FromFile(sampleFile); var imgFile = TemporaryManager.Default.CreateFile(".png"); + String json = twnFile.ToJsonString(); + twnFile.Thumbnail.Save(imgFile, ImageFormat.Png); Helper.ShowInExplorer(imgFile); -- cgit v1.3.1