查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。
Aspose.Imaging for .NET V26.7主要版本2026年7月3日
功能
- Optimized Rotate methods by parallelization.
- Optimized Resize methods by parallelization.
- Sped up WEBP format processing.
- Added the ability to render Arabic fonts.
修正
- Fixed bugs with rendering SVG.
- XMP reading error: The complex properties are not loading if they contain several sub-properties as their attributes.
- Exception on saving CDR file.
Aspose.Imaging for Java V26.7主要版本2026年7月3日
功能
- Optimized Rotate methods by parallelization.
- Optimized Resize methods by parallelization.
- Sped up WEBP format processing.
- Added the ability to render Arabic fonts.
修正
- Fixed bugs with rendering SVG.
- XMP reading error: The complex properties are not loading if they contain several sub-properties as their attributes.
- Exception on saving CDR file.
Aspose.Imaging for Python via .NET V26.7主要版本2026年7月3日
功能
- Optimized Rotate methods by parallelization.
- Optimized Resize methods by parallelization.
- Sped up WEBP format processing.
- Added the ability to render Arabic fonts.
修正
- Fixed bugs with rendering SVG.
- XMP reading error: The complex properties are not loading if they contain several sub-properties as their attributes.
- Exception on saving CDR file.
Aspose.Imaging for .NET V26.6主要版本2026年6月2日
功能
- Implemented a faster IccColorConverter pixelsCache.
修正
- ArgumentOutOfRangeException in TiffFrame.ImageOpacity.
- WEBP image is exported incorrectly in PNG and JPEG.
- Removed unused DoNotCopyIfPossible property.
Aspose.Imaging for Java V26.6主要版本2026年6月2日
功能
- Implemented a faster IccColorConverter pixelsCache.
修正
- ArgumentOutOfRangeException in TiffFrame.ImageOpacity.
- WEBP image is exported incorrectly in PNG and JPEG.
- Removed unused DoNotCopyIfPossible property.
Aspose.Imaging for Python via .NET V26.6主要版本2026年5月29日
功能
- Implemented a faster IccColorConverter pixelsCache.
修正
- ArgumentOutOfRangeException in TiffFrame.ImageOpacity.
- WEBP image is exported incorrectly in PNG and JPEG.
Aspose.Imaging for .NET V26.5主要版本2026年5月6日
功能
- Parallelized processes using the Parallel class.
修正
- Incorrect colors on specific TIFF to PNG conversion.
- BigTIFF: Merging ~260 single-page TIFF files into one BigTIFF leads to an exception "IOException: Stream was too long".
- Cannot open the WEBP image.
Aspose.Imaging for Java V26.5主要版本2026年5月6日
功能
- Parallelized processes using the Parallel class.
- Improved the speed and reduced the memory consumption when performing graphics drawing operations.
修正
- Incorrect colors on specific TIFF to PNG conversion.
- BigTIFF: Merging ~260 single-page TIFF files into one BigTIFF leads to an exception "IOException: Stream was too long".
- Cannot open the WEBP image.
Aspose.Imaging for Python via .NET V26.5主要版本2026年5月4日
功能
- Parallelized processes using the Parallel class.
修正
- Incorrect colors on specific TIFF to PNG conversion.
- BigTIFF: Merging ~260 single-page TIFF files into one BigTIFF leads to an exception "IOException: Stream was too long".
- Cannot open the WEBP image.
Aspose.Imaging Product Family Update2026年5月1日
Aspose.Imaging for .NET V26.4主要版本2026年4月3日
功能
- Implemented support for partial GDI rendering.
修正
- CDR to WEBP: 'IndexOutOfRange' exception.
- MemMgr crashes when finalizing.
- JPG file colors are incorrectly read.
- CDR to PDF: Image Loading Failed.
Aspose.Imaging for Java V26.4主要版本2026年4月3日
功能
- Implemented support for partial GDI rendering.
修正
- CDR to WEBP: 'IndexOutOfRange' exception.
- MemMgr crashes when finalizing.
- JPG file colors are incorrectly read.
- CDR to PDF: Image Loading Failed.
Aspose.Imaging Product Family Update2026年4月1日
Aspose.Imaging for Python via .NET V26.4主要版本2026年4月1日
功能
- Implemented partial GDI rendering features.
修正
- CDR to WEBP: 'IndexOutOfRangeException' error.
- CDR to PDF: Image Loading Failed.
- JPG file colors are incorrectly read.
- Fixed problem where 'MemMgr' crashed during finalization.
- Fixed bug when exporting to PDF for images without own stream.
Aspose.Imaging for Python via .NET V26.3主要版本2026年3月3日
功能
- Added proper exception handling for unsupported XIF (eXtended Image Format, Xerox Image Format) file format.
- Implemented a Shadow Filter.
- Implemented EXIF Loader in a public API.
修正
- Setting ResolutionSetting in TiffOptions results in only Horizontal resolution update.
- JPG file colors are incorrectly read.
Aspose.Imaging Product Family Update2026年3月2日
Aspose.Imaging for .NET V26.3主要版本2026年3月2日
功能
- Added proper exception handling for unsupported XIF (eXtended Image Format, Xerox Image Format) file format.
- Implemented a Shadow Filter.
修正
- Setting ResolutionSetting in TiffOptions results in only Horizontal resolution update.
- JPG file colors are incorrectly read.
Aspose.Imaging for Java V26.3主要版本2026年3月2日
功能
- Implemented a Shadow Filter.
- Added proper exception handling for unsupported XIF (eXtended Image Format, Xerox Image Format) file format.
修正
- Setting ResolutionSetting in TiffOptions results in only Horizontal resolution update.
- JPG file colors are incorrectly read.
- Regression - ImageExtensions.toJava(EmfImage) throws ArgumentException.
Aspose.Imaging for .NET V26.2主要版本2026年2月6日
功能
- Added support for HDR images.
- Optimized and sped up PNG pixel loading (Removed temp buffers resulting in unnecessary memory pressure).
修正
- RasterImage.AutoRotate throws an exception.
- CDR - Some layers are overlapped with the background during rasterization.
- Fixed bugs with pixel colors in JPEG.
- CDR to PDF - Image loading failed.
Aspose.Imaging for Java V26.2主要版本2026年2月6日
功能
- Added support for HDR images.
- Removed all ThreadLocal variables to make the product server-friendly (avoiding memory leaking).
- Optimized and sped up PNG pixel loading (Removed temp buffers resulting in unnecessary memory pressure).
修正
- RasterImage.AutoRotate throws an exception.
- CDR - Some layers are overlapped with the background during rasterization.
- Fixed bugs with pixel colors in JPEG.
- CDR to PDF - Image loading failed.
Aspose.Imaging Product Family Update2026年2月3日
Aspose.Imaging for Python via .NET V26.2主要版本2026年1月28日
功能
- Added support for HDR images.
- Optimized and sped up PNG pixel loading. Removed temp buffers resulting in unnecessary memory pressure.
修正
- RasterImage.AutoRotate throws an exception.
- CDR - Some layers are overlapped with background during rasterization.
- Fixed bugs with pixel colors in JPEG.
- CDR to PDF - Image loading failed.
Aspose.Imaging Product Family Update2026年1月6日