Skip to content

Commit

Permalink
Added Jpeg XR support
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Apr 28, 2018
1 parent 8c54ff3 commit fb0db21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ before_install:
script:
- docker run --rm -v $(pwd):/imgs im -resize 500 /imgs/test.jpg /imgs/test-resize.jpg
- docker run --rm -v $(pwd):/imgs im -resize 500 /imgs/test.jpg webp:/imgs/test-resize.webp
- docker run --rm -v $(pwd):/imgs im -resize 500 /imgs/test.jpg jxr:/imgs/test-resize.jxr
- ls -l
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-re

WORKDIR /opt

RUN yum install -y libwmf-lite pangomm libtool-ltdl ghostscript fftw-libs cairo libICE libSM libX11 libXext libXt libgomp libjpeg libpng libtiff libwebp ilmbase OpenEXR-libs libde265 LibRaw && \
RUN yum install -y libwmf-lite pangomm libtool-ltdl ghostscript fftw-libs cairo libICE libSM libX11 libXext libXt libgomp libjpeg libpng libtiff libwebp ilmbase OpenEXR-libs libde265 LibRaw jxrlib && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-28.x86_64.rpm -o ImageMagick-libs.rpm && \
curl https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-28.x86_64.rpm -o ImageMagick.rpm && \
rpm -Uvh ImageMagick-libs.rpm && \
Expand Down

0 comments on commit fb0db21

Please sign in to comment.