Blog

Tech deep dives, tips & tutorials, image editing insights, and the latest updates from WobblePic.

Release Notes

WobblePic v1.4.6 Release Notes — Signed & Notarized macOS Build

WobblePic v1.4.6 ships a code-signed and Apple-notarized macOS build, so the app opens with a normal double-click — no more Gatekeeper workaround. Windows is a version-sync rebuild with no functional changes.

Tips & Tutorials

Three Social Media Clip Ideas You Can Make in WobblePic in 5 Minutes

Three quick wobble clip recipes — food, pets, and product shots — that turn a regular photo into a shareable WebP animation in five minutes or less. Step-by-step using WobblePic's built-in record feature.

Tech Deep Dives

A Beginner's Guide to Image Segmentation

A beginner-friendly intro to image segmentation: what it is, the three flavors (semantic, instance, panoptic), and where it shows up in everyday tools.

Release Notes

WobblePic v1.4.5 Release Notes — Quick Access File Browsing & Refined Wobble Feel

WobblePic v1.4.5 introduces Quick Access favorites in the directory tree, zoom-independent wobble with a redesigned Elasticity slider, ESC-triggered pin bounce, native Cocoa delete on macOS, an About dialog, and several smaller polish items.

Tech Deep Dives

Inside an Animated Image Player: State Machines, Frame Timing, and the Play/Pause Loop

A practical walkthrough of what it takes to build a frame-accurate animated image player on top of Pillow — the timing model, the state machine, decoder pacing strategies, and memory trade-offs.

Tech Deep Dives

Recording Real-Time Graphics: Streaming GPU Frames to WebP Without Dropping Any

How to capture real-time rendered graphics into a video file without stalling the render loop — using PBO async readback, ring buffers, and a background encoder thread. A general pattern that works for games, simulations, and interactive graphics apps.

Release Notes

WobblePic v1.3.7 Release Notes — Wobble Recording & Animated Image Playback

WobblePic v1.3.7 introduces two major new features: record your wobble interactions as WebP animations, and play animated WebP/GIF/APNG files directly in the main view. Also includes SAM2.1 segmentation upgrade, refined pin damping, and zoomed-state image navigation.

Tech Deep Dives

How Apple Neural Engine Differs from GPU and CPU

A practical guide to Apple's Neural Engine — what it actually is, how CoreML decides when to use it, which workloads it accelerates well, and where it falls short. With diagrams comparing the three compute units on Apple Silicon.

Image Editing

HEIC vs JPEG vs WebP vs AVIF: Which Image Format Should You Use?

A practical comparison of the four image formats most likely to land in your folder today — covering compression efficiency, browser support, transparency, animation, and when each one is the right choice.

Image Editing

Getting Started with AVIF: Why the New Image Format Matters

A practical introduction to AVIF — what makes it different from JPEG and WebP, how to encode it with free tools, how to serve it on the web with proper fallbacks, and where it makes the biggest difference today.

Tech Deep Dives

What Is Soft-Body Physics? A Visual Introduction

An accessible overview of soft-body physics — what it is, how it differs from rigid-body simulation, and how engines like mass-spring, FEM, and position-based dynamics bring jelly, cloth, and skin to life on screen.

Tech Deep Dives

Porting WobblePic to macOS: CoreML, DMG, and Cross-Platform Lessons

How we brought WobblePic to macOS — adding CoreML acceleration for Apple Silicon, building .app bundles and DMGs, handling unsigned apps, and solving cross-platform path issues.

Release Notes

WobblePic v1.1.3 Release Notes — Now on macOS

WobblePic v1.1.3 brings native macOS support for both Apple Silicon and Intel Macs, with CoreML acceleration, trackpad pinch-to-zoom, Cmd key shortcuts, and more.

Image Editing

Best Free Image Viewers for Windows in 2026

A comprehensive guide to the best free image viewers for Windows — from lightweight classics like IrfanView to interactive newcomers like WobblePic. Find the perfect viewer for your needs.

Release Notes

WobblePic v1.0.5 Release Notes

WobblePic v1.0.5 introduces Ad-Free License, directory tree panel, AVIF/HEIC support, SharedMemory IPC, and virtual index caching.

Release Notes

WobblePic v0.9.7 Release Notes

WobblePic v0.9.7 brings Pin Deformation, Segment Move, ORT model support, bilinear mask upscaling, and GPU multi-vendor support via DirectML.

Tech Deep Dives

Improving SAM2 Segmentation Accuracy in WobblePic

How WobblePic improves SAM2 mask boundary quality using bilinear logits upscaling, box prompts, and interactive refinement — turning rough masks into pixel-perfect segmentation.

Release Notes

WobblePic v0.9.4 Release Notes

WobblePic v0.9.4 is here with improved build optimization, reduced installer size, and better performance. See what's new in this release.

Tech Deep Dives

AI Segmentation with SAM2 in WobblePic

Learn how WobblePic uses Meta's Segment Anything Model 2 (SAM2) to isolate objects in images, enabling independent wobble effects powered by ONNX Runtime and DirectML.

Tips & Tutorials

Getting the Best Wobble Effects: Tips & Tricks

Master WobblePic with these tips for choosing the right images, dragging techniques, and using AI segmentation to create the most satisfying wobble effects.

Tips & Tutorials

5 Creative Ways to Use WobblePic

Discover fun and creative ways to use WobblePic beyond simple image viewing — from social media content to presentations and memes.

Image Editing

5 Best Tools for Adding Motion Effects to Images in 2026

Looking for ways to add motion, wobble, or animation effects to your images? Here's our roundup of the 5 best tools in 2026, from AI-powered apps to professional video editors.

Image Editing

Types of Image Editing Software: A Practical Guide

A practical guide to the main categories of image software — raster editors, photo managers, vector tools, viewers, and interactive apps. Learn which category fits your workflow.

Tech Deep Dives

Image Segmentation Explained: From Manual Selection to AI

A beginner-friendly overview of image segmentation technology — from manual selection tools in early editors to modern AI models like SAM2 that can segment anything with a single click.

Tech Deep Dives

How WobblePic's Physics Simulation Works

A deep dive into the mass-spring system that powers WobblePic's real-time wobble, jiggle, and bounce effects — turning static images into playful, physics-driven animations.