Questions tagged [image-composite-editor]
2 questions
3
votes
1 answer
Minimal working example for Microsoft Image Composite Editor StitchEngine.dll
We want to use the StitchEngine.dll from Microsofts Image Composite Editor (ICE) in one of our C# projects. There is minimal evidence, that people already accomplished this task, e.g. Richard in this SO question Getting an "InvalidCastException"…

HansHirse
- 18,010
- 10
- 38
- 67
0
votes
1 answer
Getting an "InvalidCastException" when passing a Rectangle ValueType in c#
I am using the StitchEngine.dll from the Microsofot Image Composite Engine (ICE) to attempt to stitch images together in c#. I am trying to export the resulting image using the following method:
StartExporting(string, System.ValueType,…

Richard Martin
- 131
- 1
- 9