if (options.bitDepth !== undefined) {
                            it('should have the correct bit-depth', function () {
                                expect(this.header.bitDepth).to.be.equal(options.bitDepth);
                            });
                        }