aboutsummaryrefslogtreecommitdiff
path: root/pgm-interlace.c
Commit message (Collapse)AuthorAge
* Explicitly free at exit, refactor with magical gotosHEADmasterDavid Phillips2018-01-26
|
* Fix incorrect string formatsDavid Phillips2017-12-30
|
* Begin style clean-up: initialise everything. Everything.David Phillips2016-05-16
|
* Refactor closing members of f, fix return code bug on truncated inputDavid Phillips2016-05-16
|
* Detect when no token of allowable chars can be readDavid Phillips2016-05-16
|
* Rotate to horizontal interlacing, add bufferingDavid Phillips2016-05-05
|
* Reinstate return statement in error conditionDavid Phillips2016-05-05
| | | | | This commented out during some debugging, should never have been committed without uncommenting.
* Fix typo in syntaxDavid Phillips2016-05-05
|
* Change chars used for fgetc to ints, shift pgm writing logic to own functionDavid Phillips2016-05-04
|
* Better checking of header and magic numberDavid Phillips2016-04-30
|
* Correct program name and descriptionDavid Phillips2016-04-28
|
* Error message improvementsDavid Phillips2016-04-28
|
* Rename some functions, add documentation comments to important funcsDavid Phillips2016-04-26
|
* Fallthrough cases suck, remove todo listDavid Phillips2016-04-26
|
* Handle comments as whitespaceDavid Phillips2016-04-26
|
* isspace(3) is correct to use for PGMDavid Phillips2016-04-26
|
* No more magic magicsDavid Phillips2016-04-26
|
* Add catch for non-positive white valueDavid Phillips2016-04-26
|
* Rename read_number to be more accurateDavid Phillips2016-04-26
|
* atoi -> atol to match variablesDavid Phillips2016-04-26
|
* Initialise everything for good formDavid Phillips2016-04-26
|
* Misc fixmes listDavid Phillips2016-04-23
|
* Fix token buffer overflow detection, general clean-upDavid Phillips2016-04-23
|
* Comment and whitespace fixesDavid Phillips2016-04-22
|
* Finally, proper parsing of PGM headersDavid Phillips2016-04-22
| | | | | | | The PGM header fields are all parsed and read. They are also checked to be matching across all input files before proceeding. Fixes github issue #1
* Update copyright yearDavid Phillips2016-04-22
|
* More fixmesDavid Phillips2016-04-22
|
* Scrap use of EXIT_FAILUREDavid Phillips2016-04-22
|
* WorkingDavid Phillips2016-04-20