Aspose.OMR for .NET 19.7 Release Notes

Major Changes

Template Generation: This feature allows creating template images and template files (.omr) from simple text markup.

Key Summary Category
OMR-410 Implement template generation in Aspose.OMR for .NET New Feature

Other Changes

Bug fixes regarding image processing.

Public API and Backwards Incompatible Changes

Added APIs:

Type Title
Class Aspose.OMR.Generation.GenerationResult
Property Aspose.OMR.Generation.GenerationResult.TemplateImage
Property Aspose.OMR.Generation.GenerationResult.Template
Property Aspose.OMR.Generation.GenerationResult.ErrorCode
Property Aspose.OMR.Generation.GenerationResult.ErrorMessage
Property Aspose.OMR.Generation.GenerationResult.Warnings
Method Aspose.OMR.Generation.GenerationResult.Save(System.String,System.String)
Method Aspose.OMR.Api.OmrEngine.GenerateTemplate(System.String)

Removed APIs:

No Changes