Changelog

April 7, 2026

New: DXF Converters

Added PDF to DXF, JPG to DXF, and PNG to DXF converters. Vector files (SVG, PDF, EPS) are converted via Inkscape. Raster images (JPG, PNG) are first traced to vector paths using potrace, then converted to DXF. Output works with AutoCAD, laser cutters, CNC machines, and other CAD software.

New: Text Compare (Diff)

New text comparison tool. Paste two texts and see line-by-line differences with word-level highlighting. Uses LCS algorithm. 100% client-side — your text never leaves your browser.

New: Reverse Video

New reverse video tool. Play any video backwards with three audio options: reverse audio, mute, or keep original forward audio. Outputs as MP4 (H.264 + AAC). Supports MP4, MOV, AVI, MKV, WebM, and more.

New: Merge Videos

New video merger tool. Combine 2–10 video clips into a single MP4. Drag to reorder clips. Supports mixed formats (MP4, MOV, AVI, MKV, WebM) — all clips are re-encoded to H.264 + AAC for maximum compatibility.

New: Image Metadata Viewer & Remover

New EXIF metadata viewer and remover. View camera info, GPS coordinates, shooting settings, dates, and more — 100% client-side in your browser. Remove all metadata with one click using ImageMagick for privacy protection.

New: Word Counter

New word counter tool. Count words, characters (with and without spaces), sentences, paragraphs, and estimated reading time. 100% client-side — your text never leaves your browser.

New: Case Converter

New case converter tool. Convert text between 11 formats: sentence case, lowercase, UPPERCASE, Title Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, tOGGLE cASE, and aLtErNaTiNg case. 100% client-side.

New: AI Background Changer

New AI-powered background changer. Remove photo background and replace with a solid color (white, black, or any custom hex), blur the original background for a bokeh effect, or upload your own image as the new background. Uses U2-Net AI for precise background removal and ImageMagick for compositing.

New: AI Audio Noise Reduction

New AI-powered audio noise reduction tool using DeepFilterNet3 neural network. Remove background noise from podcasts, interviews, voice memos, and phone recordings. Three strength levels: Light (6 dB), Moderate (12 dB), and Aggressive (20 dB). Processes at 48kHz full-band quality, outputs as 320kbps MP3. A 5-minute recording processes in ~10 seconds.

New: AI Old Photo Restoration

New AI-powered photo restoration tool that combines two neural networks in a single pipeline. Automatically colorizes black-and-white photos using Siggraph 2017 deep learning model, then enhances quality and sharpness with Real-ESRGAN at 2× resolution. One-click restoration for old, faded, and damaged photographs.

New: AI Object Removal

New AI-powered object removal tool using LaMa (Large Mask Inpainting) neural network. Paint over unwanted objects, people, text, or watermarks and the AI fills in the background naturally. Features smart crop-and-stitch processing for high-resolution results, mask dilation for clean edges, and feathered blending for seamless compositing. Use Continue Editing to chain multiple removals on the same image.

New: AI Photo Colorizer

New AI-powered colorization tool that automatically adds realistic colors to black-and-white photographs. Uses the Siggraph 2017 deep learning model by Richard Zhang et al. Upload any grayscale photo and get a naturally colorized result. Works best with portraits, landscapes, and historical photographs.

New: AI Passport Photo

New AI-powered passport photo tool. Upload any portrait photo and get a properly formatted passport-size image with white background. Uses AI background removal (U2Net) to isolate the subject and applies standard passport photo dimensions and formatting.

New: AI Image Denoiser

New AI-powered noise reduction tool that removes grain and noise from photos. Cleans up images shot in low light, high ISO, or with phone cameras. Uses Real-ESRGAN neural network optimized for noise reduction while preserving sharp details.

April 6, 2026

New: AI Speech to Text

New AI-powered speech-to-text tool using OpenAI Whisper. Transcribe audio and video files in 99 languages with automatic language detection. Output as plain text (TXT), SRT subtitles, or WebVTT. Two quality modes: Fast (~1 min) and Best (~3 min). Supports MP3, WAV, FLAC, OGG, M4A, MP4, MKV, and more.

New: AI Vocal Remover

New AI-powered vocal remover using Meta's Demucs Hybrid Transformer model. Separate any song into vocals and instrumental (karaoke), or extract all 4 stems: vocals, drums, bass, and other instruments. Two quality modes: Fast (~1-3 min) and Best (~5-10 min). Supports MP3, WAV, FLAC, OGG, M4A, AAC, and video files.

New: AI Photo Enhancer

New AI-powered photo enhancer that improves image quality, fixes blurry photos, removes noise, and restores lost details. Uses the same Real-ESRGAN neural network as the upscaler but optimized for quality improvement. Defaults to Quality model at 2x for best results.

New: AI Image Upscaler

New AI-powered image upscaler using Real-ESRGAN neural network. Enhance image resolution up to 4x with two models: Fast (~3 sec, good for most images) and Quality (~30 sec, best for photos). Supports JPG, PNG, WebP, BMP, TIFF. No registration or watermarks.

Fixed: Unit Converter PHP Warning

Fixed a PHP warning on unit converter pages (km-to-miles, miles-to-km, feet-to-m, etc.) caused by accessing an array offset on a false value when the converter pair was not found in the database.

Fixed: Animated WebP Multi-Frame Output

Fixed a bug where converting animated WebP files to static formats (PNG, JPG) could fail with “No output file produced” despite exit code 0. ImageMagick was splitting output into multiple frame files; the converter now detects and picks the best frame automatically.

