Everything runs on your machine — your image is processed right here in your browser and never uploaded to any server.
Drop an image, or browse
Paste from clipboard works too — nothing gets uploaded.
Supports apng · avif · bmp · gif · heic · ico · jpg · png · psd · svg · tga · tiff · webp · xbm & more
Turn off your Wi-Fi — it still works. That's the proof.

About this tool

GIF remains the universal currency of forums, chat apps, and legacy systems: every browser, email client, and messaging platform ever made can display one. This tool converts a still image of almost any format into a GIF file, entirely inside your browser, which is handy whenever a platform stubbornly accepts nothing else.

Common uses include preparing avatars or emotes for communities that require GIF uploads, feeding older tools and dashboards that predate PNG support, and producing an 8-bit-palette version of a graphic to keep it tiny. The conversion runs locally: the browser saves your edited image as a PNG and a WebAssembly build of ImageMagick re-encodes it as a GIF on your own machine.

How to use

  1. Browse for an image or drag and drop it anywhere on the page.
  2. The picture opens in the local editor; crop, resize, or annotate it if you wish.
  3. Click Save. The edited image is converted to GIF on your device.
  4. The finished .gif file downloads straight to your computer.

The image and its GIF conversion never leave your browser. Reading, editing, and re-encoding all run as local code on your own device, and nothing is transmitted to any server.

Frequently asked questions

Will this create an animated GIF?

No. This tool converts a single still image into a single-frame GIF. To turn a video clip into an animated GIF, use the video-to-GIF converter in the Video category instead.

Why do colors look slightly different after converting?

GIF is limited to a palette of 256 colors, so photographs and smooth gradients are quantized to the nearest palette entries. Graphics, logos, and screenshots with flat colors usually convert with no visible change.

Does the conversion preserve transparency?

GIF supports simple on-off transparency but not the smooth alpha channel PNG and WebP offer. Fully transparent regions survive, while partially transparent edges are flattened.