Translate

Saturday, March 21, 2026

video-tools-

Online Converter — Convert Anything Free
⚡ Free · No signup · Instant

Convert Anything
For Free

Video, audio, images, documents, ebooks and units — one page, all tools, zero cost.

🎬 Video 13 formats
🎡 Audio 12 formats
πŸ–Ό️ Image 12 formats
πŸ“š Ebook 12 formats
πŸ“„ Document 15 formats
πŸ“ Units 12 types
🎬

Video Converter

MP4, MKV, MOV, AVI, WebM, FLV, WMV and more

MP4MKV MOVWebM AVIFLV WMVGIF
🎡

Audio Converter

MP3, WAV, FLAC, AAC, OGG, M4A and more

MP3WAV FLACAAC OGGM4A OPUSAIFF
πŸ–Ό️

Image Converter

JPG, PNG, WebP, HEIC, AVIF, SVG, BMP and more

JPGPNG WebPAVIF HEICSVG BMPICO
πŸ“š

Ebook Converter

EPUB, MOBI, PDF, AZW3, FB2, DJVU and more

EPUBMOBI PDFAZW3 FB2DJVU
πŸ“„

Document Converter

PDF, DOCX, XLSX, PPTX, ODT, CSV, HTML and more

PDFDOCX XLSXPPTX ODTHTML TXTCSV
✓ Opening converter…

labv2-post

Image Lab v2 — Noise & Filters Studio
πŸ”¬ VERSION 2 · NOISE & FILTERS

Image Lab v2

Noise & Filters Studio

Add 6 types of noise, then remove them with 8 denoising filters — all in real-time, directly in your browser. Compare Original · Noised · Filtered side by side.

 PSNR >30dB  · GOOD QUALITY
App Screenshots

The Full Pipeline — At a Glance

Upload any image, choose a noise type, pick a filter, and instantly compare all three stages: Original → Noised → Filtered. The PSNR score tells you exactly how good the denoising is.

img-lab2.vercel.app — Upload & Apply toolbar
Image Lab v2 toolbar
img-lab2.vercel.app — Original · Noised · Filtered panels
Image Lab v2 three-panel view
Noise panel
Noise sidebar
Filter panel
Filter sidebar
Noise Models

6 Types of Noise — Stackable

Real-world images are corrupted by different noise models depending on the sensor, medium, or transmission channel. Image Lab v2 lets you apply any of these and stack multiple noises together.

Gaussian

Random normal distribution. Most common in sensors and cameras.

Salt & Pepper

Random black and white pixels — typical of bit errors.

Poisson

Photon-counting noise in low-light conditions and medical imaging.

Speckle

Granular noise in radar, ultrasound and SAR imagery.

Uniform

Equal probability random noise across all intensity levels.

Periodic

Sinusoidal pattern from electrical interference. Visible as bands.

Stackable: You can combine multiple noise types on the same image — for example, add Gaussian + Salt & Pepper simultaneously, then test which filter handles the combo best.

Denoising Filters

8 Filters to Remove Any Noise

After corrupting your image, pick a denoising filter and see the result instantly. Each filter has its own strengths depending on the noise type.

□ Mean ○ Gaussian ◈ Median ⬡ Bilateral ◇ Sharpen ⬟ Unsharp Mask △ Laplacian Edge ⊙ Non-Local Means
Filter Best For Preserves Edges? Speed
MedianSalt & Pepper✓ YesFast
GaussianGaussian noise✗ SoftFast
BilateralGeneral noise✓ StrongMedium
Non-Local MeansTexture-rich images✓ Very strongSlow
Laplacian EdgeEdge enhancement✓ SharpensFast
Unsharp MaskDetail recovery✓ GoodFast
Quality Metric

PSNR — Know If Your Filter Worked

Every time you apply a filter, Image Lab v2 computes the Peak Signal-to-Noise Ratio (PSNR) automatically — a standard metric used in image quality research. The higher the PSNR, the better the reconstruction.

> 30 dB GOOD ✓
20–30 dB ACCEPTABLE
< 20 dB POOR ✗

πŸ“Š No guessing. The app shows you a color-coded PSNR indicator (green / orange / red) right in the toolbar so you know instantly whether your filter choice was optimal.

How to Use It

3 Steps, Zero Setup

01

Upload Your Image

Drag and drop any PNG, JPG, or GIF (up to 10MB) — or click "Demo Image" to start immediately with a built-in test image.

02

Choose Noise & Filter

Select one or more noise models from the left panel. Then pick a denoising filter from the right panel. Stack noises freely.

03

Click "Apply All" & Compare

Hit the Apply All button and instantly see Original vs Noised vs Filtered — with the PSNR score showing your filter's performance.

