0.4.0 Minor

Image Editor

Launched the first version of the built-in image editor with cropping capabilities.

Added a basic image editor. Right now it’s just cropping, but it works really well.

Image editor with crop tool active

Drag and resize to crop your image before converting

Cropping tool

You can now crop images directly in the browser:

  • Visual interface - drag and resize the crop area
  • Aspect ratio lock (or set custom ratios)
  • Pixel-perfect control if you need exact coordinates
  • Real-time preview
  • Works on both desktop and mobile

How it works

The editor runs entirely in your browser using the Canvas API. No server roundtrips, so it’s fast and your image never leaves your device until you click convert.

Non-destructive editing - your original file is preserved. You can crop, then convert to a different format, then download both the original and the cropped version.

Performance

Works smoothly even with large images. We handle memory efficiently and use the browser’s native canvas rendering for speed.

Fixed some edge cases around crop boundaries and validation to prevent invalid dimensions.

More editing features coming in future updates - we’re starting with cropping because that’s what most people need.