'Verse 1', 'color' => [0.0, 0.0, 0.0, 1.0], 'slides' => [ [ 'media' => 'test-background.png', 'format' => 'png', 'label' => 'test-background.png', 'bundleRelative' => true, ], ], ], ], [['name' => 'normal', 'groupNames' => ['Verse 1']]], ); $bundle = new PresentationBundle($song, 'TestBild.pro', ['test-background.png' => $imageBytes]); ProBundleWriter::write($bundle, $refDir . '/TestBild.probundle'); echo "TestBild.probundle written\n";