When you are preparing an avatar image for a corporate directory or web profile on a macOS workstation, deploying a standard rectangular crop is mathematically incorrect, as modern UI design relies on circular or elliptical geometric bounding boxes. To force the Core Graphics engine to execute a non-linear, elliptical pixel extraction without requiring heavy third-party software, you must deploy the Elliptical Selection matrix within the Preview application.
Deploying the Elliptical Matrix
The Preview engine contains a deeply embedded rendering subroutine capable of drawing perfect circular or elliptical boundaries and violently severing all pixel data outside of that geometric constraint.
- Locate your raw target image file in Finder and double-click to open it natively in Preview.
- Look at the absolute top menu bar. Click the Show Markup Toolbar icon (it resembles a physical marker tip).
- In the newly spawned geometric toolbar, locate the Selection Tools icon on the far left (it usually defaults to a dashed rectangle).
- Click and hold the Selection Tools icon to force a drop-down menu to spawn. Select the absolute command labeled Elliptical Selection.
Executing the Geometric Crop
- Move your cursor over the image matrix. Click and drag to draw an ellipse. (To mathematically force the engine to draw a geometrically perfect circle, hold down the physical Shift key while dragging).
- Position the dashed boundary exactly over the target area (e.g., a person’s face).
- Once the selection is perfect, look at the Markup Toolbar and click the Crop icon (or execute the absolute hotkey: Cmd + K).
- If your source image is a JPEG (which mathematically cannot support transparency), the OS will spawn a critical warning modal requesting permission to convert the file to a PNG. You must click Convert.
The exact millisecond you confirm the crop, the Core Graphics engine intercepts the payload. It violently strips every single pixel located outside the circular boundary, replacing the void with a pure alpha (transparent) channel. You now possess a mathematically perfect circular avatar ready for immediate deployment.