Skip to content

Release v0.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 23:12

Installation

macOS (Intel)

curl -L https://github.com/ideamans/go-next-gen-image/releases/download/v0.0.4/nextgenimage-darwin-amd64.tar.gz | tar xz
sudo mv nextgenimage /usr/local/bin/

Linux (x86_64)

curl -L https://github.com/ideamans/go-next-gen-image/releases/download/v0.0.4/nextgenimage-linux-amd64.tar.gz | tar xz
sudo mv nextgenimage /usr/local/bin/

Windows (x64)

Download and extract nextgenimage-windows-amd64.exe.zip

Requirements

  • libvips must be installed on your system
    • macOS: brew install vips
    • Ubuntu/Debian: sudo apt-get install libvips-dev libavif-dev libheif-dev
    • Windows: Use MSYS2 with mingw-w64-x86_64-libvips

Notes

  • Apple Silicon (M1/M2) users: Please build from source for native ARM64 support
  • All binaries require libvips and its dependencies to be installed

Usage

See README for usage instructions.