PSD 文件查看器 您所在的位置:网站首页 psd文件快速查看 PSD 文件查看器

PSD 文件查看器

2024-01-31 00:09| 来源: 网络整理| 查看: 265

PSD 文件查看器

PSD查看器是一个简单的应用程序,可以在线查看任何PSD文件。如果你没有 Adove Photoshop 你可以用这个 PSD 查看器 要么 Aspose PSD 编辑器。与需要在本地计算机上安装的其他查看器不同,此PSD文件查看器是免费的,可以在线运行。由于支持 PSD Viewer 的 Aspose.PSD 不断更新,你将能够使用像素完美的预览打开 PSD 文件的最新版本。请注意,此应用程序不使用 Adobe Photoshop,您可以使用 C# 或 Java 重现此查看器的所有功能,只需查看 Aspose.PSD

Drag and drop a file or click Open Image

You can reproduce the main functionality of this built-in app using Aspose.PSD for .NET

using (PsdImage image = (PsdImage)Image.Load(sourcePsbFileName)) { // To open the PSB File as JPG just use this code image.Save(sourcePsbFileName + ".jpg", new JpegOptions()); }

You can download Aspose.PSD for .NET from Nuget package manager

You can reproduce the main functionality of this built-in app using Aspose.PSD for Java

public static void convertReadOnlyPSBtoJpeg(String sourceFileName) { try { PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true); PsdImage image = null; try { image = (PsdImage) Image.load(sourceFileName, loadOptions); image.save(sourceFileName + ".jpg", new JpegOptions()); } finally { if (image != null) { image.dispose(); } } } catch (Exception ex) { } }

You can download Aspose.PSD for Java from Aspose Repository

Check the following list of documentation links:

将 PSD 文件导出为其他格式以供查看GIST 在 Java 上使用高代码 API 查看其他格式的 PSD 文件的示例Aspose 低代码应用程序可在线查看 PSD 文件

Please check the offical documentation https://docs.aspose.com/psd/

This App is completely free, but it just a small piece of functionality that offers for you Aspose.PSD library. You can make your own app with any functionality of Aspose.PSD. If you can not find needed feature in Aspose.PSD, you can post on PSD Support Forum. The great support, different priceing plans, prioritized bug fixes and feature releasing for the Paid Support Customers.

List of Aspose.PSD versions for different configurationsAspose.PSD for .NETAspose.PSD for JavaAspose.PSD for .NET has the version for the most popular .NET versions including: .NET Framework 2, 3.5, 4.0, 4.0CP, .netstandard 2, .NET 5, 6, 7. Version of .NET Library for .NET 7 is suitable for the mobile developmentAspose.PSD for Java made on the Java 1.6, so it can be used in the any popular Java configurations. It's suitable for Cross-platform developementOfficial Aspose.PSD for .NET pageOfficial Aspose.PSD for Java pageAspose.PSD for .NET Pricing plansAspose.PSD for Java Pricing plansPlease check the support forum. Where you can feel the real customer care

使用内置的无代码 PSD 查看器查看 PSD 文件。快速准确地查看PSD文件。只需上传 PSD 文件即可。



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有