How to Crop Images and Adjust Picture Size Using Preview on macOS

When you capture a photograph or a screenshot on a macOS workstation, the resulting file often contains massive amounts of extraneous visual data (background noise, irrelevant UI elements) surrounding the core subject. To mathematically isolate the critical payload, physically sever the excess pixel data, and permanently shrink the file’s geometric boundaries, you must deploy the Cropping protocol within the native Preview application.

Executing the Geometric Isolation Matrix

The Preview application utilizes the Core Graphics engine to manipulate the underlying raster matrix of an image. Cropping is not merely hiding data; it is a violent, destructive action that permanently annihilates the pixels outside of a mathematically defined bounding box.

  1. Locate your target image file (JPEG, PNG, HEIC) in Finder and double-click to open it natively in Preview.
  2. Look at the image payload. Your mouse cursor is automatically set to the Rectangular Selection tool by default (unless previously changed).

Deploying the Crop Vector

  1. Position your crosshair cursor at the absolute top-left coordinate of the exact area you want to keep.
  2. Click and hold the left mouse button, then aggressively drag the cursor diagonally to the bottom-right coordinate of your target area.
  3. Release the mouse button. The Core Graphics engine will spawn a geometric bounding box (indicated by a dashed, animated line) overlaid on the image.
  4. Micro-Adjustments: You can click and drag the blue geometric nodes on the corners and edges of the bounding box to mathematically perfect the selection boundaries.
  5. Once the bounding box perfectly isolates the target payload, look at the absolute top menu bar and click the Tools menu.
  6. From the drop-down system matrix, click the critical command labeled Crop (or execute the rapid hotkey: Cmd + K).
  7. The exact millisecond you execute this command, the engine violently severs every single pixel located outside the bounding box, instantly resizing the document canvas to match your selection.
  8. Press Cmd + S to permanently save the new geometric architecture to the file, annihilating the cropped data forever.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.