mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Merge pull request #83 from ashim-hq/feat/extended-format-support
feat: extended image format support (JXL, RAW, ICO, TGA, PSD, EXR, HDR)
This commit is contained in:
@@ -10,6 +10,8 @@ RUN corepack enable && corepack prepare pnpm@9.15.4 --activate
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libheif-examples \
|
||||
libimage-exiftool-perl \
|
||||
imagemagick \
|
||||
libraw-dev \
|
||||
&& if apt-cache show libheif-plugin-x265 >/dev/null 2>&1; then \
|
||||
apt-get install -y --no-install-recommends libheif-plugin-x265; \
|
||||
fi \
|
||||
|
||||
Reference in New Issue
Block a user