mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
%global VERSION 6.6.8
|
||||
%global Patchlevel 1
|
||||
%global Patchlevel 2
|
||||
|
||||
Name: ImageMagick
|
||||
Version: %{VERSION}
|
||||
|
||||
@@ -43,10 +43,10 @@ while test $# -gt 0; do
|
||||
echo '6.6.8 Q16 '
|
||||
;;
|
||||
--cflags)
|
||||
echo "-I${includedir} -fopenmp"
|
||||
echo "-I${includedir} "
|
||||
;;
|
||||
--cxxflags)
|
||||
echo '-g -O2 -pthread'
|
||||
echo '-g -O2'
|
||||
;;
|
||||
--cppflags)
|
||||
echo '-I/usr/local/include/ImageMagick'
|
||||
|
||||
@@ -228,7 +228,7 @@ WriteMakefile
|
||||
# 'OPTIMIZE' => '',
|
||||
|
||||
# Use same compiler as ImageMagick
|
||||
'PERLMAINCC' => ' -fopenmp',
|
||||
'PERLMAINCC' => ' ',
|
||||
|
||||
# Set Perl installation prefix to ImageMagick installation prefix
|
||||
# 'PREFIX' => '/usr/local',
|
||||
|
||||
@@ -8,22 +8,22 @@
|
||||
<configuremap>
|
||||
<configure name="NAME" value="ImageMagick"/>
|
||||
<configure name="LIB_VERSION" value="0x668"/>
|
||||
<configure name="LIB_VERSION_NUMBER" value="6,6,8,1"/>
|
||||
<configure name="RELEASE_DATE" value="2011-03-05"/>
|
||||
<configure name="CONFIGURE" value="./configure "/>
|
||||
<configure name="LIB_VERSION_NUMBER" value="6,6,8,2"/>
|
||||
<configure name="RELEASE_DATE" value="2011-03-06"/>
|
||||
<configure name="CONFIGURE" value="./configure 'CFLAGS=-fopenmp -g -O2 -Wall -pthread'"/>
|
||||
<configure name="PREFIX" value="/usr/local"/>
|
||||
<configure name="EXEC-PREFIX" value="/usr/local"/>
|
||||
<configure name="VERSION" value="6.6.8"/>
|
||||
<configure name="CC" value="gcc -std=gnu99 -std=gnu99"/>
|
||||
<configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -pthread"/>
|
||||
<configure name="CPPFLAGS" value="-I/usr/local/include/ImageMagick"/>
|
||||
<configure name="PCFLAGS" value="-fopenmp"/>
|
||||
<configure name="PCFLAGS" value=""/>
|
||||
<configure name="DEFS" value="-DHAVE_CONFIG_H"/>
|
||||
<configure name="LDFLAGS" value="-L/usr/local/lib "/>
|
||||
<configure name="LIBS" value="-lMagickCore -llcms2 -ltiff -lfreetype -ljasper -ljpeg -lpng -lfontconfig -lXext -lXt -lSM -lICE -lX11 -llzma -lbz2 -lxml2 -lgvc -lgraph -lcdt -lz -lm -lgomp -lpthread -lltdl"/>
|
||||
<configure name="CXX" value="g++"/>
|
||||
<configure name="CXXFLAGS" value="-g -O2 -pthread"/>
|
||||
<configure name="DISTCHECK_CONFIG_FLAGS" value="--disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath= --with-perl=no"/>
|
||||
<configure name="CXXFLAGS" value="-g -O2"/>
|
||||
<configure name="DISTCHECK_CONFIG_FLAGS" value="'CFLAGS=-fopenmp -g -O2 -Wall -pthread' --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath= --with-perl=no"/>
|
||||
<configure name="HOST" value="x86_64-unknown-linux-gnu"/>
|
||||
<configure name="FEATURES" value="OpenMP "/>
|
||||
<configure name="DELEGATES" value="bzlib fontconfig freetype gvc jpeg jng jp2 lcms2 lzma png tiff x11 xml zlib"/>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
# libtool - Provide generalized library-building support services.
|
||||
# Generated automatically by config.status (ImageMagick) 6.6.8-1
|
||||
# Generated automatically by config.status (ImageMagick) 6.6.8-2
|
||||
# Libtool was configured on host magick.imagemagick.org:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
#
|
||||
@@ -10220,7 +10220,7 @@ compiler_lib_search_dirs="/usr/lib/gcc/x86_64-redhat-linux/4.6.0 /usr/lib/gcc/x8
|
||||
predep_objects="/usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.6.0/crtbeginS.o"
|
||||
postdep_objects="/usr/lib/gcc/x86_64-redhat-linux/4.6.0/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crtn.o"
|
||||
predeps=""
|
||||
postdeps="-lstdc++ -lm -lgcc_s -lpthread -lc -lgcc_s"
|
||||
postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s"
|
||||
|
||||
# The library search path used internally by the compiler when linking
|
||||
# a shared library.
|
||||
|
||||
@@ -7,4 +7,4 @@ Name: ImageMagick
|
||||
Description: ImageMagick - Convert, Edit, and Compose Images
|
||||
Version: 6.6.8
|
||||
Libs: -L${libdir} -lMagickCore
|
||||
Cflags: -I${includedir} -fopenmp
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -40,10 +40,10 @@ while test $# -gt 0; do
|
||||
echo '6.6.8 Q16 '
|
||||
;;
|
||||
--cflags)
|
||||
echo "-I${includedir} -fopenmp"
|
||||
echo "-I${includedir} "
|
||||
;;
|
||||
--cxxflags)
|
||||
echo '-g -O2 -pthread'
|
||||
echo '-g -O2'
|
||||
;;
|
||||
--cppflags)
|
||||
echo '-I/usr/local/include/ImageMagick'
|
||||
|
||||
+3
-3
@@ -30,11 +30,11 @@ extern "C" {
|
||||
#define MagickLibVersion 0x668
|
||||
#define MagickLibVersionText "6.6.8"
|
||||
#define MagickLibVersionNumber 4,0,1
|
||||
#define MagickLibAddendum "-1"
|
||||
#define MagickLibAddendum "-2"
|
||||
#define MagickLibInterface 4
|
||||
#define MagickLibMinInterface 4
|
||||
#define MagickReleaseDate "2011-03-05"
|
||||
#define MagickChangeDate "20110227"
|
||||
#define MagickReleaseDate "2011-03-06"
|
||||
#define MagickChangeDate "20110306"
|
||||
#define MagickAuthoritativeURL "http://www.imagemagick.org"
|
||||
#if defined(MAGICKCORE_OPENMP_SUPPORT)
|
||||
#define MagickOpenMPFeature "OpenMP "
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
|
||||
# PACKAGE_NAME (e.g. "1.0.0").
|
||||
PACKAGE_VERSION='6.6.8'
|
||||
PACKAGE_LIB_VERSION="0x668"
|
||||
PACKAGE_RELEASE="1"
|
||||
PACKAGE_RELEASE="2"
|
||||
PACKAGE_LIB_VERSION_NUMBER="6,6,8,${PACKAGE_RELEASE}"
|
||||
PACKAGE_RELEASE_DATE=`date +%F`
|
||||
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
|
||||
|
||||
+2
-2
@@ -40,10 +40,10 @@ while test $# -gt 0; do
|
||||
echo '6.6.8 Q16 '
|
||||
;;
|
||||
--cflags)
|
||||
echo "-I${includedir} -fopenmp"
|
||||
echo "-I${includedir} "
|
||||
;;
|
||||
--cxxflags)
|
||||
echo '-g -O2 -pthread'
|
||||
echo '-g -O2'
|
||||
;;
|
||||
--cppflags)
|
||||
echo '-I/usr/local/include/ImageMagick'
|
||||
|
||||
+1
-1
@@ -8,4 +8,4 @@ Version: 6.6.8
|
||||
Description: MagickWand - C API for ImageMagick
|
||||
Requires: ImageMagick
|
||||
Libs: -L${libdir} -lMagickWand -lMagickCore
|
||||
Cflags: -I${includedir} -fopenmp
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -221,7 +221,7 @@
|
||||
|
||||
<p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
|
||||
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.8-10</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure</span></p>
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.8-0</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure</span></p>
|
||||
<p>Watch the configure script output to verify that it finds everything that
|
||||
you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:</p>
|
||||
|
||||
@@ -575,7 +575,7 @@ Options used to compile and link:
|
||||
<div class="doc-section">
|
||||
<p><a href="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
|
||||
<p>Unpack and change into the top-level ImageMagick directory:</p>
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.6.8-10.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.8-10</span></p> <p>Configure ImageMagick:</p>
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.6.8-0.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.8-0</span></p> <p>Configure ImageMagick:</p>
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/>
|
||||
--disable-dependency-tracking --with-x=yes \ <br/>
|
||||
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br/>
|
||||
@@ -595,7 +595,7 @@ Options used to compile and link:
|
||||
|
||||
<p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,</p>
|
||||
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar jxvf ImageMagick-6.6.8-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.8-10</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>sudo make install</span></p></div>
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar jxvf ImageMagick-6.6.8-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.8-0</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>sudo make install</span></p></div>
|
||||
|
||||
<h2><a id="problems"></a>Dealing with Unexpected Problems</h2>
|
||||
<div class="doc-section">
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -473,7 +473,7 @@
|
||||
|
||||
<ol>
|
||||
<li>Double-click on
|
||||
<kbd>VisualMagick/bin/ImageMagick-6.6.8-10-Q16-windows-dll.exe</kbd>
|
||||
<kbd>VisualMagick/bin/ImageMagick-6.6.8-0-Q16-windows-dll.exe</kbd>
|
||||
to launch the ImageMagick binary distribution.</li>
|
||||
<li>Complete the installer screens to install ImageMagick on your system.</li>
|
||||
</ol>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@
|
||||
|
||||
<p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have with the <a href="../www/command-line-options.html#version">‑version</a> option: </p>
|
||||
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.8-10 2011-02-25 Q16 http://www.imagemagick.org</span></p>
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.8-0 2011-03-05 Q16 http://www.imagemagick.org</span></p>
|
||||
<p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time). In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
|
||||
</div>
|
||||
|
||||
|
||||
+27
-27
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -219,16 +219,16 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10.i386.rpm</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.8-10.i386.rpm">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.8-10.i386.rpm">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0.i386.rpm</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.8-0.i386.rpm">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.8-0.i386.rpm">download</a></td>
|
||||
<td valign="top">CentOS 5.4 i386 RPM</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10.x86_64.rpm</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.8-10.x86_64.rpm">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.8-10.x86_64.rpm">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0.x86_64.rpm</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.8-0.x86_64.rpm">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.8-0.x86_64.rpm">download</a></td>
|
||||
<td valign="top">CentOS 5.4 x86_64 RPM</td>
|
||||
</tr>
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
|
||||
<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
|
||||
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.8-10.i386.rpm</span></p>
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.8-0.i386.rpm</span></p>
|
||||
<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
|
||||
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd $HOME</span></p>
|
||||
@@ -404,7 +404,7 @@
|
||||
<p>The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.</p>
|
||||
|
||||
<p>The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. If you are not sure which version is appropriate, choose
|
||||
<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-10-Q16-windows-dll.exe'>ImageMagick-6.6.8-10-Q16-windows-dll.exe</a>.</p>
|
||||
<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-0-Q16-windows-dll.exe'>ImageMagick-6.6.8-0-Q16-windows-dll.exe</a>.</p>
|
||||
|
||||
<table class="doc">
|
||||
<col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
|
||||
@@ -416,44 +416,44 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10-Q16-windows-dll.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-10-Q16-windows-dll.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-10-Q16-windows-dll.exe">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0-Q16-windows-dll.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-0-Q16-windows-dll.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-dll.exe">download</a></td>
|
||||
<td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10-Q16-windows-static.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-10-Q16-windows-static.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-10-Q16-windows-static.exe">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0-Q16-windows-static.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-0-Q16-windows-static.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-static.exe">download</a></td>
|
||||
<td valign="top">Win32 static at 16 bits-per-pixel</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10-Q8-windows-dll.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-10-Q8-windows-dll.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-10-Q8-windows-dll.exe">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0-Q8-windows-dll.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-0-Q8-windows-dll.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q8-windows-dll.exe">download</a></td>
|
||||
<td valign="top">Win32 dynamic at 8 bits-per-pixel</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10-Q8-windows-static.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-10-Q8-windows-static.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-10-Q8-windows-static.exe">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0-Q8-windows-static.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-0-Q8-windows-static.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q8-windows-static.exe">download</a></td>
|
||||
<td valign="top">Win32 static at 8 bits-per-pixel</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10-Q16-windows-x64-dll.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-10-Q16-windows-x64-dll.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-10-Q16-windows-x64-dll.exe">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0-Q16-windows-x64-dll.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-0-Q16-windows-x64-dll.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-x64-dll.exe">download</a></td>
|
||||
<td valign="top">Win64 dynamic at 16 bits-per-pixel</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">ImageMagick-6.6.8-10-Q16-windows-x64-static.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-10-Q16-windows-x64-static.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-10-Q16-windows-x64-static.exe">download</a></td>
|
||||
<td valign="top">ImageMagick-6.6.8-0-Q16-windows-x64-static.exe</td>
|
||||
<td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.8-0-Q16-windows-x64-static.exe">download</a></td>
|
||||
<td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-x64-static.exe">download</a></td>
|
||||
<td valign="top">Win64 static at 16 bits-per-pixel</td>
|
||||
</tr>
|
||||
|
||||
|
||||
+9
-2
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -197,7 +197,14 @@
|
||||
<div class="main">
|
||||
|
||||
<h1>ImageMagick Changelog</h1>
|
||||
<dl><dt>2011-02-27 6.6.8-0 Cristy <quetzlzacatenango@image...></dt>
|
||||
<dl><dt>2011-03-06 6.6.8-1 Cristy <quetzlzacatenango@image...></dt>
|
||||
<dd> New version 6.6.8-1.</dd>
|
||||
<dt>2011-03-05 6.6.8-1 Cristy <quetzlzacatenango@image...></dt>
|
||||
<dd> Support PSD files with one layer and one composite layer.</dd>
|
||||
<dd> We must cast a Quantum type when bit shifting and HDRI is enabled.</dd>
|
||||
<dt>2011-03-05 6.6.8-0 Cristy <quetzlzacatenango@image...></dt>
|
||||
<dd> New version 6.6.8-0.</dd>
|
||||
<dt>2011-02-27 6.6.8-0 Cristy <quetzlzacatenango@image...></dt>
|
||||
<dd> Add support for the -mode option.</dd>
|
||||
<dt>2011-02-27 6.6.8-0 Glenn Randers-Pehrson <glennrp@image...></dt>
|
||||
<dd> Fix scaling of new color-reduction method in the PNG encoder (16-bit images were scaled down to 0 or 1, or nearly black).</dd>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -199,7 +199,7 @@
|
||||
<h1>Download ImageMagick</h1>
|
||||
<div class="doc-section">
|
||||
<p>ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from <a href="../www/subversion.html">Subversion</a>. Before you download, you may want to review recent <a href="../www/changelog.html">changes</a> to the ImageMagick distribution.</p>
|
||||
<p>The latest release of ImageMagick is version 6.6.8-10.</p>
|
||||
<p>The latest release of ImageMagick is version 6.6.8-0.</p>
|
||||
<dl>
|
||||
<dt class="doc">Australia</dt>
|
||||
<dd><a href="ftp://mirror.aarnet.edu.au/pub/imagemagick/">ftp://mirror.aarnet.edu.au/pub/imagemagick/</a></dd>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -267,7 +267,7 @@
|
||||
Tainted: False <br/>
|
||||
Filesize: 3.97266kb <br/>
|
||||
Number pixels: 3.14453kb <br/>
|
||||
Version: ImageMagick 6.6.8-10 2011-02-25 Q16 http://www.imagemagick.org</span></p>
|
||||
Version: ImageMagick 6.6.8-0 2011-03-05 Q16 http://www.imagemagick.org</span></p>
|
||||
<p>To get the print size in inches of an image at 72 DPI, use:</p>
|
||||
|
||||
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png</span><span class='crtout'>8.5 x 11 inches</span></p>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011060100025 atlas.multimedia-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
|
||||
<a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
|
||||
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user