Aspose.Imaging Lanzamientos

Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.

ene
feb
mar
abr
may
jun
jul
ago
sept
oct
nov
dic
Aspose.Imaging for .NET V26.7Versión principal3 jul 2026
Funciones
  • Optimized Rotate methods by parallelization.
  • Optimized Resize methods by parallelization.
  • Sped up WEBP format processing.
  • Added the ability to render Arabic fonts.
Correcciones
  • 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.7Versión principal3 jul 2026
Funciones
  • Optimized Rotate methods by parallelization.
  • Optimized Resize methods by parallelization.
  • Sped up WEBP format processing.
  • Added the ability to render Arabic fonts.
Correcciones
  • 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.7Versión principal3 jul 2026
Funciones
  • Optimized Rotate methods by parallelization.
  • Optimized Resize methods by parallelization.
  • Sped up WEBP format processing.
  • Added the ability to render Arabic fonts.
Correcciones
  • 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.6Versión principal2 jun 2026
Funciones
  • Implemented a faster IccColorConverter pixelsCache.
Correcciones
  • ArgumentOutOfRangeException in TiffFrame.ImageOpacity.
  • WEBP image is exported incorrectly in PNG and JPEG.
  • Removed unused DoNotCopyIfPossible property.
Aspose.Imaging for Java V26.6Versión principal2 jun 2026
Funciones
  • Implemented a faster IccColorConverter pixelsCache.
Correcciones
  • ArgumentOutOfRangeException in TiffFrame.ImageOpacity.
  • WEBP image is exported incorrectly in PNG and JPEG.
  • Removed unused DoNotCopyIfPossible property.
Aspose.Imaging for Python via .NET V26.6Versión principal29 may 2026
Funciones
  • Implemented a faster IccColorConverter pixelsCache.
Correcciones
  • ArgumentOutOfRangeException in TiffFrame.ImageOpacity.
  • WEBP image is exported incorrectly in PNG and JPEG.
Aspose.Imaging for .NET V26.5Versión principal6 may 2026
Funciones
  • Parallelized processes using the Parallel class.
Correcciones
  • 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.5Versión principal6 may 2026
Funciones
  • Parallelized processes using the Parallel class.
  • Improved the speed and reduced the memory consumption when performing graphics drawing operations.
Correcciones
  • 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.5Versión principal4 may 2026
Funciones
  • Parallelized processes using the Parallel class.
Correcciones
  • 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 Update1 may 2026
Aspose.Imaging for .NET V26.4Versión principal3 abr 2026
Funciones
  • Implemented support for partial GDI rendering.
Correcciones
  • 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.4Versión principal3 abr 2026
Funciones
  • Implemented support for partial GDI rendering.
Correcciones
  • 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 Update1 abr 2026
Aspose.Imaging for Python via .NET V26.4Versión principal1 abr 2026
Funciones
  • Implemented partial GDI rendering features.
Correcciones
  • 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.3Versión principal3 mar 2026
Funciones
  • 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.
Correcciones
  • Setting ResolutionSetting in TiffOptions results in only Horizontal resolution update.
  • JPG file colors are incorrectly read.
Aspose.Imaging Product Family Update2 mar 2026
Aspose.Imaging for .NET V26.3Versión principal2 mar 2026
Funciones
  • Added proper exception handling for unsupported XIF (eXtended Image Format, Xerox Image Format) file format.
  • Implemented a Shadow Filter.
Correcciones
  • Setting ResolutionSetting in TiffOptions results in only Horizontal resolution update.
  • JPG file colors are incorrectly read.
Aspose.Imaging for Java V26.3Versión principal2 mar 2026
Funciones
  • Implemented a Shadow Filter.
  • Added proper exception handling for unsupported XIF (eXtended Image Format, Xerox Image Format) file format.
Correcciones
  • 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.2Versión principal6 feb 2026
Funciones
  • Added support for HDR images.
  • Optimized and sped up PNG pixel loading (Removed temp buffers resulting in unnecessary memory pressure).
Correcciones
  • 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.2Versión principal6 feb 2026
Funciones
  • 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).
Correcciones
  • 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 Update3 feb 2026
Aspose.Imaging for Python via .NET V26.2Versión principal28 ene 2026
Funciones
  • Added support for HDR images.
  • Optimized and sped up PNG pixel loading. Removed temp buffers resulting in unnecessary memory pressure.
Correcciones
  • 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 Update6 ene 2026