Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for image (0.02 sec)

  1. generate-thumbnail

    ${tmp_pdf_file} L70: if [[ ! -f ${tmp_png_file} ]] ; then L71: echo "pdftoppm does not work." L72: exit 1 L73: fi L74: convert -thumbnail ${image_size} ${tmp_png_file} "${output_file}" L75: rm -f ${tmp_png_prefix}*png L76:elif [[ x"${cmd_type}" = "ximage" ]] ; then L77: check_command convert L78: target_file=$(echo "$url" | sed -e "s#^file:/*#/#g") L79: convert -thumbnail ${image_size} "${target_file}" "${output_file}" L80:elif [[ x"${cmd_type}" = "x" ]] ; then L81: echo "No filetype." L82: exit...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Mon Jun 12 13:13:28 UTC 2023
      2.5K bytes
Back to top