Commit Graph

4 Commits

Author SHA1 Message Date
Brad Fitzpatrick c698ff5add misc/docker/heiftojpeg: switch to ImageMagick
Still slow, but no more ffmpeg child processes, and I'm confident
ImageMagick will improve over time. There are actually ImageMagick
commits in the past few hours that look promising. We have a demo
tomorrow, so we're not going to bump our git rev & Docker image to the
latest ImageMagick master yet.

Updates #969

Change-Id: I7a8545821cae4214ea521d7cb46aa235ae3f0ed3
2018-04-27 16:26:14 -07:00
Brad Fitzpatrick 6af54cc882 misc/docker/heiftojpeg: rearrange Dockerfile, add README
Change-Id: Ic5bdbeca75ede15cfdbd569c533f66c24810cdae
2018-04-20 14:06:15 -07:00
Brad Fitzpatrick a19c831ed6 misc/docker/heiftojpeg: switch to our fork with rotation support
Fixes #1094
Updates #969

Change-Id: I75f6b7433bbc2dac1ccc800696969e18164a514d
2018-04-20 13:55:34 -07:00
mpl d9237d42b5 misc/docker: add heiftojpeg Dockerfile
multi-stage Alpine image.
static building is a pain, so we instead copy all the shared libs from
the builder stage to the final stage.

Udates #969
Fixes #1087

Change-Id: I05377fdafd6db13d04d4970ec2d52b68a53fa22b
2018-04-16 22:42:03 +02:00