Posts tagged "image-processing"

4 posts tagged with image-processing.

Raster vs Vector: When to Convert PNG/JPG to SVG
graphicssvgimage-processingdesign
Raster vs Vector: When to Convert PNG/JPG to SVG

Vector graphics scale infinitely; raster images don't. But not every photo belongs as SVG. Here's when tracing makes sense, when it doesn't, and the algorithms that do the work.

April 6, 2026
How Optical Character Recognition (OCR) Works
aiocrcomputer-visionimage-processing
How Optical Character Recognition (OCR) Works

OCR turns pixels back into text — a problem that took decades to crack. We trace the journey from template matching through Tesseract LSTMs to modern multimodal models.

March 19, 2026 ·9 min read
How AI Image Upscaling Beats Bicubic Interpolation
aiimage-processingsuper-resolutionmachine-learning
How AI Image Upscaling Beats Bicubic Interpolation

Old image upscaling guesses pixels with smooth math. AI upscalers like ESRGAN and Real-ESRGAN hallucinate plausible detail learned from millions of images. Here's the difference and where each fails.

March 15, 2026 ·9 min read
How AI Background Removal Actually Works
aicomputer-visionimage-processingmachine-learning
How AI Background Removal Actually Works

From U-Net segmentation to modern transformer-based matting, we walk through how a single neural net can isolate a foreground subject in a photo, and why edges and hair are still the hard parts.

March 10, 2026 ·9 min read