通过 C# 将 PSD 转换为 TIFF
用于 PSD 和 PSB 的 .NET Photoshop API 转换为包括 TIFF 在内的光栅图像
.NET Photoshop API 入门
从命令行安装为 nuget install Aspose.PSD
或者通过 Visual Studio 的软件包管理器控制台使用 Install-Package Aspose.PSD
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from 下载 .
.NET C# 用于将 PSD 转换为 TIFF 的代码
PSD What is PSD File Format?
PSD, Photoshop Document, represents Adobe Photoshop’s native file format used for graphics designing and development. PSD files may include image layers, adjustment layers, layer masks, annotations, file information, keywords and other Photoshop-specific elements. Photoshop files have default extension as .PSD and has a maximum height and width of 30,000 pixels, and a length limit of two gigabytes.
Read MoreTIFF What is TIFF File Format?
TIFF or TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard. It is capable of describing bilevel, grayscale, palette-color and full-color image data in several color spaces. It supports lossy as well as lossless compression schemes to choose between space and time for applications using the format. The format is not machine dependent and is free from bounds like processor, operating system, or file systems.
Read More