Skip to content

Releases: IronAdamant/AgentGifParse

v1.0.0 Windows

Choose a tag to compare

@IronAdamant IronAdamant released this 08 Aug 12:16

AgentGifParse v1.0.0 — Windows

Portable Windows app: short animated GIF (≤30s) → ordered JPEG stills for AI agents.

Windows (x64)

  1. Download AgentGifParse-v1.0.0-windows-x64.zip
  2. Unzip anywhere
  3. Double-click AgentGifParse.exe (no installer, no Python)

Requirements: Windows 10/11 with .NET Framework 4.7.2+ (inbox).

What's included

  • Native WPF GUI (dark default)
  • GIF-native frame export (all frames, max 60)
  • Hard 30s duration gate
  • Local only — MIT open source

CLI

AgentGifParse.exe export path\to\short.gif
AgentGifParse.exe export path\to\short.gif -o C:\Temp\agp-out
AgentGifParse.exe help

macOS users: build from source with ./scripts/build-macos-app.sh (or use a macOS release if published).

v1.0.0 macOS

Choose a tag to compare

@IronAdamant IronAdamant released this 08 Aug 12:18

AgentGifParse v1.0.0 — macOS

Native Mac app: short animated GIF (≤30s) → ordered JPEG stills for AI agents.

macOS (Apple Silicon / arm64)

  1. Download AgentGifParse-v1.0.0-macos-arm64.zip
  2. Unzip — you get AgentGifParse.app
  3. Double-click to open (no installer, no Python)

First open: if Gatekeeper blocks an ad-hoc signed app, right-click → Open → Open.

Requirements: macOS 13+ on Apple Silicon (arm64). Built with SwiftUI + ImageIO.

What's included

  • Native SwiftUI GUI (dark default)
  • GIF-native frame export (all frames when ≤60; thinned otherwise)
  • Hard 30s duration gate
  • Local only — MIT open source

CLI

AgentGifParse.app/Contents/MacOS/AgentGifParse export path/to/short.gif
AgentGifParse.app/Contents/MacOS/AgentGifParse export path/to/short.gif -o /tmp/agp-out
AgentGifParse.app/Contents/MacOS/AgentGifParse help

Windows users: see the v1.0.0 Windows release.