Ver código fonte
added support webp format (#652)
* added support webp format
* update nuke plugin with support webp format
master
akimdi
GitHub
4 anos atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
2 arquivos alterados com
2 adições e
2 exclusões
-
plugins/imgview
-
plugins/nuke
|
|
@@ -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() { |
|
|
|
|
|
@@ -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() { |
|
|
|