Re: [PATCH] scripts/pnmtologo: fix for plain PBM

2012-11-20 Thread Michal Marek
On Thu, Oct 18, 2012 at 11:08:49AM +0200, Andreas Bießmann wrote: > PBM generated with current tools do not have a whitespace between the digits. > Therefore the pnmtologo tool fails to gernerate the required C-Array for these > images. This patch fixes that behaviour and can handle both 'old styl

[PATCH] scripts/pnmtologo: fix for plain PBM

2012-10-18 Thread Andreas Bießmann
PBM generated with current tools do not have a whitespace between the digits. Therefore the pnmtologo tool fails to gernerate the required C-Array for these images. This patch fixes that behaviour and can handle both 'old style' and 'new style' PBM files. Signed-off-by: Andreas Bießmann --- scr