Projects with this topic
-
Convert WebP images to JPEG format using the Canvas API, with automatic white background fill for tr
Updated -
Convert WAV audio files to a compressed audio format using the Web Audio API and MediaRecorder, enti
Updated -
Convert video files to animated GIF using frame-by-frame canvas capture and a custom pure-JS GIF89a
Updated -
Extract individual frames from video files at specified timestamps using seek-based canvas capture,
Updated -
Trim video files to a precise time range using an iPhone-style timeline interface powered by FFmpeg.
Updated -
Convert SVG files to PNG images at any resolution with optional background color, entirely in the br
Updated -
Minify and clean SVG files by removing comments, metadata, editor artifacts, and collapsing whitespa
Updated -
Convert PNG images to JPEG with a white background fill and configurable quality, entirely in the br
Updated -
Add a text watermark to every page of a PDF using pdf.js canvas rendering with configurable position
Updated -
Extract the text content from each page of a PDF using pdf.js text layer parsing, entirely in the br
Updated -
Split a PDF into separate files by page range, fixed-size chunks, or individual pages using pdf-lib,
Updated -
Merge multiple PDF files into a single document with drag-to-reorder using pdf-lib, entirely in the
Updated -
Convert a JPEG, PNG, or WebP image to a single-page PDF with configurable page size and orientation
Updated -
Add text or image watermarks to photos with full control over position, opacity, and tiling, entirel
Updated -
Convert one or multiple images into a PDF document with configurable page size and fit mode, using p
Updated -
Convert images to Base64 data URLs, or decode Base64 data URLs back to images, entirely in the brows
Updated -
Rotate and flip images by preset increments or any custom angle, with live preview, entirely in the
Updated -
Resize images by custom pixel dimensions, percentage scale, or social media presets, entirely in the
Updated -
Extract the dominant color palette from any image using median-cut quantization, entirely in the bro
Updated -
Flip images horizontally or vertically using Canvas API transforms, with batch processing and ZIP do
Updated