April 5, 2026

Improved: Scanned PDF to XLSX/CSV (OCR Fallback)

PDF → XLSX and PDF → CSV conversions now use OCR (Tesseract) as a fallback when the PDF contains scanned images instead of text. Previously, scanned PDFs failed with “No extractable data found.” Now the system renders pages at 300 DPI and runs OCR to extract text. Supports 14 languages.

Improved: Animated WebP to Static Image

Animated WebP files (with ANIM/ANMF chunks) can now be converted to JPG, PNG, BMP, and other static formats. The converter extracts the first frame via ImageMagick instead of failing. Animated WebP → GIF preserves the full animation.

Improved: Password-Protected RAR Detection

RAR → ZIP conversion now detects password-protected archives upfront and returns a clear error message instead of hanging. Previously, unrar would prompt for a password interactively and time out.

Improved: Unsupported Audio Codec Detection

Audio conversions now detect unsupported codecs (e.g., AV3A) before attempting FFmpeg conversion and return a descriptive error with the codec name, instead of a generic failure message.

April 4, 2026

New: OCR / Image to Text

New Image to Text (OCR) tool — extract text from images using Tesseract OCR. Supports 14 languages including English, Spanish, French, German, Chinese, Japanese, Korean, and Arabic. Drag & drop upload, automatic image pre-processing (grayscale, normalize, 300 DPI upscale) for best accuracy. Copy extracted text or download as .txt file.

New: AI Background Remover

New Remove Background tool — automatically remove image backgrounds using AI (U2-Net neural network). Upload any photo and get a transparent PNG in seconds. Works with portraits, products, logos, animals, and complex scenes. No manual selection needed.

New: JSON Formatter & Validator

New JSON Formatter tool — format, beautify, minify, and validate JSON online. Features interactive tree view with collapsible nodes, color-coded value types, configurable indentation (2/4/tab), auto-format on paste, and real-time validation. 100% client-side.

New: Color Picker

New Color Picker tool — pick any color from a spectrum and get HEX, RGB, HSL, and CSS values instantly. Features a full-spectrum canvas with hue slider, direct HEX input, copy buttons for all formats, and color history (last 16 picks). Mobile touch support.

New: URL Encoder / Decoder

New URL Encoder/Decoder tool — encode or decode URLs and query strings in real-time. Supports both encodeURIComponent (for values) and encodeURI (for full URLs) modes with explanation of differences. Includes common encoded characters reference table.

New: Base64 Encode / Decode

New Base64 Encoder/Decoder tool — encode text to Base64 or decode Base64 back to text. Full UTF-8 support, real-time processing, size comparison display. Use cases: data URIs, email encoding, API payloads, embedding binary data in text formats.

New: XML Formatter & Validator

New XML Formatter tool — format, beautify, minify, and validate XML online. Custom JavaScript parser with proper indentation, DOMParser-based validation with error reporting. Two-panel layout with sample XML loader. 100% client-side.

New: Text to Image (Calligraphy)

New Text to Image tool — generate beautiful calligraphy-style images from text. 10 Google Fonts (Dancing Script, Great Vibes, Pacifico, Playfair Display, and more), adjustable font size (24–200px), 4 aspect ratios, custom text and background colors. Export as PNG, JPG, or WebP.

Improved: QR Code Generator Upgrade

Upgraded QR Code Generator with custom foreground/background colors, 5 size options (200–1000px), and SVG export format. Swap colors button for quick inversion. All options work with both PNG and SVG output.

Improved: Mobile Touch Targets & Accessibility

Improved touch targets across Password Generator, GIF Maker, and Audio Cutter tools. All interactive elements now meet 44px minimum touch target size on mobile. Added aria-label attributes to range sliders for screen reader support. Added tablet breakpoint (768px) optimizations.

Improved: Open Graph Images & SEO Meta Tags

Added og:image meta tags to 21+ pages that were missing them, ensuring proper social media previews when shared on Facebook, Twitter, LinkedIn, and messaging apps. Shortened meta descriptions exceeding 160-character limit on 5 pages.

Improved: Internal Cross-Links for Converters

Added “Related Conversions” cross-link sections to 21+ converter pages across image, video, and document categories. Strengthened internal linking between related converters (e.g., HEIC→JPG links to HEIC→PNG, JPG→PNG, WebP→JPG). Updated navigation, footer, and 404 page with links to high-demand converters.

Fixed: Race Condition in Rate Limiter

Fixed a TOCTOU (time-of-check-time-of-use) race condition in the file-based rate limiter. Concurrent requests could bypass rate limits because read and write operations were not atomic. Now uses flock(LOCK_EX) for exclusive file locking, ensuring atomic read-check-write cycles.

Fixed: Instagram Reels Duration in Resize Video

Corrected Instagram Reels maximum duration from 3 minutes to 15 minutes in the Resize Video tool’s platform guide table and FAQ section.

March 31, 2026

Fixed: Animated WebP to MP4 Conversion

Fixed animated WebP files failing to convert to MP4. FFmpeg cannot decode WebP files with ANIM/ANMF animation chunks directly. Animated WebP files are now pre-processed through ImageMagick before encoding to MP4, including files with incorrect .gif extensions that are actually WebP.

Fixed: Camera RAW Format Detection Hardening

Added additional protection against camera RAW files (ARW, NEF, CR2, etc.) being misidentified as TIFF during format auto-detection. The original file extension is now preserved as an immutable reference, ensuring RAW files always route through the dedicated dcraw processing pipeline.

Request a Feature

0 / 2000