• ubuntu 安装 imagemagick


    https://imagemagick.org/script/install-source.php

    sudo apt install -y libltdl-dev,graphviz,libpng-dev,libfftw3-dev
    git clone git@github.com:ImageMagick/ImageMagick.git
    cd ImageMagick
    ./configure --with-modules 
    makesudo make install
    sudo ldconfig /usr/local/lib
    /usr/local/bin/convert logo: logo.gif
    make check

    ==============================================================================
    ImageMagick 7.0.10-25 is configured as follows. Please verify that this
    configuration matches your expectations.

    Host system type: x86_64-pc-linux-gnu
    Build system type: x86_64-pc-linux-gnu

    Option Value
    ------------------------------------------------------------------------------
    Shared libraries --enable-shared=yes yes
    Static libraries --enable-static=yes yes
    Build utilities --with-utilities=yes yes
    Module support --with-modules=yes yes
    GNU ld --with-gnu-ld=yes yes
    Quantum depth --with-quantum-depth=16 16
    High Dynamic Range Imagery
    --enable-hdri=yes yes

    Install documentation: yes

    Memory allocation library:
    JEMalloc --with-jemalloc=no no
    TCMalloc --with-tcmalloc=no no
    UMem --with-umem=no no

    Delegate library configuration:
    BZLIB --with-bzlib=yes no
    Autotrace --with-autotrace=no no
    DJVU --with-djvu=yes no
    DPS --with-dps=yes no
    FFTW --with-fftw=yes no
    FLIF --with-flif=yes no
    FlashPIX --with-fpx=yes no
    FontConfig --with-fontconfig=yes no
    FreeType --with-freetype=yes no
    Ghostscript lib --with-gslib=no no
    Graphviz --with-gvc=yes no
    HEIC --with-heic=yes no
    JBIG --with-jbig=yes yes
    JPEG v1 --with-jpeg=yes yes
    JPEG XL --with-jxl=yes no
    LCMS --with-lcms=yes no
    LQR --with-lqr=yes no
    LTDL --with-ltdl=yes yes
    LZMA --with-lzma=yes yes
    Magick++ --with-magick-plus-plus=yes yes
    OpenEXR --with-openexr=yes no
    OpenJP2 --with-openjp2=yes no
    PANGO --with-pango=yes no
    PERL --with-perl=no no
    PNG --with-png=yes no
    RAQM --with-raqm=yes no
    RAW --with-raw=yes no
    RSVG --with-rsvg=no no
    TIFF --with-tiff=yes yes
    WEBP --with-webp=yes no
    WMF --with-wmf=yes no
    X11 --with-x= no
    XML --with-xml=yes yes
    ZLIB --with-zlib=yes yes
    ZSTD --with-zstd=yes no

    Delegate program configuration:
    GhostPCL None pcl6 (unknown)
    GhostXPS None gxps (unknown)
    Ghostscript None gs (9.50)

    Font configuration:
    Apple fonts --with-apple-font-dir=default
    Dejavu fonts --with-dejavu-font-dir=default none
    Ghostscript fonts --with-gs-font-dir=default /usr/share/fonts/type1/gsfonts/
    URW-base35 fonts --with-urw-base35-font-dir=default none
    Windows fonts --with-windows-font-dir=default none

    X11 configuration:
    X_CFLAGS =
    X_PRE_LIBS =
    X_LIBS =
    X_EXTRA_LIBS =

    Options used to compile and link:
    PREFIX = /usr/local
    EXEC-PREFIX = /usr/local
    VERSION = 7.0.10
    CC = gcc
    CFLAGS = -I/usr/include/libxml2 -fopenmp -Wall -g -O2 -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
    CPPFLAGS = -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
    PCFLAGS =
    DEFS = -DHAVE_CONFIG_H
    LDFLAGS =
    LIBS = -lxml2 -llzma -lz -lltdl -lm -lpthread
    CXX = g++
    CXXFLAGS = -g -O2 -pthread
    FEATURES = DPC HDRI Cipher OpenMP Modules
    DELEGATES = mpeg jbig jpeg lzma ps tiff xml zlib
    ==============================================================================

  • 相关阅读:
    Thrift --- 支持双向通信
    Go -- 配置监控系统
    Go -- RPC 之 Thrift
    Go -- 一致性哈希算法
    Go -- runtime.Gosched()的作用分析
    Go -- import使用及. _的作用解析
    BNF 和 ABNF 扩充巴科斯范式 了解
    转 HTTP.SYS 详解
    转 HTTP/2: The Long-Awaited Sequel
    网站分析
  • 原文地址:https://www.cnblogs.com/xuanmanstein/p/13375672.html
Copyright © 2020-2023  润新知