Graphics Magick installieren: Unterschied zwischen den Versionen

Aus Hostsharing Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
(12 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=== GraphicsMagick ===
=== GraphicsMagick ===


Seit 2002 ist GraphicsMagick die GPL Version von ImageMagick. GraphicsMagick ist aus der damaligen  ImageMagick Version 5.5.2. hervorgegangen.


Um die vielfältigen Bildverarbeitungsmöglichkeiten nutzen zu können, brauchst Du eine Version von GraphicsMagick.  
Die jetzige Version ist 1.3.5.
Früher wurde ImageMagick verwendet, aber seit 2002 ist es keine reine GPL software. GraphicsMagic ist aus der ImageMagick Version 5.5.2. hervorgegangen uns wird ständig aktualisiert.
Die letzte Version kann man vom  [ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ FTP server] herunterladen.  


Die jetzige Version is 1.3.5.
Will man diese Version verwenden, muss man die Binaries in das home-Verzeichnis kopieren, auf das der Paket-Admin (z.B. xyz00), unter dem die Domain läuft, zugreifen kann, und diese mit dem tar-Befehl extrahieren:
Die letze Version kann man vom  [ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/GraphicsMagick FTP server]herunterladen. Then extract it in the cgi-bin folder, e.g. at /var/www/vhosts/story-castle.net/httpdocs/cgi-bin


<syntaxhighlight lang=shell>
xyz00@hopi:~$ tar xvfpz GraphicsMagick-LATEST.tar.gz
</syntaxhighlight>


Die Installation vorbereiten 


Will man diese Version verwenden, dann muss man die Binaries in ein Verzeichnis kopieren, auf das der paket admin(z.B. xyz00), unter dem die Domain läuft, zugreifen kann, zum Beispiel:
<syntaxhighlight lang=shell>
 
cd bin/ GraphicsMagick-1.3.5
xyz00@hopi:~$ mkdir ~/bin
./configure --prefix=/home/pacs/xyz00 --enable-magick-compat
xyz00@hopi:~$ tar xvfpz GraphicsMagick-LATEST.tar.gz
</syntaxhighlight>
 
   
cd GraphicsMagick-1.3.5
./configure --prefix=/home/pacs/xyz00/bin --enable-magick-compat
 


Programm installieren
Programm installieren


make
<syntaxhighlight lang=shell>
make install
make
make install
</syntaxhighlight>


Überprüfen ob alles richtig installiert ist mit
Überprüfen ob alles richtig installiert ist mit


cd ~/bin//bin
<syntaxhighlight lang=shell>
cd ~/bin
xyz00@hopi:~/bin/bin$ls -l
total 8925
drwxr-xr-x  2 root root    1024 Feb 11 10:57 .
drwxr-xr-x  12 root root    1024 Jan 14 11:46 ..
-rwxr-xr-x  1 root root    1223 Feb 11 10:57 GraphicsMagick++-config
-rwxr-xr-x  1 root root    1266 Feb 11 10:57 GraphicsMagick-config
-rwxr-xr-x  1 root root    1250 Feb 11 10:57 GraphicsMagickWand-config
-rwxr-xr-x  1 root root 5209711 Feb 11 10:57 PerlMagick
lrwxrwxrwx  1 root root      2 Feb 11 10:57 animate -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 composite -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 conjure -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 convert -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 display -> gm
-rwxr-xr-x  1 root root 3891115 Feb 11 10:57 gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 identify -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 import -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 mogrify -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 montage -> gm
 
 
 
=== ALL CONFIGURATION  für Typo3 ==


    * [im_combine_filename] = 'combine' setzen
xyz00@hopi:~/bin$ls -l
    * [TTFdpi] = '96' setzen
total 8925
    * [gif_compress] ='' setzen
drwxr-xr-x  2 root root    1024 Feb 11 10:57 .
drwxr-xr-x  12 root root    1024 Jan 14 11:46 ..
-rwxr-xr-x  1 root root    1223 Feb 11 10:57 GraphicsMagick++-config
-rwxr-xr-x  1 root root    1266 Feb 11 10:57 GraphicsMagick-config
-rwxr-xr-x  1 root root    1250 Feb 11 10:57 GraphicsMagickWand-config
-rwxr-xr-x  1 root root 5209711 Feb 11 10:57 PerlMagick
lrwxrwxrwx  1 root root      2 Feb 11 10:57 animate -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 composite -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 conjure -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 convert -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 display -> gm
-rwxr-xr-x  1 root root 3891115 Feb 11 10:57 gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 identify -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 import -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 mogrify -> gm
lrwxrwxrwx  1 root root      2 Feb 11 10:57 montage -> gm
</syntaxhighlight>


===  Für TYPO3 braucht man nur folgende Variablen zu setzen ===
<syntaxhighlight lang=ini line>
[im_combine_filename] = 'combine'
[TTFdpi] = '96'
[gif_compress] = ''
</syntaxhighlight>
   
   
----
----
[[Kategorie:HSDoku]]
[[Kategorie:HSDoku]]
[[Kategorie:Installationsanleitungen]]
[[Kategorie:Installationsanleitungen]]
[[Kategorie:Graphics Magick]]
[[Kategorie:Software]]
[[Kategorie:Baustelle]]

Aktuelle Version vom 1. Juli 2024, 12:10 Uhr

GraphicsMagick

Seit 2002 ist GraphicsMagick die GPL Version von ImageMagick. GraphicsMagick ist aus der damaligen ImageMagick Version 5.5.2. hervorgegangen.

Die jetzige Version ist 1.3.5. Die letzte Version kann man vom FTP server herunterladen.

Will man diese Version verwenden, muss man die Binaries in das home-Verzeichnis kopieren, auf das der Paket-Admin (z.B. xyz00), unter dem die Domain läuft, zugreifen kann, und diese mit dem tar-Befehl extrahieren:

xyz00@hopi:~$ tar xvfpz GraphicsMagick-LATEST.tar.gz

Die Installation vorbereiten

cd bin/ GraphicsMagick-1.3.5
./configure --prefix=/home/pacs/xyz00 --enable-magick-compat

Programm installieren

make
make install

Überprüfen ob alles richtig installiert ist mit

cd ~/bin

xyz00@hopi:~/bin$ls -l
total 8925
drwxr-xr-x   2 root root    1024 Feb 11 10:57 .
drwxr-xr-x  12 root root    1024 Jan 14 11:46 ..
-rwxr-xr-x   1 root root    1223 Feb 11 10:57 GraphicsMagick++-config
-rwxr-xr-x   1 root root    1266 Feb 11 10:57 GraphicsMagick-config
-rwxr-xr-x   1 root root    1250 Feb 11 10:57 GraphicsMagickWand-config
-rwxr-xr-x   1 root root 5209711 Feb 11 10:57 PerlMagick
lrwxrwxrwx   1 root root       2 Feb 11 10:57 animate -> gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 composite -> gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 conjure -> gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 convert -> gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 display -> gm
-rwxr-xr-x   1 root root 3891115 Feb 11 10:57 gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 identify -> gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 import -> gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 mogrify -> gm
lrwxrwxrwx   1 root root       2 Feb 11 10:57 montage -> gm

Für TYPO3 braucht man nur folgende Variablen zu setzen

[im_combine_filename] = 'combine'
[TTFdpi] = '96'
[gif_compress] = ''