You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4024 lines
106 KiB
4024 lines
106 KiB
<?php
|
|
/**
|
|
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:59.
|
|
*/
|
|
class ImagickTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @var Imagick
|
|
*/
|
|
protected $object;
|
|
|
|
/**
|
|
* Sets up the fixture, for example, opens a network connection.
|
|
* This method is called before a test is executed.
|
|
*/
|
|
protected function setUp()
|
|
{
|
|
$this->object = new Imagick;
|
|
}
|
|
|
|
/**
|
|
* Tears down the fixture, for example, closes a network connection.
|
|
* This method is called after a test is executed.
|
|
*/
|
|
protected function tearDown()
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::optimizeimagelayers
|
|
* @todo Implement testOptimizeimagelayers().
|
|
*/
|
|
public function testOptimizeimagelayers()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::compareimagelayers
|
|
* @todo Implement testCompareimagelayers().
|
|
*/
|
|
public function testCompareimagelayers()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::pingimageblob
|
|
* @todo Implement testPingimageblob().
|
|
*/
|
|
public function testPingimageblob()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::pingimagefile
|
|
* @todo Implement testPingimagefile().
|
|
*/
|
|
public function testPingimagefile()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::transposeimage
|
|
* @todo Implement testTransposeimage().
|
|
*/
|
|
public function testTransposeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::transverseimage
|
|
* @todo Implement testTransverseimage().
|
|
*/
|
|
public function testTransverseimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::trimimage
|
|
* @todo Implement testTrimimage().
|
|
*/
|
|
public function testTrimimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::waveimage
|
|
* @todo Implement testWaveimage().
|
|
*/
|
|
public function testWaveimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::vignetteimage
|
|
* @todo Implement testVignetteimage().
|
|
*/
|
|
public function testVignetteimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::uniqueimagecolors
|
|
* @todo Implement testUniqueimagecolors().
|
|
*/
|
|
public function testUniqueimagecolors()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagematte
|
|
* @todo Implement testGetimagematte().
|
|
*/
|
|
public function testGetimagematte()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagematte
|
|
* @todo Implement testSetimagematte().
|
|
*/
|
|
public function testSetimagematte()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::adaptiveresizeimage
|
|
* @todo Implement testAdaptiveresizeimage().
|
|
*/
|
|
public function testAdaptiveresizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::sketchimage
|
|
* @todo Implement testSketchimage().
|
|
*/
|
|
public function testSketchimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::shadeimage
|
|
* @todo Implement testShadeimage().
|
|
*/
|
|
public function testShadeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getsizeoffset
|
|
* @todo Implement testGetsizeoffset().
|
|
*/
|
|
public function testGetsizeoffset()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setsizeoffset
|
|
* @todo Implement testSetsizeoffset().
|
|
*/
|
|
public function testSetsizeoffset()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::adaptiveblurimage
|
|
* @todo Implement testAdaptiveblurimage().
|
|
*/
|
|
public function testAdaptiveblurimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::contraststretchimage
|
|
* @todo Implement testContraststretchimage().
|
|
*/
|
|
public function testContraststretchimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::adaptivesharpenimage
|
|
* @todo Implement testAdaptivesharpenimage().
|
|
*/
|
|
public function testAdaptivesharpenimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::randomthresholdimage
|
|
* @todo Implement testRandomthresholdimage().
|
|
*/
|
|
public function testRandomthresholdimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::roundcornersimage
|
|
* @todo Implement testRoundcornersimage().
|
|
*/
|
|
public function testRoundcornersimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::roundcorners
|
|
* @todo Implement testRoundcorners().
|
|
*/
|
|
public function testRoundcorners()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setiteratorindex
|
|
* @todo Implement testSetiteratorindex().
|
|
*/
|
|
public function testSetiteratorindex()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getiteratorindex
|
|
* @todo Implement testGetiteratorindex().
|
|
*/
|
|
public function testGetiteratorindex()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::transformimage
|
|
* @todo Implement testTransformimage().
|
|
*/
|
|
public function testTransformimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageopacity
|
|
* @todo Implement testSetimageopacity().
|
|
*/
|
|
public function testSetimageopacity()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::orderedposterizeimage
|
|
* @todo Implement testOrderedposterizeimage().
|
|
*/
|
|
public function testOrderedposterizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::polaroidimage
|
|
* @todo Implement testPolaroidimage().
|
|
*/
|
|
public function testPolaroidimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageproperty
|
|
* @todo Implement testGetimageproperty().
|
|
*/
|
|
public function testGetimageproperty()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageproperty
|
|
* @todo Implement testSetimageproperty().
|
|
*/
|
|
public function testSetimageproperty()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageinterpolatemethod
|
|
* @todo Implement testSetimageinterpolatemethod().
|
|
*/
|
|
public function testSetimageinterpolatemethod()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageinterpolatemethod
|
|
* @todo Implement testGetimageinterpolatemethod().
|
|
*/
|
|
public function testGetimageinterpolatemethod()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::linearstretchimage
|
|
* @todo Implement testLinearstretchimage().
|
|
*/
|
|
public function testLinearstretchimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagelength
|
|
* @todo Implement testGetimagelength().
|
|
*/
|
|
public function testGetimagelength()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::extentimage
|
|
* @todo Implement testExtentimage().
|
|
*/
|
|
public function testExtentimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageorientation
|
|
* @todo Implement testGetimageorientation().
|
|
*/
|
|
public function testGetimageorientation()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageorientation
|
|
* @todo Implement testSetimageorientation().
|
|
*/
|
|
public function testSetimageorientation()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::paintfloodfillimage
|
|
* @todo Implement testPaintfloodfillimage().
|
|
*/
|
|
public function testPaintfloodfillimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::clutimage
|
|
* @todo Implement testClutimage().
|
|
*/
|
|
public function testClutimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageproperties
|
|
* @todo Implement testGetimageproperties().
|
|
*/
|
|
public function testGetimageproperties()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageprofiles
|
|
* @todo Implement testGetimageprofiles().
|
|
*/
|
|
public function testGetimageprofiles()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::distortimage
|
|
* @todo Implement testDistortimage().
|
|
*/
|
|
public function testDistortimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::writeimagefile
|
|
* @todo Implement testWriteimagefile().
|
|
*/
|
|
public function testWriteimagefile()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::writeimagesfile
|
|
* @todo Implement testWriteimagesfile().
|
|
*/
|
|
public function testWriteimagesfile()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::resetimagepage
|
|
* @todo Implement testResetimagepage().
|
|
*/
|
|
public function testResetimagepage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageclipmask
|
|
* @todo Implement testSetimageclipmask().
|
|
*/
|
|
public function testSetimageclipmask()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageclipmask
|
|
* @todo Implement testGetimageclipmask().
|
|
*/
|
|
public function testGetimageclipmask()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::animateimages
|
|
* @todo Implement testAnimateimages().
|
|
*/
|
|
public function testAnimateimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::recolorimage
|
|
* @todo Implement testRecolorimage().
|
|
*/
|
|
public function testRecolorimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setfont
|
|
* @todo Implement testSetfont().
|
|
*/
|
|
public function testSetfont()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getfont
|
|
* @todo Implement testGetfont().
|
|
*/
|
|
public function testGetfont()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setpointsize
|
|
* @todo Implement testSetpointsize().
|
|
*/
|
|
public function testSetpointsize()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getpointsize
|
|
* @todo Implement testGetpointsize().
|
|
*/
|
|
public function testGetpointsize()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::mergeimagelayers
|
|
* @todo Implement testMergeimagelayers().
|
|
*/
|
|
public function testMergeimagelayers()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagealphachannel
|
|
* @todo Implement testSetimagealphachannel().
|
|
*/
|
|
public function testSetimagealphachannel()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::floodfillpaintimage
|
|
* @todo Implement testFloodfillpaintimage().
|
|
*/
|
|
public function testFloodfillpaintimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::opaquepaintimage
|
|
* @todo Implement testOpaquepaintimage().
|
|
*/
|
|
public function testOpaquepaintimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::transparentpaintimage
|
|
* @todo Implement testTransparentpaintimage().
|
|
*/
|
|
public function testTransparentpaintimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::liquidrescaleimage
|
|
* @todo Implement testLiquidrescaleimage().
|
|
*/
|
|
public function testLiquidrescaleimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::encipherimage
|
|
* @todo Implement testEncipherimage().
|
|
*/
|
|
public function testEncipherimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::decipherimage
|
|
* @todo Implement testDecipherimage().
|
|
*/
|
|
public function testDecipherimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setgravity
|
|
* @todo Implement testSetgravity().
|
|
*/
|
|
public function testSetgravity()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getgravity
|
|
* @todo Implement testGetgravity().
|
|
*/
|
|
public function testGetgravity()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechannelrange
|
|
* @todo Implement testGetimagechannelrange().
|
|
*/
|
|
public function testGetimagechannelrange()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagealphachannel
|
|
* @todo Implement testGetimagealphachannel().
|
|
*/
|
|
public function testGetimagealphachannel()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechanneldistortions
|
|
* @todo Implement testGetimagechanneldistortions().
|
|
*/
|
|
public function testGetimagechanneldistortions()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagegravity
|
|
* @todo Implement testSetimagegravity().
|
|
*/
|
|
public function testSetimagegravity()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagegravity
|
|
* @todo Implement testGetimagegravity().
|
|
*/
|
|
public function testGetimagegravity()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::importimagepixels
|
|
* @todo Implement testImportimagepixels().
|
|
*/
|
|
public function testImportimagepixels()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::deskewimage
|
|
* @todo Implement testDeskewimage().
|
|
*/
|
|
public function testDeskewimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::segmentimage
|
|
* @todo Implement testSegmentimage().
|
|
*/
|
|
public function testSegmentimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::sparsecolorimage
|
|
* @todo Implement testSparsecolorimage().
|
|
*/
|
|
public function testSparsecolorimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::remapimage
|
|
* @todo Implement testRemapimage().
|
|
*/
|
|
public function testRemapimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::exportimagepixels
|
|
* @todo Implement testExportimagepixels().
|
|
*/
|
|
public function testExportimagepixels()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechannelkurtosis
|
|
* @todo Implement testGetimagechannelkurtosis().
|
|
*/
|
|
public function testGetimagechannelkurtosis()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::functionimage
|
|
* @todo Implement testFunctionimage().
|
|
*/
|
|
public function testFunctionimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::transformimagecolorspace
|
|
* @todo Implement testTransformimagecolorspace().
|
|
*/
|
|
public function testTransformimagecolorspace()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::haldclutimage
|
|
* @todo Implement testHaldclutimage().
|
|
*/
|
|
public function testHaldclutimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageartifact
|
|
* @todo Implement testGetimageartifact().
|
|
*/
|
|
public function testGetimageartifact()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageartifact
|
|
* @todo Implement testSetimageartifact().
|
|
*/
|
|
public function testSetimageartifact()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::deleteimageartifact
|
|
* @todo Implement testDeleteimageartifact().
|
|
*/
|
|
public function testDeleteimageartifact()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getcolorspace
|
|
* @todo Implement testGetcolorspace().
|
|
*/
|
|
public function testGetcolorspace()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setcolorspace
|
|
* @todo Implement testSetcolorspace().
|
|
*/
|
|
public function testSetcolorspace()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::__tostring
|
|
* @todo Implement test__tostring().
|
|
*/
|
|
public function test__tostring()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getpixeliterator
|
|
* @todo Implement testGetpixeliterator().
|
|
*/
|
|
public function testGetpixeliterator()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getpixelregioniterator
|
|
* @todo Implement testGetpixelregioniterator().
|
|
*/
|
|
public function testGetpixelregioniterator()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::readimage
|
|
* @todo Implement testReadimage().
|
|
*/
|
|
public function testReadimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::readimages
|
|
* @todo Implement testReadimages().
|
|
*/
|
|
public function testReadimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::readimageblob
|
|
* @todo Implement testReadimageblob().
|
|
*/
|
|
public function testReadimageblob()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageformat
|
|
* @todo Implement testSetimageformat().
|
|
*/
|
|
public function testSetimageformat()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::scaleimage
|
|
* @todo Implement testScaleimage().
|
|
*/
|
|
public function testScaleimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::writeimage
|
|
* @todo Implement testWriteimage().
|
|
*/
|
|
public function testWriteimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::writeimages
|
|
* @todo Implement testWriteimages().
|
|
*/
|
|
public function testWriteimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::blurimage
|
|
* @todo Implement testBlurimage().
|
|
*/
|
|
public function testBlurimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::thumbnailimage
|
|
* @todo Implement testThumbnailimage().
|
|
*/
|
|
public function testThumbnailimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::cropthumbnailimage
|
|
* @todo Implement testCropthumbnailimage().
|
|
*/
|
|
public function testCropthumbnailimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagefilename
|
|
* @todo Implement testGetimagefilename().
|
|
*/
|
|
public function testGetimagefilename()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagefilename
|
|
* @todo Implement testSetimagefilename().
|
|
*/
|
|
public function testSetimagefilename()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageformat
|
|
* @todo Implement testGetimageformat().
|
|
*/
|
|
public function testGetimageformat()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagemimetype
|
|
* @todo Implement testGetimagemimetype().
|
|
*/
|
|
public function testGetimagemimetype()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::removeimage
|
|
* @todo Implement testRemoveimage().
|
|
*/
|
|
public function testRemoveimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::destroy
|
|
* @todo Implement testDestroy().
|
|
*/
|
|
public function testDestroy()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::clear
|
|
* @todo Implement testClear().
|
|
*/
|
|
public function testClear()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::clone
|
|
* @todo Implement testClone().
|
|
*/
|
|
public function testClone()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagesize
|
|
* @todo Implement testGetimagesize().
|
|
*/
|
|
public function testGetimagesize()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageblob
|
|
* @todo Implement testGetimageblob().
|
|
*/
|
|
public function testGetimageblob()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagesblob
|
|
* @todo Implement testGetimagesblob().
|
|
*/
|
|
public function testGetimagesblob()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setfirstiterator
|
|
* @todo Implement testSetfirstiterator().
|
|
*/
|
|
public function testSetfirstiterator()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setlastiterator
|
|
* @todo Implement testSetlastiterator().
|
|
*/
|
|
public function testSetlastiterator()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::resetiterator
|
|
* @todo Implement testResetiterator().
|
|
*/
|
|
public function testResetiterator()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::previousimage
|
|
* @todo Implement testPreviousimage().
|
|
*/
|
|
public function testPreviousimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::nextimage
|
|
* @todo Implement testNextimage().
|
|
*/
|
|
public function testNextimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::haspreviousimage
|
|
* @todo Implement testHaspreviousimage().
|
|
*/
|
|
public function testHaspreviousimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::hasnextimage
|
|
* @todo Implement testHasnextimage().
|
|
*/
|
|
public function testHasnextimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageindex
|
|
* @todo Implement testSetimageindex().
|
|
*/
|
|
public function testSetimageindex()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageindex
|
|
* @todo Implement testGetimageindex().
|
|
*/
|
|
public function testGetimageindex()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::commentimage
|
|
* @todo Implement testCommentimage().
|
|
*/
|
|
public function testCommentimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::cropimage
|
|
* @todo Implement testCropimage().
|
|
*/
|
|
public function testCropimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::labelimage
|
|
* @todo Implement testLabelimage().
|
|
*/
|
|
public function testLabelimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagegeometry
|
|
* @todo Implement testGetimagegeometry().
|
|
*/
|
|
public function testGetimagegeometry()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::drawimage
|
|
* @todo Implement testDrawimage().
|
|
*/
|
|
public function testDrawimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagecompressionquality
|
|
* @todo Implement testSetimagecompressionquality().
|
|
*/
|
|
public function testSetimagecompressionquality()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagecompressionquality
|
|
* @todo Implement testGetimagecompressionquality().
|
|
*/
|
|
public function testGetimagecompressionquality()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::annotateimage
|
|
* @todo Implement testAnnotateimage().
|
|
*/
|
|
public function testAnnotateimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::compositeimage
|
|
* @todo Implement testCompositeimage().
|
|
*/
|
|
public function testCompositeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::modulateimage
|
|
* @todo Implement testModulateimage().
|
|
*/
|
|
public function testModulateimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagecolors
|
|
* @todo Implement testGetimagecolors().
|
|
*/
|
|
public function testGetimagecolors()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::montageimage
|
|
* @todo Implement testMontageimage().
|
|
*/
|
|
public function testMontageimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::identifyimage
|
|
* @todo Implement testIdentifyimage().
|
|
*/
|
|
public function testIdentifyimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::thresholdimage
|
|
* @todo Implement testThresholdimage().
|
|
*/
|
|
public function testThresholdimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::adaptivethresholdimage
|
|
* @todo Implement testAdaptivethresholdimage().
|
|
*/
|
|
public function testAdaptivethresholdimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::blackthresholdimage
|
|
* @todo Implement testBlackthresholdimage().
|
|
*/
|
|
public function testBlackthresholdimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::whitethresholdimage
|
|
* @todo Implement testWhitethresholdimage().
|
|
*/
|
|
public function testWhitethresholdimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::appendimages
|
|
* @todo Implement testAppendimages().
|
|
*/
|
|
public function testAppendimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::charcoalimage
|
|
* @todo Implement testCharcoalimage().
|
|
*/
|
|
public function testCharcoalimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::normalizeimage
|
|
* @todo Implement testNormalizeimage().
|
|
*/
|
|
public function testNormalizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::oilpaintimage
|
|
* @todo Implement testOilpaintimage().
|
|
*/
|
|
public function testOilpaintimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::posterizeimage
|
|
* @todo Implement testPosterizeimage().
|
|
*/
|
|
public function testPosterizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::radialblurimage
|
|
* @todo Implement testRadialblurimage().
|
|
*/
|
|
public function testRadialblurimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::raiseimage
|
|
* @todo Implement testRaiseimage().
|
|
*/
|
|
public function testRaiseimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::resampleimage
|
|
* @todo Implement testResampleimage().
|
|
*/
|
|
public function testResampleimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::resizeimage
|
|
* @todo Implement testResizeimage().
|
|
*/
|
|
public function testResizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::rollimage
|
|
* @todo Implement testRollimage().
|
|
*/
|
|
public function testRollimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::rotateimage
|
|
* @todo Implement testRotateimage().
|
|
*/
|
|
public function testRotateimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::sampleimage
|
|
* @todo Implement testSampleimage().
|
|
*/
|
|
public function testSampleimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::solarizeimage
|
|
* @todo Implement testSolarizeimage().
|
|
*/
|
|
public function testSolarizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::shadowimage
|
|
* @todo Implement testShadowimage().
|
|
*/
|
|
public function testShadowimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageattribute
|
|
* @todo Implement testSetimageattribute().
|
|
*/
|
|
public function testSetimageattribute()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagebackgroundcolor
|
|
* @todo Implement testSetimagebackgroundcolor().
|
|
*/
|
|
public function testSetimagebackgroundcolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagecompose
|
|
* @todo Implement testSetimagecompose().
|
|
*/
|
|
public function testSetimagecompose()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagecompression
|
|
* @todo Implement testSetimagecompression().
|
|
*/
|
|
public function testSetimagecompression()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagedelay
|
|
* @todo Implement testSetimagedelay().
|
|
*/
|
|
public function testSetimagedelay()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagedepth
|
|
* @todo Implement testSetimagedepth().
|
|
*/
|
|
public function testSetimagedepth()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagegamma
|
|
* @todo Implement testSetimagegamma().
|
|
*/
|
|
public function testSetimagegamma()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageiterations
|
|
* @todo Implement testSetimageiterations().
|
|
*/
|
|
public function testSetimageiterations()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagemattecolor
|
|
* @todo Implement testSetimagemattecolor().
|
|
*/
|
|
public function testSetimagemattecolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagepage
|
|
* @todo Implement testSetimagepage().
|
|
*/
|
|
public function testSetimagepage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageprogressmonitor
|
|
* @todo Implement testSetimageprogressmonitor().
|
|
*/
|
|
public function testSetimageprogressmonitor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageresolution
|
|
* @todo Implement testSetimageresolution().
|
|
*/
|
|
public function testSetimageresolution()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagescene
|
|
* @todo Implement testSetimagescene().
|
|
*/
|
|
public function testSetimagescene()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagetickspersecond
|
|
* @todo Implement testSetimagetickspersecond().
|
|
*/
|
|
public function testSetimagetickspersecond()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagetype
|
|
* @todo Implement testSetimagetype().
|
|
*/
|
|
public function testSetimagetype()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageunits
|
|
* @todo Implement testSetimageunits().
|
|
*/
|
|
public function testSetimageunits()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::sharpenimage
|
|
* @todo Implement testSharpenimage().
|
|
*/
|
|
public function testSharpenimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::shaveimage
|
|
* @todo Implement testShaveimage().
|
|
*/
|
|
public function testShaveimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::shearimage
|
|
* @todo Implement testShearimage().
|
|
*/
|
|
public function testShearimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::spliceimage
|
|
* @todo Implement testSpliceimage().
|
|
*/
|
|
public function testSpliceimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::pingimage
|
|
* @todo Implement testPingimage().
|
|
*/
|
|
public function testPingimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::readimagefile
|
|
* @todo Implement testReadimagefile().
|
|
*/
|
|
public function testReadimagefile()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::displayimage
|
|
* @todo Implement testDisplayimage().
|
|
*/
|
|
public function testDisplayimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::displayimages
|
|
* @todo Implement testDisplayimages().
|
|
*/
|
|
public function testDisplayimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::spreadimage
|
|
* @todo Implement testSpreadimage().
|
|
*/
|
|
public function testSpreadimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::swirlimage
|
|
* @todo Implement testSwirlimage().
|
|
*/
|
|
public function testSwirlimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::stripimage
|
|
* @todo Implement testStripimage().
|
|
*/
|
|
public function testStripimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::queryformats
|
|
* @todo Implement testQueryformats().
|
|
*/
|
|
public function testQueryformats()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::queryfonts
|
|
* @todo Implement testQueryfonts().
|
|
*/
|
|
public function testQueryfonts()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::queryfontmetrics
|
|
* @todo Implement testQueryfontmetrics().
|
|
*/
|
|
public function testQueryfontmetrics()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::steganoimage
|
|
* @todo Implement testSteganoimage().
|
|
*/
|
|
public function testSteganoimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::addnoiseimage
|
|
* @todo Implement testAddnoiseimage().
|
|
*/
|
|
public function testAddnoiseimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::motionblurimage
|
|
* @todo Implement testMotionblurimage().
|
|
*/
|
|
public function testMotionblurimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::mosaicimages
|
|
* @todo Implement testMosaicimages().
|
|
*/
|
|
public function testMosaicimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::morphimages
|
|
* @todo Implement testMorphimages().
|
|
*/
|
|
public function testMorphimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::minifyimage
|
|
* @todo Implement testMinifyimage().
|
|
*/
|
|
public function testMinifyimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::affinetransformimage
|
|
* @todo Implement testAffinetransformimage().
|
|
*/
|
|
public function testAffinetransformimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::averageimages
|
|
* @todo Implement testAverageimages().
|
|
*/
|
|
public function testAverageimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::borderimage
|
|
* @todo Implement testBorderimage().
|
|
*/
|
|
public function testBorderimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::chopimage
|
|
* @todo Implement testChopimage().
|
|
*/
|
|
public function testChopimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::clipimage
|
|
* @todo Implement testClipimage().
|
|
*/
|
|
public function testClipimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::clippathimage
|
|
* @todo Implement testClippathimage().
|
|
*/
|
|
public function testClippathimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::clipimagepath
|
|
* @todo Implement testClipimagepath().
|
|
*/
|
|
public function testClipimagepath()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::coalesceimages
|
|
* @todo Implement testCoalesceimages().
|
|
*/
|
|
public function testCoalesceimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::colorfloodfillimage
|
|
* @todo Implement testColorfloodfillimage().
|
|
*/
|
|
public function testColorfloodfillimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::colorizeimage
|
|
* @todo Implement testColorizeimage().
|
|
*/
|
|
public function testColorizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::compareimagechannels
|
|
* @todo Implement testCompareimagechannels().
|
|
*/
|
|
public function testCompareimagechannels()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::compareimages
|
|
* @todo Implement testCompareimages().
|
|
*/
|
|
public function testCompareimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::contrastimage
|
|
* @todo Implement testContrastimage().
|
|
*/
|
|
public function testContrastimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::combineimages
|
|
* @todo Implement testCombineimages().
|
|
*/
|
|
public function testCombineimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::convolveimage
|
|
* @todo Implement testConvolveimage().
|
|
*/
|
|
public function testConvolveimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::cyclecolormapimage
|
|
* @todo Implement testCyclecolormapimage().
|
|
*/
|
|
public function testCyclecolormapimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::deconstructimages
|
|
* @todo Implement testDeconstructimages().
|
|
*/
|
|
public function testDeconstructimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::despeckleimage
|
|
* @todo Implement testDespeckleimage().
|
|
*/
|
|
public function testDespeckleimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::edgeimage
|
|
* @todo Implement testEdgeimage().
|
|
*/
|
|
public function testEdgeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::embossimage
|
|
* @todo Implement testEmbossimage().
|
|
*/
|
|
public function testEmbossimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::enhanceimage
|
|
* @todo Implement testEnhanceimage().
|
|
*/
|
|
public function testEnhanceimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::equalizeimage
|
|
* @todo Implement testEqualizeimage().
|
|
*/
|
|
public function testEqualizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::evaluateimage
|
|
* @todo Implement testEvaluateimage().
|
|
*/
|
|
public function testEvaluateimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::flattenimages
|
|
* @todo Implement testFlattenimages().
|
|
*/
|
|
public function testFlattenimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::flipimage
|
|
* @todo Implement testFlipimage().
|
|
*/
|
|
public function testFlipimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::flopimage
|
|
* @todo Implement testFlopimage().
|
|
*/
|
|
public function testFlopimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::frameimage
|
|
* @todo Implement testFrameimage().
|
|
*/
|
|
public function testFrameimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::fximage
|
|
* @todo Implement testFximage().
|
|
*/
|
|
public function testFximage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::gammaimage
|
|
* @todo Implement testGammaimage().
|
|
*/
|
|
public function testGammaimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::gaussianblurimage
|
|
* @todo Implement testGaussianblurimage().
|
|
*/
|
|
public function testGaussianblurimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageattribute
|
|
* @todo Implement testGetimageattribute().
|
|
*/
|
|
public function testGetimageattribute()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagebackgroundcolor
|
|
* @todo Implement testGetimagebackgroundcolor().
|
|
*/
|
|
public function testGetimagebackgroundcolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageblueprimary
|
|
* @todo Implement testGetimageblueprimary().
|
|
*/
|
|
public function testGetimageblueprimary()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagebordercolor
|
|
* @todo Implement testGetimagebordercolor().
|
|
*/
|
|
public function testGetimagebordercolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechanneldepth
|
|
* @todo Implement testGetimagechanneldepth().
|
|
*/
|
|
public function testGetimagechanneldepth()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechanneldistortion
|
|
* @todo Implement testGetimagechanneldistortion().
|
|
*/
|
|
public function testGetimagechanneldistortion()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechannelextrema
|
|
* @todo Implement testGetimagechannelextrema().
|
|
*/
|
|
public function testGetimagechannelextrema()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechannelmean
|
|
* @todo Implement testGetimagechannelmean().
|
|
*/
|
|
public function testGetimagechannelmean()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagechannelstatistics
|
|
* @todo Implement testGetimagechannelstatistics().
|
|
*/
|
|
public function testGetimagechannelstatistics()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagecolormapcolor
|
|
* @todo Implement testGetimagecolormapcolor().
|
|
*/
|
|
public function testGetimagecolormapcolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagecolorspace
|
|
* @todo Implement testGetimagecolorspace().
|
|
*/
|
|
public function testGetimagecolorspace()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagecompose
|
|
* @todo Implement testGetimagecompose().
|
|
*/
|
|
public function testGetimagecompose()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagedelay
|
|
* @todo Implement testGetimagedelay().
|
|
*/
|
|
public function testGetimagedelay()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagedepth
|
|
* @todo Implement testGetimagedepth().
|
|
*/
|
|
public function testGetimagedepth()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagedistortion
|
|
* @todo Implement testGetimagedistortion().
|
|
*/
|
|
public function testGetimagedistortion()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageextrema
|
|
* @todo Implement testGetimageextrema().
|
|
*/
|
|
public function testGetimageextrema()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagedispose
|
|
* @todo Implement testGetimagedispose().
|
|
*/
|
|
public function testGetimagedispose()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagegamma
|
|
* @todo Implement testGetimagegamma().
|
|
*/
|
|
public function testGetimagegamma()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagegreenprimary
|
|
* @todo Implement testGetimagegreenprimary().
|
|
*/
|
|
public function testGetimagegreenprimary()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageheight
|
|
* @todo Implement testGetimageheight().
|
|
*/
|
|
public function testGetimageheight()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagehistogram
|
|
* @todo Implement testGetimagehistogram().
|
|
*/
|
|
public function testGetimagehistogram()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageinterlacescheme
|
|
* @todo Implement testGetimageinterlacescheme().
|
|
*/
|
|
public function testGetimageinterlacescheme()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageiterations
|
|
* @todo Implement testGetimageiterations().
|
|
*/
|
|
public function testGetimageiterations()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagemattecolor
|
|
* @todo Implement testGetimagemattecolor().
|
|
*/
|
|
public function testGetimagemattecolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagepage
|
|
* @todo Implement testGetimagepage().
|
|
*/
|
|
public function testGetimagepage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagepixelcolor
|
|
* @todo Implement testGetimagepixelcolor().
|
|
*/
|
|
public function testGetimagepixelcolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageprofile
|
|
* @todo Implement testGetimageprofile().
|
|
*/
|
|
public function testGetimageprofile()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageredprimary
|
|
* @todo Implement testGetimageredprimary().
|
|
*/
|
|
public function testGetimageredprimary()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagerenderingintent
|
|
* @todo Implement testGetimagerenderingintent().
|
|
*/
|
|
public function testGetimagerenderingintent()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageresolution
|
|
* @todo Implement testGetimageresolution().
|
|
*/
|
|
public function testGetimageresolution()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagescene
|
|
* @todo Implement testGetimagescene().
|
|
*/
|
|
public function testGetimagescene()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagesignature
|
|
* @todo Implement testGetimagesignature().
|
|
*/
|
|
public function testGetimagesignature()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagetickspersecond
|
|
* @todo Implement testGetimagetickspersecond().
|
|
*/
|
|
public function testGetimagetickspersecond()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagetype
|
|
* @todo Implement testGetimagetype().
|
|
*/
|
|
public function testGetimagetype()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageunits
|
|
* @todo Implement testGetimageunits().
|
|
*/
|
|
public function testGetimageunits()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagevirtualpixelmethod
|
|
* @todo Implement testGetimagevirtualpixelmethod().
|
|
*/
|
|
public function testGetimagevirtualpixelmethod()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagewhitepoint
|
|
* @todo Implement testGetimagewhitepoint().
|
|
*/
|
|
public function testGetimagewhitepoint()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagewidth
|
|
* @todo Implement testGetimagewidth().
|
|
*/
|
|
public function testGetimagewidth()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getnumberimages
|
|
* @todo Implement testGetnumberimages().
|
|
*/
|
|
public function testGetnumberimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimagetotalinkdensity
|
|
* @todo Implement testGetimagetotalinkdensity().
|
|
*/
|
|
public function testGetimagetotalinkdensity()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimageregion
|
|
* @todo Implement testGetimageregion().
|
|
*/
|
|
public function testGetimageregion()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::implodeimage
|
|
* @todo Implement testImplodeimage().
|
|
*/
|
|
public function testImplodeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::levelimage
|
|
* @todo Implement testLevelimage().
|
|
*/
|
|
public function testLevelimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::magnifyimage
|
|
* @todo Implement testMagnifyimage().
|
|
*/
|
|
public function testMagnifyimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::mapimage
|
|
* @todo Implement testMapimage().
|
|
*/
|
|
public function testMapimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::mattefloodfillimage
|
|
* @todo Implement testMattefloodfillimage().
|
|
*/
|
|
public function testMattefloodfillimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::medianfilterimage
|
|
* @todo Implement testMedianfilterimage().
|
|
*/
|
|
public function testMedianfilterimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::negateimage
|
|
* @todo Implement testNegateimage().
|
|
*/
|
|
public function testNegateimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::paintopaqueimage
|
|
* @todo Implement testPaintopaqueimage().
|
|
*/
|
|
public function testPaintopaqueimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::painttransparentimage
|
|
* @todo Implement testPainttransparentimage().
|
|
*/
|
|
public function testPainttransparentimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::previewimages
|
|
* @todo Implement testPreviewimages().
|
|
*/
|
|
public function testPreviewimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::profileimage
|
|
* @todo Implement testProfileimage().
|
|
*/
|
|
public function testProfileimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::quantizeimage
|
|
* @todo Implement testQuantizeimage().
|
|
*/
|
|
public function testQuantizeimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::quantizeimages
|
|
* @todo Implement testQuantizeimages().
|
|
*/
|
|
public function testQuantizeimages()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::reducenoiseimage
|
|
* @todo Implement testReducenoiseimage().
|
|
*/
|
|
public function testReducenoiseimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::removeimageprofile
|
|
* @todo Implement testRemoveimageprofile().
|
|
*/
|
|
public function testRemoveimageprofile()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::separateimagechannel
|
|
* @todo Implement testSeparateimagechannel().
|
|
*/
|
|
public function testSeparateimagechannel()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::sepiatoneimage
|
|
* @todo Implement testSepiatoneimage().
|
|
*/
|
|
public function testSepiatoneimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagebias
|
|
* @todo Implement testSetimagebias().
|
|
*/
|
|
public function testSetimagebias()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageblueprimary
|
|
* @todo Implement testSetimageblueprimary().
|
|
*/
|
|
public function testSetimageblueprimary()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagebordercolor
|
|
* @todo Implement testSetimagebordercolor().
|
|
*/
|
|
public function testSetimagebordercolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagechanneldepth
|
|
* @todo Implement testSetimagechanneldepth().
|
|
*/
|
|
public function testSetimagechanneldepth()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagecolormapcolor
|
|
* @todo Implement testSetimagecolormapcolor().
|
|
*/
|
|
public function testSetimagecolormapcolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagecolorspace
|
|
* @todo Implement testSetimagecolorspace().
|
|
*/
|
|
public function testSetimagecolorspace()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagedispose
|
|
* @todo Implement testSetimagedispose().
|
|
*/
|
|
public function testSetimagedispose()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageextent
|
|
* @todo Implement testSetimageextent().
|
|
*/
|
|
public function testSetimageextent()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagegreenprimary
|
|
* @todo Implement testSetimagegreenprimary().
|
|
*/
|
|
public function testSetimagegreenprimary()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageinterlacescheme
|
|
* @todo Implement testSetimageinterlacescheme().
|
|
*/
|
|
public function testSetimageinterlacescheme()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageprofile
|
|
* @todo Implement testSetimageprofile().
|
|
*/
|
|
public function testSetimageprofile()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimageredprimary
|
|
* @todo Implement testSetimageredprimary().
|
|
*/
|
|
public function testSetimageredprimary()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagerenderingintent
|
|
* @todo Implement testSetimagerenderingintent().
|
|
*/
|
|
public function testSetimagerenderingintent()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagevirtualpixelmethod
|
|
* @todo Implement testSetimagevirtualpixelmethod().
|
|
*/
|
|
public function testSetimagevirtualpixelmethod()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimagewhitepoint
|
|
* @todo Implement testSetimagewhitepoint().
|
|
*/
|
|
public function testSetimagewhitepoint()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::sigmoidalcontrastimage
|
|
* @todo Implement testSigmoidalcontrastimage().
|
|
*/
|
|
public function testSigmoidalcontrastimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::stereoimage
|
|
* @todo Implement testStereoimage().
|
|
*/
|
|
public function testStereoimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::textureimage
|
|
* @todo Implement testTextureimage().
|
|
*/
|
|
public function testTextureimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::tintimage
|
|
* @todo Implement testTintimage().
|
|
*/
|
|
public function testTintimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::unsharpmaskimage
|
|
* @todo Implement testUnsharpmaskimage().
|
|
*/
|
|
public function testUnsharpmaskimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getimage
|
|
* @todo Implement testGetimage().
|
|
*/
|
|
public function testGetimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::addimage
|
|
* @todo Implement testAddimage().
|
|
*/
|
|
public function testAddimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setimage
|
|
* @todo Implement testSetimage().
|
|
*/
|
|
public function testSetimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::newimage
|
|
* @todo Implement testNewimage().
|
|
*/
|
|
public function testNewimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::newpseudoimage
|
|
* @todo Implement testNewpseudoimage().
|
|
*/
|
|
public function testNewpseudoimage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getcompression
|
|
* @todo Implement testGetcompression().
|
|
*/
|
|
public function testGetcompression()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getcompressionquality
|
|
* @todo Implement testGetcompressionquality().
|
|
*/
|
|
public function testGetcompressionquality()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getcopyright
|
|
* @todo Implement testGetcopyright().
|
|
*/
|
|
public function testGetcopyright()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getfilename
|
|
* @todo Implement testGetfilename().
|
|
*/
|
|
public function testGetfilename()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getformat
|
|
* @todo Implement testGetformat().
|
|
*/
|
|
public function testGetformat()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::gethomeurl
|
|
* @todo Implement testGethomeurl().
|
|
*/
|
|
public function testGethomeurl()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getinterlacescheme
|
|
* @todo Implement testGetinterlacescheme().
|
|
*/
|
|
public function testGetinterlacescheme()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getoption
|
|
* @todo Implement testGetoption().
|
|
*/
|
|
public function testGetoption()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getpackagename
|
|
* @todo Implement testGetpackagename().
|
|
*/
|
|
public function testGetpackagename()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getpage
|
|
* @todo Implement testGetpage().
|
|
*/
|
|
public function testGetpage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getquantumdepth
|
|
* @todo Implement testGetquantumdepth().
|
|
*/
|
|
public function testGetquantumdepth()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getquantumrange
|
|
* @todo Implement testGetquantumrange().
|
|
*/
|
|
public function testGetquantumrange()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getreleasedate
|
|
* @todo Implement testGetreleasedate().
|
|
*/
|
|
public function testGetreleasedate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getresource
|
|
* @todo Implement testGetresource().
|
|
*/
|
|
public function testGetresource()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getresourcelimit
|
|
* @todo Implement testGetresourcelimit().
|
|
*/
|
|
public function testGetresourcelimit()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getsamplingfactors
|
|
* @todo Implement testGetsamplingfactors().
|
|
*/
|
|
public function testGetsamplingfactors()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getsize
|
|
* @todo Implement testGetsize().
|
|
*/
|
|
public function testGetsize()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::getversion
|
|
* @todo Implement testGetversion().
|
|
*/
|
|
public function testGetversion()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setbackgroundcolor
|
|
* @todo Implement testSetbackgroundcolor().
|
|
*/
|
|
public function testSetbackgroundcolor()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setcompression
|
|
* @todo Implement testSetcompression().
|
|
*/
|
|
public function testSetcompression()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setcompressionquality
|
|
* @todo Implement testSetcompressionquality().
|
|
*/
|
|
public function testSetcompressionquality()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setfilename
|
|
* @todo Implement testSetfilename().
|
|
*/
|
|
public function testSetfilename()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setformat
|
|
* @todo Implement testSetformat().
|
|
*/
|
|
public function testSetformat()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setinterlacescheme
|
|
* @todo Implement testSetinterlacescheme().
|
|
*/
|
|
public function testSetinterlacescheme()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setoption
|
|
* @todo Implement testSetoption().
|
|
*/
|
|
public function testSetoption()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setpage
|
|
* @todo Implement testSetpage().
|
|
*/
|
|
public function testSetpage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setresourcelimit
|
|
* @todo Implement testSetresourcelimit().
|
|
*/
|
|
public function testSetresourcelimit()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setresolution
|
|
* @todo Implement testSetresolution().
|
|
*/
|
|
public function testSetresolution()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setsamplingfactors
|
|
* @todo Implement testSetsamplingfactors().
|
|
*/
|
|
public function testSetsamplingfactors()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::setsize
|
|
* @todo Implement testSetsize().
|
|
*/
|
|
public function testSetsize()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::settype
|
|
* @todo Implement testSettype().
|
|
*/
|
|
public function testSettype()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::key
|
|
* @todo Implement testKey().
|
|
*/
|
|
public function testKey()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::next
|
|
* @todo Implement testNext().
|
|
*/
|
|
public function testNext()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::rewind
|
|
* @todo Implement testRewind().
|
|
*/
|
|
public function testRewind()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::valid
|
|
* @todo Implement testValid().
|
|
*/
|
|
public function testValid()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers Imagick::current
|
|
* @todo Implement testCurrent().
|
|
*/
|
|
public function testCurrent()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
}
|
|
|