1 Star 0 Fork 2

chqiuu / psd-parser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Ntreev Photoshop Document Parser for .Net

NuGet version (psd-parser)

Developer

s2quake@ntreev.com

Summary

포토샵 파일을 분석해 필요한 정보를 사용할 수 있는 .net 용 라이브러리입니다. .Net framework 3.5 기반으로 제작되었으며 Unity3D에서도 제약없이 사용이 가능합니다. 라이브러리는 어도비에서 제공하는 포토샵 파일 포맷 정보 기반으로 제작되었습니다. http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ Image Resource IDs와 Additional Layer Information 부분은 종류가 워낙 많아서 필요한 부분을 제외하고는 파싱 작업을 하지않았습니다.

라이브러리에서 제공하는 PsdViewer는 정보만 볼 수 있는 간단한 프로그램입니다. 레이어의 그림내용을 보여주지는 않습니다.

작업의 목표는 쉬운 사용법, 모든 정보 추출, 빠른 속도입니다.

Development Environment

  • Microsoft Visual Studio Professional 2017

  • C# 7.0

  • .NET Framework 4.5

    old version has moved to branch 1.0

Test Environment

Photoshop CC

Usage

SourceCode:

using (PsdDocument document = PsdDocument.Create(filename))
{
	foreach (var item in document.Childs)
	{
		Console.WriteLine("LayerName : " + item.Name);
	}
}

License

Ntreev Photoshop Document Parser for .Net

Released under the MIT License.

Copyright (c) 2015 Ntreev Soft co., Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MIT License Copyright (c) 2015 Ntreev Soft co., Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

포토샵 파일을 읽어들일수 있는 .net 용 라이브러리입니다. 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/chqiuu/psd-parser.git
git@gitee.com:chqiuu/psd-parser.git
chqiuu
psd-parser
psd-parser
master

搜索帮助