Aspose.PSD for Java 릴리스
Released: Aug 28, 2025
V25.8 버젼 업데이트
기능
- [AI Format] Added processing of Text in PDF-Based AI Format.
- [Ai format] Reworked loading and storing data of AiImage.
수정사항
- Image.Open method with with PSD file in arguments cause a spike in RAM and eventually crash.
- Fixed the export of AI file to a GIF file.
- Incorrect multiple stroke rendering.
- Layer was exported with effects bounds even when 'AreEffectsEnabled' is False.
- Fixed rendering of pattern with transparent pixels.
Released: Jul 23, 2025
V25.7 버젼 업데이트
기능
- Added support for exporting Layers with Layer Effects to raster formats.
- Added a property to toggle all layer effects visibility.
- Updated the structure of Gradient classes. Created base class for Gradient specific.
- Made TextLayer rendering not automatic to save original pixels before changes.
수정사항
- Make correct initializing of Layers with Linked Layers Registry.
- Inaccurate rendering of Smart Object Layer.
- Error when applying deformation due to invalid 'Processing Area' value is 2.
Released: Jun 30, 2025
V25.6 버젼 업데이트
기능
- Added API to apply a layer mask to a layer.
Released: May 29, 2025
V25.5 버젼 업데이트
기능
- You can now create default layer mask for Fill layer.
- Added support for multiple Effects.
- Added a new resource (imfx).
- Added a setter to effects property.
- [AI Format] Implemented stroke style operators: line dash pattern, line cap style, line join style, miter limit.
- Improved drop shadow: Corrected distance and scope.
수정사항
- Fixed incorrect deformation transformation in a specific file, add "Processing area" field, smooth out deformation rendering steps.
- Saving of newly created PSD File to PSB...
Released: Apr 30, 2025
V25.4 버젼 업데이트
기능
- AI Format - You can now handle inline images in content streams.
수정사항
- Error reading structures from 'VogkResource' in .NET Framework project.
- AI Format
- Resolved rendering issues with Type 2 Shading.
- Removed the crop of bottom part of AI image on rendering.
Released: Mar 28, 2025
V25.3 버젼 업데이트
기능
- Unified method to improve blending.
- Remade Drop Shadow effect.
수정사항
- Fixed issue where shadow was not drawn for file.
- Fixed regression after implementing APS rendering.
- Fixed regression at AI rendering.
Released: Feb 28, 2025
V25.2 버젼 업데이트
기능
- Added support for saving of PSB files with size more than 2GB.
- Implemented handling of Noise gradient in Layer Effects.
- Improved mask processing performance.
수정사항
- Exception "Index outside the bounds of the array" when saving PSB with size more than 1GB.
Released: Jan 24, 2025
V25.1 버젼 업데이트
기능
- Added the ability to replace content in several smart objects that have the same source reference.
수정사항
- [AI Format] Resolved intersecting paths rendering issue.
Released: Dec 27, 2024
V24.12 버젼 업데이트
기능
- Refactored LayerResource classes to reduce dependencies from rarely used properties.
- AI Format
- Added support for Gradient Shading (type 7).
- Added blending support.
- Added an AiImage property for number of pages.
- Added support for Axial Shading (type 2).
- Reworked Compound Paths to work through APS.
수정사항
- Implemented correct handling of PSD file with Shape layer and having vector and raster masks.
- Fixed rendering of Shapes in PSD files created in an old version of the PS.
- AI Format
Released: Nov 25, 2024
V24.11 버젼 업데이트
기능
- Added object to change 'FillSettings'.
- Added support for the Artboard layer.
수정사항
- No support of UnitTypes.Millimeters for vector origin bounds.
- [AI format] Handle the situation when Ai file has no layers (OCG).
- Rework updating of FillSettings of FillLayer.