0.7.0 Minor

Advanced Processing Features

Introduced watermarking, conversion presets, batch processing, and archive support for power users.

Power user features: batch processing, watermarking, and presets for common use cases.

Batch processing interface

Upload multiple files at once and process them all

Watermarking

You can now add watermarks to your images. Either text or image watermarks, with full control over:

  • Position (where it goes)
  • Opacity (how transparent it is)
  • Works with batch processing (watermark 100 images at once)

Conversion presets

Instead of manually setting quality/size every time, we added presets:

  • Web optimization - Small files, fast loading
  • Print quality - High resolution, minimal compression
  • Social media - Optimized for different platforms
  • Premium presets for paid tiers

Just click a preset and you’re done. Way faster than fiddling with sliders.

Batch processing

Pro users can now upload up to 20 images at once, or upload ZIP/TAR archives and we’ll extract and process everything inside.

All files process in parallel with real-time status updates. When they’re done, download everything as a single archive.

Tier-based size limits still apply - we check archive sizes before processing.

UI improvements

  • Collapsible advanced options (cleaner interface by default)
  • Tooltips explaining what settings do
  • Thumbnail previews before processing
  • Format validation before upload

Mobile fixes

  • Better mobile menu positioning
  • Two-column footer layout on mobile
  • Fixed editor scrolling issues
  • Improved touch interactions

Code organization

Moved utility functions into separate modules separated by use case instead of having everything in one giant file. Imports are cleaner, code is easier to find.