File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/libmagickwand-6.q16-dev.tar
Back
presubj 0000644 00000002234 15027566167 0006161 0 ustar 00 Debugging imagemagick can be difficult, so you can help by following these guidelines. First you should verify that the problem is in imagemagick and not the graphicksmagick compatibility package. Run "convert -version" in a terminal; if you see "GraphicsMagick" in the first line of output, please make your report against the graphicsmagick package. Otherwise, please provide a test-case that can reproduce the bug: 1. Install debugging packages. 2. Repeat the command line that led to the bug. To ensure you are using the imagemagick versions, replace convert, display, identify, or mogrify with convert-im6.q16, display-im6.q16, identify-im6.q16, or mogrify-im6.q16 in your test-case. 3. If imagemagick dumps core, please attach a backtrace - see "http://wiki.debian.org/HowToGetABacktrace". Document the exact command line used, and attach the input files to your bug report. If the input files are in SVG format, please also run the commands "rsvg-convert yourinput.svg > rsvg.png" (from the package librsvg2-bin) and "inkscape yourinput.svg --export-png=inkscape.png" (from the package inkscape). Include the PNG output files in your bug report. script 0000755 00000001146 15027566167 0006017 0 ustar 00 #!/bin/sh set -e # Pretty echo, underline the specified string: pecho() { echo "$@" echo "$@"|sed 's/./-/g' } # work even with graphicsmagick # will detect graphickmagick using as compat versioncheck() { if test -x "/usr/bin/$@"; then echo -n "$@: "; "$@" -version 2> /dev/null | head -1 | sed s/Version://g; fi } exec >&3 pecho "ImageMagick program version" versioncheck animate versioncheck compare versioncheck convert versioncheck composite versioncheck conjure versioncheck display versioncheck identify versioncheck import versioncheck mogrify versioncheck montage versioncheck stream
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings