Options (1)
-fbooleanConvert a PBM image into a Nokia Operator Logo as hexcode
Example:
pbmtonokia {{[-f|-fmt]}} NEX_NOL -net {{network_operator_code}} {{path/to/image.pbm}} > {{path/to/output.hex}}Examples (6)
Convert a PBM image into a Nokia Operator Logo as hexcode
pbmtonokia [-f|-fmt] NEX_NOL -net network_operator_code path/to/image.pbm > path/to/output.hexConvert a PBM image into a Nokia Group Graphic as hexcode
pbmtonokia [-f|-fmt] NEX_NGG path/to/image.pbm > path/to/output.hexConvert a PBM image into a Nokia Picture Message with the specified text as hexcode
pbmtonokia [-f|-fmt] NEX_NPM -txt text_message path/to/image.pbm > path/to/output.hexConvert a PBM image into a Nokia Operator Logo as a NOL file
pbmtonokia [-f|-fmt] NOL path/to/image.pbm > path/to/output.nolConvert a PBM image into a Nokia Group Graphic as an NGG file
pbmtonokia [-f|-fmt] NGG path/to/image.pbm > path/to/output.nggConvert a PBM image into a Nokia Picture Message as an NPM file
pbmtonokia [-f|-fmt] NPM path/to/image.pbm > path/to/output.npmmade by @shridhargupta | data from tldr-pages