All public logs

Jump to navigation Jump to search

Combined display of all available logs of Apoyar Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:22, 22 April 2024 223.233.83.241 talk created page Image color coding conversion (Created page with "- To go through the path recursively, find all jpeg and png files and convert them to webp (leaving the original): cd </folder/to/check/> find . -name '*.jpg' -type f -exec bash -c 'cwebp -q 75 "$0" -o "${0%.jpg}.webp"' {} \; find . -name '*.JPG' -type f -exec bash -c 'cwebp -q 75 "$0" -o "${0%.jpg}.webp"' {} \; find . -name '*.png' -type f -exec bash -c 'cwebp -q 75 "$0" -o "${0%.jpg}.webp"' {} \; - if it gives an error about the unsupported colour conversion, c...")