Median Filter Denoiser – Online Remove Salt & Pepper Noise
Apply a simple median filter to remove speckle noise. Adjust kernel size. Fully local canvas processing.
UD5 Toolkit
| Upload a CSV file to get started |
age > 30 or city = 'London' to instantly isolate the data you need. This tool parses your CSV file, understands the column structure, and applies your filter logic — just like a database query but entirely in your browser with no server required.=, !=, <>, >, <, >=, <=), Pattern matching (LIKE with % and _ wildcards), List checks (IN ('a','b','c')), Range checks (BETWEEN x AND y), Null checks (IS NULL, IS NOT NULL), and Logical operators (AND, OR, NOT) with parentheses for grouping complex conditions.`column name`) or double quotes ("column name") in your WHERE clause. For example: `annual salary` > 50000 or "first name" LIKE 'J%'. The column tags above the input area are clickable — they'll automatically insert the properly quoted column name for you.LIKE operator supports two wildcard characters: % matches any sequence of characters (including empty), and _ matches exactly one character. Examples: name LIKE 'J%' matches names starting with "J"; email LIKE '%@gmail.com' matches Gmail addresses; code LIKE 'AB_' matches "AB" followed by one character. For literal % or _ in your search pattern, use the NOT LIKE alternative or escape them with careful quoting.Apply a simple median filter to remove speckle noise. Adjust kernel size. Fully local canvas processing.
Split a large CSV into smaller files by row count. Preview each chunk. No upload; streamed locally.
Query the permission state of camera, microphone, geolocation, and more. See the response and learn the API.
Convert CSV data to a real Excel spreadsheet with multiple sheets and simple formatting. Fully local.
Reduce the number of colors in your photo to create a bold, pop‑art poster effect. Adjust levels and download.
Write Q&A in a simple format and export as a CSV file compatible with Anki. Perfect for rapid card creation. Local.
Increase or decrease the color saturation of your photo with a slider. Preview instantly. Download the edited image. Canvas‑based.
Paste CSV data and transform it into a well‑structured YAML array of objects. Choose key mapping. Perfect for devOps and data migration.
Apply a convolution filter (blur, sharpen) using a Web Worker. See the UI stay responsive while processing. Learn multithreading in the browser.
Convert a JSON array of strings or numbers into a single‑column CSV. Quick data dump. Local.
Format a list of Q&A pairs and export as a CSV ready for Anki import. Simple line‑based template. Local.
Paste delimited data and split it into columns. Choose custom separator. Shows a preview table. Local.
Reduce an image to large colored squares. Create bold, minimalist wall art. Adjust block size. Download PNG.
Paste CSV and get a list of SQL INSERT statements. Define table name and column mapping. All local conversion.
Paste CSV data and pick which columns to keep or drop. Rearrange column order by dragging. Download the new file. All local.
Paste a mixed text and get a list of only the emojis found within. Counts each unique emoji. Data cleanliness tool.
Apply a realistic oil painting texture to your photo. Adjust brush size and roughness. Brush stroke simulation.
Paste CSV and get a beautiful HTML table with sortable headers (optional). Copy the full HTML/CSS snippet. Local.
Generate random but realistic‑looking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Paste tab‑separated or CSV data and instantly get a beautifully aligned Markdown table. Essential for documentation.
Apply a true negative color effect to your image. Simulate a film negative or invert scanned documents. Instant canvas transformation.
Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
Upload a photo and remap its tones to any gradient. Apply stunning color grading. Download result.
Upload ugly SQL and get a beautifully indented, syntax‑highlighted version. Supports multiple dialects. All local.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Apply vintage and sepia effects to your photos. Adjust grain, vignette, and tone curves. Download filtered image. Local canvas manipulation.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
View and edit CSV data in a familiar table interface. Add/delete rows and columns, sort, and export. Fully local, no cloud sync.
Easily convert JSON data arrays into CSV format for Excel or database import. Handles nested structures with flattening options. All conversions happen locally, no data uploaded.
Format and beautify SQL queries for improved readability. Supports various SQL dialects. Quick syntax highlighting and local processing ensure a secure experience.