Evolution

Image Lab v1 vs v2

Each version of Image Lab targets a different area of image processing:

Featurev1 — Processing Labv2 — Noise & Filters
Color channels (R/G/B)
Grayscale / Binarization
Resize & Rotation
Noise models (×6)
Denoising filters (×8)
PSNR quality metric
3-panel comparison
100% browser-side

Add Noise. Remove It. Measure It.

The most complete browser-based noise & filter playground. No install, no account, completely free.

YB
Youssef Bahida
MSc Computer Science · Big Data & AI · Building useful tools πŸ› ️

imageProcessingLab-v1

Image Lab v1 — Browser-Based Image Processing
πŸ”¬ Open Source · Free to Use

Image Lab v1

A browser-based image processing tool — no install, no server.
Transform any image with real algorithms, instantly.

Try Image Lab Now — It's Free

See It In Action

Here's what Image Lab looks like when you open it — clean, dark, and ready to process any image you throw at it.

image-lab-nine.vercel.app
Image Lab — Full interface
Header
Image Lab header
Upload panel
Image Lab upload panel

πŸ‘† The interface is fully dark-themed and inspired by real dev tools. The upload panel supports JPG, PNG, WebP and GIF up to 10MB — just drag and drop your image to start.

What is Image Lab?

Image Lab is a web application built from scratch that brings classic image processing algorithms directly to your browser. Upload any image, apply transformations in real-time, and see the results instantly — no backend, no data sent anywhere, fully private.

Originally built as an academic project converting MATLAB algorithms into a real production app, it's now a clean, open tool anyone can use.

100% client-side. Your images never leave your device. All processing happens in real-time using the HTML5 Canvas API — fast, private, and works offline once loaded.

Extract Any Color Channel

Every digital image is made of three color layers stacked together: Red, Green, and Blue. Image Lab lets you isolate each one separately, revealing hidden details and letting you understand how images are actually built.

RRed
GGreen
BBlue
Gray

Separating channels is fundamental in computer vision, medical imaging, and photography. With Image Lab, you can see it live — just upload an image and click.

Grayscale, Binarization & Double

Beyond color extraction, Image Lab includes several classic intensity-based transforms used in real image processing pipelines:

  • 🌫️
    Grayscale Converts the image to shades of gray using a luminance-weighted formula. Preserves perceived brightness.
  • Binarization (Otsu's Method) Automatically finds the optimal threshold to turn any image into pure black & white. Used in OCR, document scanning, and object detection.
  • ✕2
    Double (Brightness Amplify) Doubles pixel intensity values, revealing detail in dark regions and simulating exposure correction.
  • 🎨
    Color Quantization Reduces the number of distinct colors while preserving visual fidelity. Great for compression and artistic effects.

Resize, Rotate & More

Image Lab also implements geometric transformations from scratch — not relying on browser CSS tricks, but computing pixel coordinates mathematically.

↔️

Bilinear Resize

Scales images up or down using bilinear interpolation — smooth results even at extreme ratios.

πŸ”„

Affine Rotation

Rotates images by any angle using affine transformation matrices. Pixel-perfect, no blurring.

πŸ“€

Upload & Export

Load any JPEG, PNG or BMP image and download the processed result instantly.

Real-Time Preview

See every transformation applied live in the canvas — no waiting, no server round-trips.

The Tech Behind It

Entirely built with modern web standards — no heavy libraries for the processing logic. Every algorithm is hand-written JavaScript running on the Canvas API.

React 18 Vite Canvas API JavaScript Vercel HTML5 CSS3

🧠 No AI used for processing. Every algorithm — Otsu threshold, bilinear interpolation, affine matrices — is implemented manually. This is classic computer vision the way it was meant to be understood.

From Students to Professionals

Image Lab was designed to be useful for a wide range of people:

  • πŸŽ“
    CS & Engineering Students Understand image processing algorithms visually, not just theoretically.
  • πŸ“·
    Photographers & Designers Quickly isolate channels, convert to B&W, or experiment with color separation.
  • πŸ”¬
    Researchers & Developers Test binarization thresholds and transformations without writing any code.
  • πŸ™‹
    Curious People Ever wondered what your photo looks like in only red? Now you can find out in 2 seconds.

Ready to Process Your First Image?

It's free, instant, and runs entirely in your browser. No sign-up, no upload to any server.

Open Image Lab →
YB
Youssef Bahida
MSc Computer Science · Big Data & AI · Building useful tools πŸ› ️

video-tools-

Online Converter — Convert Anything Free ⚡ Free · No signup · Instant Convert Anything For Free Video, audio, ...