[PYTHON] Kissen einbauen

pil scheint kissen in die neuere art zu legen (?).

Wenn Sie es also installieren, ohne an irgendetwas zu denken,

    --------------------------------------------------------------------
    PIL SETUP SUMMARY
    --------------------------------------------------------------------
    version      Pillow 2.7.0
    platform     linux 3.4.0 (default, Apr 11 2014, 13:05:11)
                 [GCC 4.8.2]
    --------------------------------------------------------------------
    *** TKINTER support not available
    *** JPEG support not available
    *** OPENJPEG (JPEG2000) support not available
    --- ZLIB (PNG/ZIP) support available
    *** LIBTIFF support not available
    *** FREETYPE2 support not available
    *** LITTLECMS2 support not available
    *** WEBP support not available
    *** WEBPMUX support not available
    --------------------------------------------------------------------
    To add a missing option, make sure you have the required
    library, and set the corresponding ROOT variable in the
    setup.py script.

Mir wurde gesagt, dass einige Bibliotheken fehlen, also

$ sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk

Damit vorerst

    --------------------------------------------------------------------
    PIL SETUP SUMMARY
    --------------------------------------------------------------------
    version      Pillow 2.7.0
    platform     linux 3.4.0 (default, Apr 11 2014, 13:05:11)
                 [GCC 4.8.2]
    --------------------------------------------------------------------
    *** TKINTER support not available
    --- JPEG support available
    *** OPENJPEG (JPEG2000) support not available
    --- ZLIB (PNG/ZIP) support available
    --- LIBTIFF support available
    --- FREETYPE2 support available
    --- LITTLECMS2 support available
    --- WEBP support available
    --- WEBPMUX support available
    --------------------------------------------------------------------
    To add a missing option, make sure you have the required
    library, and set the corresponding ROOT variable in the
    setup.py script.

Danach möchte ich jpeg2000 verwenden können, also

$ wget http://downloads.sourceforge.net/project/openjpeg.mirror/2.0.1/openjpeg-2.0.1.tar.gz 
$ tar zxvf openjpeg-2.0.1.tar.gz
$ cmake .
$ make
$ sudo make install

Jetzt ist es JPEG2000-kompatibel.

TkInter wird nicht unterstützt, da ich keine Pläne habe, es zu verwenden.

Recommended Posts

Kissen einbauen
Kissen
Installieren Sie das Kissen unter Mac OSX 10.9
Installieren Sie Python Pillow unter Amazon Linux
Installieren Sie die Pytorch
Installieren Sie Activiti 6
emacs-jedi installieren
ArcoLinux installieren
Installieren Sie Python
Virtualenv installieren
Installieren Sie Mojimoji
Installieren Sie Scipy
Installieren Sie Memo
Installieren Sie Qiskit
Installation von Ansible
Installieren Sie skt-war-result
Django Installation
Installieren Sie PyTorch
ArchmanLinux installieren
sudo pip installieren
Fedora 33 Beta installieren
Installation von ffmpeg / imagemagick
CentOS8 --Installieren - Django
Lokale Installation von Python
Installieren Sie easy_install (Windows)
Fehlerbehebung bei apt install
Installieren Sie NAOqi Python
Von conda-forge installieren
Tensorflow installieren. (Nur!)
Apache Zookeeper installieren
Installieren Sie Python Control
Opencv Installationskampf
Apache Zeppelin installieren
Installieren von Apache ActiveMQ
BlueZ Build & Install
CentOS8 --Installieren - Python3
Numpy + Atlas installieren