...and fix the example...

This commit is contained in:
Nicolò P. 2024-10-10 08:03:51 +02:00
parent 49247a353a
commit 3996272cec

View File

@ -58,6 +58,7 @@ declare(strict_types=1);
use Dumbastro\FitsPhp\Fits;
use Dumbastro\FitsPhp\FitsHeader;
use Dumbastro\FitsPhp\ImageBlob;
$fits = new Fits('bubble_nebula.fit'); // Bit-depth is 32-bit unsigned (for example)
$fitsHeader = new FitsHeader($fits->headerBlock);