diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-11-02 14:10:21 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:59 -0400 |
commit | 3a6bccc3774fef170e9c5f71b303a8a36bf11d9c (patch) | |
tree | b008d3c964de9fafa4e30e51d8a581327b32421d /md/postDeployWSL.sh | |
parent | ed89b488d5c3b6f82c7bf6ba46988f5d77e6fc6f (diff) |
Switch to high res images
Diffstat (limited to 'md/postDeployWSL.sh')
-rw-r--r-- | md/postDeployWSL.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/md/postDeployWSL.sh b/md/postDeployWSL.sh index b8a8570..0aed051 100644 --- a/md/postDeployWSL.sh +++ b/md/postDeployWSL.sh @@ -46,8 +46,8 @@ then for image in $(ls "$base_dir/md/staged/images") do echo "Converting $image and deploying at $media_dir/$image" - convert $base_dir/md/staged/images/$image -resize 1000x1000\> "$media_dir/$image" - /home/ascerba/.local/bin/cwebp -q 70 "$media_dir/$image" "$media_dir/${image%.*}.webp" + convert $base_dir/md/staged/images/$image -resize 1800x1800\> "$media_dir/$image" + #/home/ascerba/.local/bin/cwebp -q 70 "$media_dir/$image" "$media_dir/${image%.*}.webp" <------- ignore for now done fi |