file.pgx_handler
Author: André Filipe da Silva Fernandes Affiliation: Embedded Computing Lab (ECL), Federal University of Santa Catarina (UFSC) Contributors:
Ismael Seidel (ismael.seidel@ufsc.br)
- Description:
This module is used to read and write PGX files.
- class PGXHeader(width: int, height: int, depth: int, byteorder: int)[source]
Bases:
object- Parameters:
width (int)
height (int)
depth (int)
byteorder (int)
- width: int
- height: int
- depth: int
- byteorder: int