We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadfd6f commit d501977Copy full SHA for d501977
tests/GainmapTest.php
@@ -22,8 +22,8 @@ protected function setUp(): void
22
{
23
parent::setUp();
24
25
- if (!Vips\FFI::atLeast(8, 18)) {
26
- $this->markTestSkipped('libvips too old for gainmap test');
+ if (Vips\FFI::vips()->vips_type_find('VipsOperation', 'uhdrload') == 0) {
+ $this->markTestSkipped('requires libvips built with Ultra HDR support');
27
}
28
29
$filename = __DIR__ . '/images/ultra-hdr.jpg';
0 commit comments