Free GIF Reverser
Play any GIF backwards or create a hypnotic boomerang ping-pong loop. Frame reordering happens entirely in your browser — no upload required.
将 GIF 拖放至此或点击选择文件
在浏览器中转换——文件不会上传
使用方法
Upload your GIF
Drop your animated GIF into the tool or use the file picker above.
Choose Reverse or Boomerang
Select Reverse (play backwards) or Boomerang (forward then backward in a seamless loop).
Download your GIF
Click Apply. The tool reorders the frame array in your browser — no pixels modified. Preview the result, then download.
How GIF Reversal Works Technically
A GIF file stores frames sequentially — frame 1 first, frame N last. Each frame has its own Graphic Control Extension header containing the frame delay in centiseconds. Reversing a GIF means reading all frames into memory and writing them back in the opposite order: frame N first, frame 1 last. The delay values move with their respective frames, so the per-frame timing is preserved.
No pixel data is decoded or re-encoded during this process — the raw LZW-compressed image data for each frame is copied byte-for-byte into the new position. This means reversal is lossless and extremely fast, and the output file is essentially the same size as the input (a few dozen bytes difference from header rewriting).
A boomerang is constructed differently. The tool writes the original frame sequence (frames 1 through N) followed immediately by the reversed sequence (frames N through 1), within a single GIF file that loops continuously. The output contains exactly 2N frames and is approximately twice the file size of the original. The result is a seamless forward-then-backward cycle that never shows a hard cut.
核心功能
Rewind effect
Reverse a pouring animation to make liquid appear to be sucked back into the container — a visually arresting effect for beverage or science content.
Boomerang gestures
A boomerang of a wave or high-five creates a friendly, endlessly looping gesture perfect for greeting cards and social media bios.
Countdown to count-up
Reverse a countdown timer GIF to create a count-up version without redesigning the original animation.
Satisfying reassembly
Record something breaking (glass shattering, paper tearing) and reverse it for a satisfying "undo" effect.
Surreal loops
Water ripples, smoke, flames, and other natural phenomena reversed often produce hypnotic, otherworldly animations with zero extra effort.
Zero server cost
All processing runs via WebAssembly in your browser. No data leaves your device, no rate limits, no account required.
格式对比
| Mode | Frame Order | Output Size | Best For |
|---|---|---|---|
| Reverse | N → 1 (backward only) | Same as original | Rewind effects, comedic reversal |
| Boomerang | 1 → N → 1 (ping-pong) | ~2× original size | Hypnotic loops, social media posts |
