Most online GIF tools send your file to a remote server. I built OmniGIF to prove that's unnecessary — modern browsers can decode, encode, and transform GIFs entirely on the client.

The architecture problem

Traditional flow:

User → Upload to server → Process → Download result

Enter fullscreen mode