如何在Microsoft PowerPoint中裁剪图片

powerpoint logo

You can remove unnecessary pixels from an image directly in Microsoft PowerPoint using the built-in cropping tool. You can also crop a photo to fit a specific shape. Here’s how to crop a picture in Microsoft PowerPoint.

您可以使用内置的裁剪工具直接在Microsoft PowerPoint中从图像中删除不必要的像素。 您也可以裁剪照片以适合特定的形状。 这是在Microsoft PowerPoint中裁剪图片的方法。

在PowerPoint中裁剪图片 (Crop a Picture in PowerPoint)

To crop a picture in PowerPoint, open the presentation, add the picture (Insert > Picture), then select the photo.

要在PowerPoint中裁剪图片,请打开演示文稿, 添加图片 (“插入”>“图片”),然后选择照片。

Selected image to be cropped

Once selected, the “Picture Format” tab will appear. Select it, then click the “Crop” button found in the “Size” group.

选择后,将出现“图片格式”标签。 选择它,然后单击“大小”组中的“裁剪”按钮。

Crop option in size group

A drop-down menu will appear. Here, select “Crop.”

将会出现一个下拉菜单。 在这里,选择“裁剪”。

Crop option in dropdown menu

Cropping handles will now appear around the frame of the image. To crop out certain areas, click and drag the handles to capture only the content you want to keep.

裁剪手柄现在将出现在图像框架周围。 要裁剪某些区域,请单击并拖动手柄以仅捕获要保留的内容。

GIF of image cropping in PowerPoint

After setting the areas of the frame, select the icon in the upper half of the “Crop” option in the “Size” group of the “Picture Format” tab.

设置框的区域后,在“图片格式”选项卡的“尺寸”组的“裁剪”选项的上半部分中选择图标。

Complete cropping image option

Your image will now be cropped.

您的图像现在将被裁剪。

Visual of cropped image

裁剪图片为形状 (Crop a Picture as a Shape)

To crop a picture to as a shape, open the PowerPoint presentation, insert a picture (Insert > Picture), then select the shape.

要将图片裁剪为形状,请打开PowerPoint演示文稿, 插入图片 (“插入”>“图片”),然后选择形状。

Selected image to be cropped

In the “Picture Format” tab, click the “Crop” button found in the “Size” group. In the drop-down menu that appears, select “Crop To Shape.”

在“图片格式”选项卡中,单击“尺寸”组中的“裁剪”按钮。 在出现的下拉菜单中,选择“裁剪为形状”。

crop to shape option

Another menu displaying a large library of shapes will appear. Select the shape you’d like to crop the image to. We’ll use a basic oval in this example.

将会出现另一个显示大型形状库的菜单。 选择您想要裁剪图像的形状。 在此示例中,我们将使用基本的椭圆形。

Oval shape in basic shapes group

Once selected, the oval shape will appear over your image, as well as cropping handles to set the area to be cropped. Set them as desired.

选定后,椭圆形将显示在图像上,并使用修剪手柄设置要修剪的区域。 根据需要设置它们。

Visual of image cropped to fit a shape

When you’re ready, select the icon above “Crop” in the “Size” group of the “Picture Format” tab.

准备就绪后,在“图片格式”选项卡的“尺寸”组中选择“裁剪”上方的图标。

Complete cropping image option

Your image is now cropped.

您的图像现在被裁剪了。

shape-cropped image

翻译自: https://www.howtogeek.com/681504/how-to-crop-a-picture-in-microsoft-powerpoint/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
在Excel VBA,可以使用以下代码来自动压缩、删除、裁剪图片: 首先,如果要进行图片操作,需要在VBA编辑器启用Microsoft PowerPointMicrosoft PowerPoint对象库。在VBA编辑器,点击"工具",然后选择"引用",勾选上"Microsoft PowerPoint"和"Microsoft PowerPoint对象库",然后点击"确定"。 下面是一个示例代码,将其放置在一个按钮的点击事件: ``` Sub AutoCompressDeleteCrop() Dim picture As Shape Dim slide As Slide Dim pptApp As PowerPoint.Application Dim pptPres As PowerPoint.Presentation ' 创建一个PowerPoint应用程序对象 Set pptApp = New PowerPoint.Application ' 创建一个新的演示文稿 Set pptPres = pptApp.Presentations.Add ' 循环处理活动工作表的所有图片 For Each picture In ActiveSheet.Shapes ' 将图片复制到PowerPoint演示文稿 Set slide = pptPres.Slides.Add(pptPres.Slides.Count + 1, ppLayoutBlank) picture.Copy slide.Shapes.Paste ' 压缩图片 slide.Shapes(slide.Shapes.Count).PictureFormat.Compression = 80 ' 删除原始图片 picture.Delete ' 裁剪图片 slide.Shapes(slide.Shapes.Count).PictureFormat.CropLeft = 10 slide.Shapes(slide.Shapes.Count).PictureFormat.CropTop = 10 slide.Shapes(slide.Shapes.Count).PictureFormat.CropRight = 10 slide.Shapes(slide.Shapes.Count).PictureFormat.CropBottom = 10 Next picture ' 显示PowerPoint应用程序窗口 pptApp.Visible = True ' 清空对象 Set pptApp = Nothing Set pptPres = Nothing End Sub ``` 这段代码将从活动工作表的每个图片进行以下操作: 1. 将图片复制到一个新的PowerPoint演示文稿。 2. 压缩图片的质量。 3. 删除原始的Excel图片。 4. 对图片进行裁剪。 请注意,这段代码假设只有图片对象在工作表。如果工作表还有其他对象,可能会引发错误。如果遇到此问题,您可以使用条件语句或循环语句来检查每个对象的类型,在必要时跳过非图片对象。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值