When you possess a high-resolution raster image on a macOS workstation, but the geometric framing contains excessive negative space, relying on heavy external editors like Photoshop is inefficient. To force the native macOS Core Graphics engine to surgically amputate the outer boundaries and permanently resize the absolute dimensions of the canvas, you must deploy the Crop protocol within the Preview application.
Executing the Geometric Excision Matrix
The Preview engine utilizes a dynamic selection architecture. You draw a mathematical boundary over the specific pixel array you wish to keep, and the engine violently destroys every single pixel residing outside that geometric box.
- Locate your target image file (JPEG, PNG, HEIC) in Finder and double-click to open it natively in Preview.
- Look at the absolute top menu bar. Click the View menu and select Show Markup Toolbar (or execute the hotkey: Shift + Cmd + A).
- On the extreme left side of the newly spawned Markup Toolbar, locate the Selection Tool icon (it visually resembles a dashed square). Click it to arm the targeting system.
Deploying the Crop Vector
- Move your cursor over the image. Click and HOLD your mouse button down at the intended top-left corner of your new frame.
- Slowly drag the cursor down and to the right. The Core Graphics engine will render a dashed selection box. The exact pixel dimensions (e.g., 800 x 600) will mathematically update in real-time next to the cursor.
- Adjust the drag radius until the box perfectly encapsulates the specific subject matter you wish to retain. Release the mouse button.
- You can fine-tune the boundaries by clicking and dragging the blue circular nodes on the edges of the selection box.
- Once the geometric coordinates are locked, look at the Markup Toolbar and locate the Crop icon (it resembles two intersecting right angles) or simply execute the hotkey: Cmd + K.
- The exact millisecond you execute this command, the engine violently annihilates all pixel data outside the boundary and resizes the internal canvas to match your exact selection coordinates. Press Cmd + S to permanently lock the new structure.