From 3139e866c9ae14f5f7a02997a8e89a98fe704d06 Mon Sep 17 00:00:00 2001 From: Adrian Shum Date: Thu, 8 Sep 2022 23:11:13 +0800 Subject: [PATCH] docs: badges --- Dockerfile | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e59de1..0e40aec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.19.0 FROM golang:${GOLANG_VERSION}-bullseye as builder ARG FFMPEG_VERSION=5.1.1 -ARG VIPS_VERSION=8.13.1 +ARG VIPS_VERSION=8.13.0 ARG CGIF_VERSION=0.3.0 ARG LIBSPNG_VERSION=0.7.2 ARG TARGETARCH diff --git a/README.md b/README.md index 2a363d1..404eefe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # imagorvideo +[![Docker Hub](https://img.shields.io/badge/docker-shumc/imagorvideo-blue.svg)](https://hub.docker.com/r/shumc/imagorvideo/) +[![GitHub Container Registry](https://ghcr-badge.herokuapp.com/cshum/imagorvideo/latest_tag?trim=major&label=ghcr.io&ignore=next,master&color=%23007ec6)](https://github.com/cshum/imagorvideo/pkgs/container/imagorvideo) + + imagorvideo is a new initiative that brings video thumbnail capability through ffmpeg, built on the foundations of [imagor](https://github.com/cshum/imagor) - a fast, Docker-ready image processing server written in Go with libvips. Imagorvideo uses ffmpeg C bindings that extracts image thumbnail from video by attempting to select the best frame, then forwards to libvips to perform all existing image operations supported by imagor.