Product Family

어도비 포토샵 파일 포맷 솔루션

이미지를 원, 타원 및 기타 그림으로 자르는 기능이 있는 PSD, PSB용 High Code API 및 무료 앱

매개 변수를 사용하여 원형 이미지를 자르는 무료 온라인 앱

모든 이미지, 아바타, 사진을 원으로 자릅니다.마스크별 자르기를 사용한 라운드 크롭.빠르고 고품질의 Aspose.PSD 원형 자르기 솔루션을 살펴보세요.크롭 앱의 UI를 사용하여 원 영역을 선택해야 합니다.크롭 중심점과 반경 또는 영역의 왼쪽 상단 및 오른쪽 하단 지점을 지정합니다.마우스나 키보드를 사용하여 크롭 영역을 이동할 수 있습니다.자르려는 올바른 원이 선택되면 “Crop” 버튼을 누릅니다.둥글게 자른 이미지의 출력 형식을 선택할 수도 있습니다.

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 크롭 바이 서클은 하이코드 API를 사용합니다.자르기 기능은 Java 및 .Net용 Aspose.PSD 솔루션에서 사용할 수 있습니다.Aspose.PSD 를 사용하여 원하는 그림으로 이미지를 자를 수 있습니다. 이 앱은 원형 자르기 기능만 보여줍니다.자신만의 크롭 솔루션을 만들고 싶다면 Aspose.PSD 를 확인하세요. 웹 서비스의 백엔드에서 사용할 수 있으며 원형 이미지로 크롭할 수 있습니다.