
Option-click to flip the image vertically. Or choose Custom to enter a custom aspect ratio for a photo.įlip the image: Click Flip to flip the image horizontally. To resize a photo for use in a high-definition video, choose 16:9. For printing the photo, choose one of the preset aspect ratios, such as 8:10. Tip: To quickly see the crop and straighten tools while editing, press C.Ĭrop or straighten the photo automatically: Click Auto.Ĭrop manually: Drag the selection rectangle to enclose the area you want to keep in the photo.Ĭrop to specific proportions: Click the aspect ratio you want in the sidebar.įor example, for a square photo, choose Square.
Change where photos and videos are stored.Export photos, videos, slideshows, and memories.Share photos using other apps and websites.
Add, remove, and edit photos in a shared album. Add or remove Shared Library participants. Change the lighting of a Portrait mode photo. Adjust a photo’s light, exposure, and more. View photos others have shared with you. Use Visual Look Up to learn about a photo. Interact with text in a photo using Live Text. Using the crop command to extract a section, in letterbox proportions, from a vertical image. Using the crop command to extract a section, in letterbox proportions, from a horizontal image. Set this_file to choose file without invisiblesĬrop this_image to dimensions default button 1 The to dimensions parameter of the crop command takes as its value a list of two integers: the new width (in pixels) for the image and the new height for the image as shown in the following script: Cropping an Image to a Specified SizeĪ script for cropping an image to specified dimensions. The crop command automatically centers the cropped area in the image. Respectively, in pixels, as a pair of integersĬropping an image removes pixels around the outside of an image. To dimensions (list) : the width and height of the new image, From the Image Events scripting dictionary:Ĭrop (object specifier) : the object that is the target of the command