Draw, move, and resize a crop region. Lock to a common aspect ratio or go free-form. Export at original pixel fidelity.
Tip: Drag to create. Drag inside to move. Use handles (corners or edges) to resize. Arrow keys nudge (? ? ? ?), hold Alt for x10 speed.
Samples are generated on the fly to simulate real photos. No network requests.
PNG ignores quality. JPEG/WebP use 1-100 (higher = better, larger file).
Aspect (n:d) = width ÷ height ? simplify n:d Given ratio r = n/d height = round(width / r) width = round(height x r) Scale % s: width' = round(width x s/100) height' = round(height x s/100) Contain (fit in box WbxHb): k = min(Wb/Wi, Hb/Hi), result = (Wixk, Hixk) Cover (fill box WbxHb): k = max(Wb/Wi, Hb/Hi), result = (Wixk, Hixk)
RAM footprint (RGBA, uncompressed) ~ width x height x 4 bytes. File size varies by format & content.
Choose which optional categories you allow. Necessary cookies are always on. Privacy Policy.