- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ImageMagick (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/assemblies/files/generate-thumbnail
elif [[ x"${cmd_type}" = "ximage" ]] ; then im_cmd=$(get_imagemagick_cmd) if [[ -z "${im_cmd}" ]] ; then echo "ImageMagick (convert or magick) does not exist." exit 1 fi target_file=$(echo "$url" | sed -e "s#^file:/*#/#g") # Build format hint from MIME type for better ImageMagick compatibility format_hint="" case "${mimetype}" in "image/gif") format_hint="gif:" ;;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 04 08:02:36 GMT 2025 - 3.9K bytes - Click Count (0) -
src/test/resources/thumbnail/test_generate_thumbnail.sh
echo "" echo "--- get_imagemagick_cmd function tests ---" # Test that ImageMagick is available (either convert or magick) if command -v magick >/dev/null 2>&1 || command -v convert >/dev/null 2>&1; then echo -e "ImageMagick available: ${GREEN}YES${NC}" echo "" echo "--- Image thumbnail tests (requires ImageMagick) ---" # Test: PNG thumbnail generation if [[ -f "${TEST_DIR}/400x400.png" ]]; then
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 04 08:02:36 GMT 2025 - 7.9K bytes - Click Count (0)