Skip to content

Commit

Permalink
IM 7.1.1-22, libaom 3.7.1, libheif 1.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Dec 5, 2023
1 parent 95967ca commit 538ac98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM debian:bookworm-slim

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-21
ARG LIB_HEIF_VERSION=1.17.3
ARG LIB_AOM_VERSION=3.7.0
ARG IM_VERSION=7.1.1-22
ARG LIB_HEIF_VERSION=1.17.5
ARG LIB_AOM_VERSION=3.7.1
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.8.2

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM debian:bullseye-slim

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-21
ARG LIB_HEIF_VERSION=1.17.3
ARG LIB_AOM_VERSION=3.7.0
ARG IM_VERSION=7.1.1-22
ARG LIB_HEIF_VERSION=1.17.5
ARG LIB_AOM_VERSION=3.7.1
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.8.2

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-21
ARG LIB_HEIF_VERSION=1.17.3
ARG LIB_AOM_VERSION=3.7.0
ARG IM_VERSION=7.1.1-22
ARG LIB_HEIF_VERSION=1.17.5
ARG LIB_AOM_VERSION=3.7.1
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.8.2

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

## Overview

Delivers the latest version of the [ImageMagick](https://github.com/ImageMagick/ImageMagick) 7 to your environment in Docker container.
Delivers the latest version of the [ImageMagick](https://github.com/ImageMagick/ImageMagick) 7 to your environment in a Docker container.

The purpose of that image is to be able to run the latest version of ImageMagick in stable
Linux environment with supporting modern web formats.
The purpose of this image is to be able to run the latest version of ImageMagick in stable
Linux environment to support next generation image format that could be used on Web.

## Usage

By default, container will run convert command
By default, a container will run convert command

```
$ docker run -v /your/images:/imgs dpokidov/imagemagick /imgs/sample.png -resize 100x100 /imgs/resized-sample.png
Expand All @@ -27,14 +27,14 @@ $ docker run --entrypoint=identify -v /your/images:/imgs dpokidov/imagemagick /i

## Base images

There are four base images: Debian Bullseye (stable) and Ubuntu Focal. By default, Debian bullseye is used.
There are three base images: Debian Bullseye (default), Bookworm and Ubuntu Focal.

Use tags to switch between base images.

Not all images support the same features. Below is a table of known
formats supported by different base images:
All images support the same set of formats:

| Base Image | Jpeg | PNG | WebP | AVIF | JPEG XL | JpegXR | PDF | TIFF |
|-----------------|:----:|:---:|:----:|:----:|:-------:|:-------:|:----:|:----:|
| Debian Bullseye |||||||||
| Debian Bookworm |||||||||
| Ubuntu Focal |||||||||

0 comments on commit 538ac98

Please sign in to comment.