Closed Igor100 closed 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.
docker run --entrypoint=convert -v /images/:/imgs dpokidov/imagemagick /imgs/3.raf -resize 1920x -strip -interlace Plane -quality 80 jpg:/imgs/3.jpg
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
docker run --entrypoint=identify -v images/:/imgs dpokidov/imagemagick /imgs/3.raf
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
docker run --entrypoint=identify dpokidov/imagemagick -version
File in attachment. Could you add supporting of it and add many others delegates to container? Thanx in advance.
File so big to be here, this is link https://ru.files.fm/down.php?cf&i=crf2tua3&n=3.zip
We decided to use a graphickmagick instead the imagemagick.
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.029and 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 zlibFile in attachment. Could you add supporting of it and add many others delegates to container? Thanx in advance.