dooman87 / imagemagick-docker

Running the latest version of imagemagick inside container
https://hub.docker.com/r/dpokidov/imagemagick
MIT License
94 stars 25 forks source link

Supporting RAF format #1

Closed Igor100 closed 5 years ago

Igor100 commented 5 years ago

Hello Dmitry! Don't work convert: docker run --entrypoint=convert -v /images/:/imgs dpokidov/imagemagick /imgs/3.raf -resize 1920x -strip -interlace Plane -quality 80 jpg:/imgs/3.jpg error: /imgs/3.raf: Unexpected end of file convert: Input/output error `/imgs/3.raf' @ error/dng.c/ReadDNGImage/429.

but: docker run --entrypoint=identify -v images/:/imgs dpokidov/imagemagick /imgs/3.raf is good: /imgs/3.raf RAF 80x200 6016x4014+2968+1906 16-bit sRGB 41.0209MiB 0.000u 0:00.029

and raw delegate existed: docker run --entrypoint=identify dpokidov/imagemagick -version Features: Cipher DPC HDRI OpenMP Delegates (built-in): jng jpeg lcms png raw tiff webp zlib

File in attachment. Could you add supporting of it and add many others delegates to container? Thanx in advance.

Igor100 commented 5 years ago

File so big to be here, this is link https://ru.files.fm/down.php?cf&i=crf2tua3&n=3.zip

Igor100 commented 5 years ago

We decided to use a graphickmagick instead the imagemagick.