Online Image Cropper

The Image Cropper is a web-based image cropping service. Users simply select a local image and can directly drag the cropping box in the browser to adjust the area they want to keep. The tool also supports setting output width or height, and the system will automatically calculate the other dimension based on the current cropping ratio. Finally, the cropped image can be downloaded directly. The entire process is completed in the front-end browser, no need to upload images to the server, making it fast and convenient.

Additionally, you can customize the output image format (such as PNG, JPG, WEBP) and image quality (applicable to JPG / WEBP) to achieve the best balance between quality and file size. Finally, the cropped image can be downloaded directly. The entire process is completed in the front-end browser, no need to upload images to the server, making it fast and secure.

You can also paste an image directly with Ctrl+V or Cmd+V.
Current Mode
{{ activeAspectRatioLabel }}
{{ message.text }}
Image to crop
Please select an image first.
Crop Width
{{ Math.round(cropData.width) }} px
Crop Height
{{ Math.round(cropData.height) }} px
Output Width
{{ outputWidth }} px
Output Height
{{ outputHeight }} px
Current Ratio:{{ activeAspectRatioLabel }}