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 2.2.0
pts/graphics-magick-2.2.0
- 06 April 2024 -
Update against GM 1.3.43 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://versaweb.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.43/GraphicsMagick-1.3.43.tar.xz, https://gigenet.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.43/GraphicsMagick-1.3.43.tar.xz, https://ixpeering.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.43/GraphicsMagick-1.3.43.tar.xz</URL> <MD5>ffcd558899aff408b9073c2d48539e22</MD5> <SHA256>2b88580732cd7e409d9e22c6116238bef4ae06fcda11451bf33d259f9cbf399f</SHA256> <FileName>GraphicsMagick-1.3.43.tar.xz</FileName> <FileSize>5657460</FileSize> <PlatformSpecific>Linux, Solaris, BSD, MacOSX</PlatformSpecific> </Package> <Package> <URL>https://versaweb.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.43/GraphicsMagick-1.3.43-windows.7z, https://gigenet.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.43/GraphicsMagick-1.3.43-windows.7z, https://ixpeering.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.43/GraphicsMagick-1.3.43-windows.7z</URL> <MD5>dd110c952c5e7a58e24fdc6d97652a42</MD5> <SHA256>44386bf492d5ea6d8ceed60053a96de7ff99c6704a51f2918af8e320aaf61e39</SHA256> <FileName>GraphicsMagick-1.3.43-windows.7z</FileName> <FileSize>23977316</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://upload.wikimedia.org/wikipedia/commons/2/2c/Mars_topography_%28MOLA_dataset%29_with_poles_HiRes.jpg</URL> <MD5>033f3dfec0031912d39bcfb48679ae85</MD5> <SHA256>21aaf7b1b7d324cc4e79f779de4e277d861e4dbd445a08846cd13dd3c81ed345</SHA256> <FileName>sample-photo-mars.jpg</FileName> <FileSize>20369694</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf GraphicsMagick-1.3.43.tar.xz mkdir $HOME/gm_ cd GraphicsMagick-1.3.43/ LDFLAGS="-L$HOME/gm_/lib" CPPFLAGS="-I$HOME/gm_/include" ./configure --without-perl --prefix=$HOME/gm_ --without-png > /dev/null if [ $OS_TYPE = "BSD" ] then gmake -j $NUM_CPU_CORES else make -j $NUM_CPU_CORES fi echo $? > ~/install-exit-status if [ $OS_TYPE = "BSD" ] then gmake install else make install fi cd ~ rm -rf GraphicsMagick-1.3.43/ rm -rf gm_/share/doc/GraphicsMagick/ rm -rf gm_/share/man/ ./gm_/bin/gm convert sample-photo-mars.jpg input.mpc echo "#!/bin/sh OMP_NUM_THREADS=\$NUM_CPU_CORES ./gm_/bin/gm benchmark -duration 60 convert input.mpc \$@ null: > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > graphics-magick chmod +x graphics-magick
install_windows.sh
#!/bin/sh 7z x GraphicsMagick-1.3.43-windows.7z -aoa OMP_NUM_THREADS=\$NUM_CPU_CORES ./gm_/gm convert sample-photo-mars.jpg input.mpc echo "#!/bin/sh OMP_NUM_THREADS=\$NUM_CPU_CORES ./gm_/gm benchmark -duration 60 convert input.mpc \$@ null: > \$LOG_FILE 2>&1" > graphics-magick chmod +x graphics-magick
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Results: 4 threads #_RESULT_# iter 192.66s user 60.56s total 0.561 iter/s 0.176 iter/cpu</OutputTemplate> <LineHint>iter </LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>GraphicsMagick</Title> <AppVersion>1.3.43</AppVersion> <Description>This is a test of GraphicsMagick with its OpenMP implementation that performs various imaging tests on a sample high resolution (currently 15400 x 6940) JPEG image.</Description> <ResultScale>Iterations Per Minute</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.2.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, zlib-development, jpeg-development</ExternalDependencies> <EnvironmentSize>155</EnvironmentSize> <ProjectURL>https://www.graphicsmagick.org/</ProjectURL> <InternalTags>SMP, OpenMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Operation</DisplayName> <Identifier>operation</Identifier> <Menu> <Entry> <Name>HWB Color Space</Name> <Value>-colorspace HWB</Value> </Entry> <Entry> <Name>Noise-Gaussian</Name> <Value>-operator all Noise-Gaussian 30%</Value> </Entry> <Entry> <Name>Enhanced</Name> <Value>-enhance</Value> </Entry> <Entry> <Name>Resizing</Name> <Value>-resize 50%</Value> </Entry> <Entry> <Name>Rotate</Name> <Value>-rotate 90</Value> </Entry> <Entry> <Name>Sharpen</Name> <Value>-sharpen 0x2.0</Value> </Entry> <Entry> <Name>Swirl</Name> <Value>-swirl 90</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>