Sample
This commit is contained in:
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
|
||||
```
|
||||
Reference in New Issue
Block a user