mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Sample
This commit is contained in:
parent
9451124c38
commit
c4c8447f54
2
desktop/scripts/vips/.gitignore
vendored
Normal file
2
desktop/scripts/vips/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
1.heic
|
||||
1.jpeg
|
@ -1 +1,7 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN set -e && \
|
||||
apt-get update -y && \
|
||||
apt-get install -y libvips-tools
|
||||
|
||||
ENTRYPOINT ["vips"]
|
||||
|
@ -2,5 +2,5 @@ Experimenting with libvips.
|
||||
|
||||
```sh
|
||||
docker build -t vips-test .
|
||||
docker run -it --rm vips-test /bin/bash
|
||||
docker run -it --rm -v $(pwd):/w vips-test copy /w/1.heic /w/1.jpeg
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user