check for invalid tile row and column number
image writer:add_header()
exception in image writer
get_tile_width() and get_tile_height()
minimalistic 2D image writer
added get_width and get_height
get_total_pixels
small optimisation
fix loading tiles
error when using 'decimal' convert mode
fix calculation number of tiles
fix loading headers
opening file fixes and debug
tiles grid info
retrieve current tile
convert pixels values
convert pixels draft
set_current_tile()
read headers records to initialize tiled reader
part of tile setting functions
tile setting functions
class for tiled read draft
refined description of compatibility option
refined description of compatibility option
some code documentation
is_end_header() may be called statically
function description
fix to statically calling split_header()
fix split_header() may be called statically
compatibility description
fix value indicator compatibility and report error for float values with invalid value indicator
require_space_in_value_indicator() documentation
fix recognizing string values
compatibility option for value indicator
split_header() rewritten from scratch to (mostly) conform to FITS standard
fix reading commentary headers
fix references to class constants
split_header(): recognize comments in headers
seek_end_header()
load all headers, get header by keyword, and parse test fix
access to properties from derived class
split_header()
read_header case 'prev'
read_header case 'next' and some rethink done
read_header() draft
is_end_header() and parse test
position of END header must be known before headers may be readed with random order
headers parser draft
can use ftell()
base class draft
Initial commit