![]() |
VOOZH | about |
dotnet add package Aspose.PSD --version 26.5.0
NuGet\Install-Package Aspose.PSD -Version 26.5.0
<PackageReference Include="Aspose.PSD" Version="26.5.0" />
<PackageVersion Include="Aspose.PSD" Version="26.5.0" />Directory.Packages.props
<PackageReference Include="Aspose.PSD" />Project file
paket add Aspose.PSD --version 26.5.0
#r "nuget: Aspose.PSD, 26.5.0"
#:package Aspose.PSD@26.5.0
#addin nuget:?package=Aspose.PSD&version=26.5.0Install as a Cake Addin
#tool nuget:?package=Aspose.PSD&version=26.5.0Install as a Cake Tool
👁 Version 26.5.0
👁 NuGet
👁 .NET
👁 Docs
👁 API Ref
👁 Examples
👁 Blog
👁 Releases
👁 Support
👁 License
A standalone .NET API to read, write, process, and convert Adobe Photoshop® PSD & PSB formats without needing to install Adobe Photoshop®. Aspose.PSD for .NET API allows you to create and edit Photoshop® files and provides the ability to update layer properties, add watermarks, perform graphics operations, and convert files between various formats.
No Need for Adobe Photoshop®
Aspose.PSD for .NET operates independently of Adobe Photoshop®, allowing you to work with PSD and PSB files directly within your .NET applications.
High Performance
Designed for speed and efficiency, the API processes large PSD files quickly, even with complex layers and effects.
Cross-Platform Compatibility
Supports .NET Framework, .NET Core, and Mono, making it suitable for Windows, macOS, and Linux environments.
Comprehensive Format Support
Read, write, and convert Photoshop® and Illustrator® formats seamlessly.
Easy Integration
Straightforward integration into your existing .NET applications with comprehensive documentation and support.
Create & Edit Photoshop® Files
Generate new PSD and PSB files, or edit existing ones programmatically.
Advanced Layer Management
Update layer properties, apply blending modes, add masks, and manage Smart Objects.
Apply Filters & Effects
Implement Median and Wiener filters, apply color balance, invert adjustment layers, and more.
Raster & Vector Graphics Support
Draw basic shapes, manage vector paths, and apply transformations.
XMP Data Handling
Create, read, and write XMP metadata in PSD files.
Comprehensive Image Operations
Resize, crop, rotate, and adjust images with precision.
Export to Various Formats
Save your work in multiple raster and vector formats, including TIFF, JPEG, PNG, GIF, BMP, JPEG2000, and PDF.
Batch Processing
Efficiently process multiple files in a single batch operation.
Memory Optimization
Handle large files with optimized memory usage, ensuring that your applications remain responsive even with complex PSDs.
Smart Filter Management
Apply and manage non-destructive Smart Filters, maintaining the integrity of the original image data.
Color Management
Adjust brightness, contrast, gamma, and apply various color correction techniques.
Text Handling
Work with text layers, including font management and text effects.
Watermarking
Easily add watermarks to images for copyright protection.
Optimized for Large Files
Aspose.PSD for .NET is engineered to handle large PSD and PSB files efficiently, ensuring quick processing even with complex layers and effects.
Low Memory Footprint
The API is designed to use memory efficiently, minimizing resource consumption during intensive image processing tasks.
Multithreading Support
Take advantage of multithreading to parallelize tasks and improve processing speeds in multi-core environments.
Batch Processing
Process multiple files simultaneously with batch processing capabilities, reducing overall processing time.
Smart Object & Filter Support
Manage Smart Objects and apply Smart Filters programmatically, preserving the original image data while experimenting with effects.
Adjustment Layers
Utilize adjustment layers to make non-destructive edits, such as brightness/contrast adjustments, hue/saturation changes, and color balance corrections.
Vector Path Manipulation
Create and modify vector paths, enabling precise control over shapes and outlines in your PSD files.
Layer Styles & Effects
Apply layer styles like drop shadow, bevel, and emboss to enhance the appearance of layers.
Text Layer Manipulation
Edit text layers, including font, size, color, and effects, to create dynamic text elements in your images.
The following table indicates the file formats that Aspose.PSD for .NET can load and save.
| Format | Description | Load | Save |
|---|---|---|---|
| PSD | Adobe Photoshop Document File Format | ✔️ | ✔️ |
| PSB | Adobe Photoshop Image File | ✔️ | ✔️ |
| TIFF | Saves the document as Single or Multi-Page TIFF Image | ✔️ | |
| JPEG | Saves the document in JPEG Format | ✔️ | |
| PNG | Saves the document in PNG Format | ✔️ | |
| GIF | Saves the document in GIF Format | ✔️ | |
| BMP | Saves the document in BMP Format | ✔️ | |
| JPEG2000 | Saves the document in JPEG2000 Format | ✔️ | |
| Portable Document Format | ✔️ | ||
| AI | Adobe Illustrator File | ✔️ |
Supported OS
Windows 2000 to Windows 10 (x86 & x64)
Supported Platforms
Windows Forms, Web Forms, Visual Studio (2005 to 2019)
Framework Compatibility
.NET Framework 2.0+ and .NET Standard 2.0
Use NuGet in Visual Studio for an easy setup: search "aspose," select Aspose.PSD, and click "Install" to add it to your project.
- Open Package Manager Console in Visual Studio.
- Install with:
Install-Package Aspose.Psd- Update with:
Update-Package Aspose.Psd
Requires Full Trust permissions for full functionality (e.g., reading fonts and rendering).
Ensure necessary dependencies are added if using the .NET Standard DLL installed via MSI.
You can execute the below code snippet to see how Aspose.PSD API works in your own development environment or check the GitHub Repository for other common usage scenarios.
// Implement correct Crop method for PSD files.
using (RasterImage image = Image.Load(dir + "template.psd") as RasterImage)
{
image.Crop(new Rectangle(10, 30, 100, 100));
image.Save(dir + "output.png", new PngOptions() { ColorType = PngColorType.TruecolorWithAlpha });
}
// Create an instance of Image
using (Image image = new PsdImage(100, 100))
{
Graphics graphic = new Graphics(image);
graphic.Clear(Color.Yellow);
// Draw a rectangle with Pen tool
graphic.DrawRectangle(new Pen(Color.Red), new Rectangle(30, 10, 40, 80));
// Draw another rectangle with Solid Brush in Blue color
graphic.DrawRectangle(new Pen(new SolidBrush(Color.Blue)), new Rectangle(10, 30, 80, 40));
}
👁 Docs
👁 API Ref
👁 Examples
👁 Blog
👁 Releases
👁 Support
👁 License
.NET | Photoshop® | File Processing | NuGet | PSD | PSB | AI | Image | Processing | Vector Raster | Graphics | Layer Management | Watermarking | API | Cross Platform | Multithreading | Batch Processing | Color Management | Smart Filters | Smart Objects | Adjustment Layers | Memory Optimization | PDF | Export | TIFF | JPEG | PNG | BMP | GIF | JPEG2000 | Fixed Layout | Windows | macOS | Linux | Azure | AWS | Drawing | XObjectForm | AI Format | ShapeLayer | RGB | CMYK | Conversion | PsdImage | PSD File | PSB File | Graphics Operations | Layer Styles | Effects | Text Handling | Vector Path | Manipulation | Layer Effects | Document Integration | Metadata | Compatibility | Performance | Cloud | Deployment | NuGet Package | Photoshop® Compatible | Image Manipulation | Photoshop® Editing | Image Editing | API Integration | Software Development | Application Development | Graphic Design | Development Tools | Image Processing Tools | Photoshop® Scripting | Photoshop® Automation | Photoshop® Tasks | Image Automation | Image Conversion | Photoshop® Conversion | Photoshop® Scripts | Software Integration | Programming | Graphics API
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 is compatible. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net20 net20 is compatible. net35 net35 is compatible. net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 2 NuGet packages that depend on Aspose.PSD:
| Package | Downloads |
|---|---|
|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
|
|
Aspose.PSD.Adapters.Imaging
Aspose.PSD Imaging Adapter for .NET provides time-saving integration with Aspose.Imaging to open or export additional formats and work with them in Adobe Photoshop Style using layers, effects, warp transformations without requiring Adobe Photoshop or Adobe Illustrator. Aspose.PSD has limitation on loading of additional Raster and Vector Formats. They can be only loaded as layers. If you have both Aspose.PSD and Aspose.Imaging licenses or you are user of Aspose.Total this package can save your time and efforts on integration of these products. With Aspose.PSD.Adapters.Imaging you can open in Aspose.PSD any formats like SVG, WEBP, TIFF, PNG, JPEG, GIF, JPEG2000, BMP and edit them like PSD without additional code. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.5.0 | 852 | 5/22/2026 |
| 26.4.0 | 3,451 | 4/15/2026 |
| 26.3.0 | 2,911 | 3/13/2026 |
| 26.2.2 | 45,530 | 2/24/2026 |
| 26.2.1 | 898 | 2/11/2026 |
| 26.2.0 | 1,548 | 2/11/2026 |
| 26.1.0 | 1,146 | 1/22/2026 |
| 25.12.0 | 12,273 | 12/11/2025 |
| 25.11.0 | 36,174 | 11/26/2025 |
| 25.10.0 | 21,132 | 10/10/2025 |
| 25.9.0 | 7,599 | 9/5/2025 |
| 25.8.0 | 3,184 | 8/14/2025 |
| 25.7.0 | 6,870 | 7/9/2025 |
| 25.6.0 | 39,896 | 6/6/2025 |
| 25.5.0 | 22,000 | 5/23/2025 |
| 25.4.0 | 10,887 | 4/25/2025 |
| 25.3.0 | 13,255 | 3/26/2025 |
| 25.2.0 | 44,520 | 2/27/2025 |
| 25.1.0 | 10,348 | 1/22/2025 |
| 24.12.0 | 11,795 | 12/13/2024 |