Markers
Table of Contents
src/Exceptions/InvalidPath.php | 1 |
src/Fits.php | 5 |
src/FitsHeader.php | 1 |
src/ImageBlob.php | 6 |
src/Keyword.php | 1 |
InvalidPath.php
Type | Line | Description |
---|---|---|
TODO | 10 | Different exception if path is not writable? |
Fits.php
Type | Line | Description |
---|---|---|
TODO | 29 | Check path for reading/writing errors |
TODO | 94 | Write exception and check extension; PNG compression? |
TODO | 101 | Write exception and check extension |
TODO | 108 | Write exception and check extension |
TODO | 115 | } |
FitsHeader.php
Type | Line | Description |
---|---|---|
TODO | 35 | Comments and keyword values could span more than one 80-bytes block... |
ImageBlob.php
Type | Line | Description |
---|---|---|
TODO | 26 | Don't assume that NAXIS = 2... |
TODO | 56 | Conversion from 16 to 8-bit? This won't work with mono images... |
TODO | 89 | Assumes 8-bit |
TODO | 112 | Throw exception if gd fails? |
TODO | 164 | This assumes RGB and produces a gigantic file... Note: pixels are treated as SVG rectangles, RGB values are extracted from bit values... (?!) |
TODO | 124 | this shouldn't be necessary... |
Keyword.php
Type | Line | Description |
---|---|---|
TODO | 11 | Add types for max lengths? |