Przeglądaj źródła

added support webp format (#652)

* added support webp format

* update nuke plugin with support webp format
master
akimdi GitHub 4 lat temu
rodzic
commit
6548a0fa7c
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      plugins/imgview
  2. +1
    -1
      plugins/nuke

+ 1
- 1
plugins/imgview Wyświetl plik

@@ -18,7 +18,7 @@ abspath() {

listimages() {
find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \
'.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z
'.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z
}

view_dir() {


+ 1
- 1
plugins/nuke Wyświetl plik

@@ -254,7 +254,7 @@ abspath() {

listimages() {
find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \
'.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z
'.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z
}

load_dir() {


Ładowanie…
Anuluj
Zapisz