Aspose.Medical for .NET(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
Aspose.Medical for .NET V26.7メジャーバージョン2026年7月24日
機能
  • DIMSE Networking: Added a full DICOM Upper Layer and DIMSE protocol stack. You can build both DICOM SCU (client) and SCP (server) applications with support for all C-Service operations (C-ECHO, C-FIND, C-GET, C-MOVE, C-STORE, C-CANCEL) and all N-Service operations (N-ACTION, N-CREATE, N-DELETE, N-EVENT-REPORT, N-GET, N-SET). The API uses a builder pattern for client and server configuration, fluent association negotiation, TLS transport security, and a handler/behavior pipeline for request processing.
  • Asynchronous DicomFile I/O: The DicomFile.Open and DicomFile.Save methods now have async counterparts (OpenAsync, SaveAsync) that return ValueTask and accept CancellationToken for all input sources (file, stream, pipe, pipe reader/writer).
  • Logging API: A new Aspose.Medical.Logging namespace provides ILogger, ILoggerFactory, LoggerFactory, and NullLogger types. The library uses NullLogger by default, but you can inject your own logger implementation via LoggerFactory.Instance.SetFactory to capture diagnostic output from the networking stack.
  • Redesigned Pixel Imaging Model: The RawImage and IRawImage types have been replaced by a generic PixelImage<TPixel> and IPixelImage<TPixel> model that supports multiple pixel formats (Bgra32, Rgb24, Rgba32). Pixel types moved from Aspose.Medical.Imaging.PixelFormats to Aspose.Medical.Imaging.Pixels, and the vector conversion methods have been renamed for clarity.
Aspose.Medical for .NET V26.6メジャーバージョン2026年6月18日
機能
  • Addd JPEG XL (JXL) transfer syntax support: The library now supports JPEG XL transfer syntaxes defined in the DICOM standard: lossless (1.2.840.10008.1.2.4.110), JPEG recompression (1.2.840.10008.1.2.4.111), and lossy (1.2.840.10008.1.2.4.112). You can transcode DICOM files to and from JPEG XL, and the corresponding ISO_18181_1 lossy compression method identifier is available.
  • Migration to .NET 10: The library now targets .NET 10, taking advantage of the latest runtime performance improvements, new APIs, and long-term support.
  • Added JPEG 2000 16-Bit Monochrome encode support: JPEG 2000 encoding now correctly handles 16-bit monochrome pixel data. This is important for medical imaging modalities such as CT and MR that produce high-dynamic-range grayscale images.
Aspose.Medical for .NET V26.3メジャーバージョン2026年3月1日
機能
  • Pure C# HTJ2K Codec - The High-Throughput JPEG 2000 codec has been reimplemented entirely in managed C#. This change eliminates platform-specific native library requirements, improves portability across all .NET-supported platforms, and simplifies deployment.
  • API Cleanup - Removed leftover internal Aspose.Imaging namespace documentation entries from the public API surface, resulting in a cleaner and more accurate public API definition.