Product Family

アドビフォトショップファイルフォーマットソリューション

画像を円、楕円、その他の図形にトリミングできるPSD、PSB用のハイコードAPIと無料アプリ

パラメータを使って円の画像をトリミングする無料オンラインアプリ

画像、アバター、写真を円形にトリミングします。マスクによるクロッピングを使ったラウンドクロップ。Aspose.PSD の迅速で高品質な円切り抜きソリューションをご覧ください。クロップアプリのUIを使用してサークル領域を選択する必要があります。クロップの中心と半径、または領域の左上と右下の点を指定します。トリミング領域は、マウスまたはキーボードを使用して移動できます。切り抜く正しい円を選択したら、「切り抜き」ボタンを押します。丸く切り取った画像の出力形式を選択することもできます。

Drag and drop a file or select add Image

your image

Parameters of Crop Circle




Zone of Crop Circle



Processing

Crop Circle Image

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

// Cropping image by Circle
using (var resultMemoryStream = PsdCropper.Crop(image, options))
{
	resultMemoryStream.Position = 0;
	return await this.StorageService.Upload(storageId, resultMemoryStream).ConfigureAwait(false);
};

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

    //Cropping image by Circle using Java
	public static String cropToCircle(String storageId, Image image, Options options) {
        try (MemoryStream resultMemoryStream = PsdCropper.crop(image, options)) {
            resultMemoryStream.setPosition(0);
            return this.StorageService.upload(storageId, resultMemoryStream);
        }
    }

You can download Aspose.PSD for Java from Aspose Repository

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 configurations

Aspose.PSD for .NET

Aspose.PSD for Java


Aspose.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 development
Aspose.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 developement
Official Aspose.PSD for .NET pageOfficial Aspose.PSD for Java page
Aspose.PSD for .NET Pricing plansAspose.PSD for Java Pricing plans

Please check the support forum. Where you can feel the real customer care

Aspose.PSD Crop by Circle はハイコード API を使用しています。トリミング機能は Java および .Net 用の Aspose.PSD ソリューションで利用できます。Aspose.PSD を使って画像を好きな形にトリミングできます。このアプリはクロップサークルの機能のみを示しています。独自の切り抜きソリューションを作成したい場合は、Aspose.PSD をチェックしてください。ウェブサービスのバックエンドで使用でき、円形の画像に切り抜くことができます