https://github.com/xafero/psd
This is System.Drawing.PSD for reading PSD files in .NET
https://github.com/xafero/psd
psd
Last synced: 6 months ago
JSON representation
This is System.Drawing.PSD for reading PSD files in .NET
- Host: GitHub
- URL: https://github.com/xafero/psd
- Owner: xafero
- License: bsd-2-clause
- Created: 2019-03-23T23:33:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T23:40:12.000Z (over 6 years ago)
- Last Synced: 2025-05-07T20:13:44.853Z (6 months ago)
- Topics: psd
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSD
This is System.Drawing.PSD for reading PSD files in .NET## Important
It's mostly from https://github.com/bizzehdee/System.Drawing.PSD, but made .NET Standard 2 compatible.