loaders: PNM: Optimize Save()
commit31309d970cc83b67dd89a2afbd985b2980624200
authorCyril Hrubis <metan@ucw.cz>
Fri, 8 Nov 2013 11:53:40 +0000 (8 12:53 +0100)
committerCyril Hrubis <metan@ucw.cz>
Fri, 8 Nov 2013 11:53:40 +0000 (8 12:53 +0100)
tree21f9e597ed32056d6b7f9943ac6dca19591c38fd
parent7e200feb57b68400cca6b27a5fb6d87c9692021e
loaders: PNM: Optimize Save()

This adds custom function to write ASCII byte into a file which is more
than five times faster than printf("%u", byte).

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
libs/loaders/GP_PNM.c