Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
GraphicsMagick 1.6.1
pts/graphics-magick-1.6.1
- 12 April 2014 -
Update download links against latest upstream sources...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://iweb.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.19/GraphicsMagick-1.3.19.tar.bz2, http://softlayer-ams.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.19/GraphicsMagick-1.3.19.tar.bz2</URL> <MD5>c105a2e24b03de6883c6cbaadd2038ed</MD5> <SHA256>b57cdeb1ab9492b667776bbbc265149eda5601d2c572d65f43b44273e892fff1</SHA256> <FileSize>7252296</FileSize> </Package> <Package> <URL>http://gd.tuwien.ac.at/graphics/libs/png/src/libpng-1.2.49.tar.bz2, http://pkgs.fedoraproject.org/repo/pkgs/libpng/libpng-1.2.49.tar.bz2/d5106b70b4f8b464a7da66bffe4565fb/libpng-1.2.49.tar.bz2</URL> <MD5>d5106b70b4f8b464a7da66bffe4565fb</MD5> <SHA256>fbf8faa70ebca2ed2ee6df6f2249f4722517b581af5b6c3c71bbdaf925d5954e</SHA256> <FileSize>669011</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf libpng-1.2.49.tar.bz2 tar -xjf GraphicsMagick-1.3.19.tar.bz2 mkdir $HOME/gm_ cd libpng-1.2.49/ ./configure --prefix=$HOME/gm_ > /dev/null make -j $NUM_CPU_JOBS make install cd .. cd GraphicsMagick-1.3.19/ LDFLAGS="-L$HOME/gm_/lib" CPPFLAGS="-I$HOME/gm_/include" ./configure --without-perl --prefix=$HOME/gm_ --with-png=yes > /dev/null make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf GraphicsMagick-1.3.19/ rm -rf libpng-1.2.49/ rm -rf gm_/share/doc/GraphicsMagick/ rm -rf gm_/share/man/ echo "#!/bin/sh OMP_NUM_THREADS=\$NUM_CPU_CORES ./gm_/bin/gm benchmark -duration 60 convert \$TEST_EXTENDS/DSC_6782.png \$@ null: > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > graphics-magick chmod +x graphics-magick
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Results: 4 threads #_RESULT_# iter 192.66s user 60.56s total 0.561 iter/s 0.176 iter/cpu</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>GraphicsMagick</Title> <AppVersion>1.3.19</AppVersion> <Description>This is a test of GraphicsMagick with its OpenMP implementation that performs various imaging tests to stress the system's CPU.</Description> <ResultScale>Iterations Per Minute</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, zlib-development</ExternalDependencies> <Extends>pts/photo-sample</Extends> <EnvironmentSize>22</EnvironmentSize> <ProjectURL>http://www.graphicsmagick.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Operation</DisplayName> <Identifier>operation</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>HWB Color Space</Name> <Value>-colorspace HWB</Value> </Entry> <Entry> <Name>Blur</Name> <Value>-blur 0x1.0</Value> </Entry> <Entry> <Name>Local Adaptive Thresholding</Name> <Value>-lat 10x10-5%</Value> </Entry> <Entry> <Name>Resizing</Name> <Value>-resize 50%</Value> </Entry> <Entry> <Name>Sharpen</Name> <Value>-sharpen 0x1.0</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>