Re: [PATCH 0/9] Get rid of bitmap images

2016-11-30 Thread Mauro Carvalho Chehab
Em Mon, 28 Nov 2016 18:09:46 -0700 Jonathan Corbet escreveu: > On Sun, 20 Nov 2016 14:08:31 -0200 > Mauro Carvalho Chehab wrote: > > > The goal of this patch series is to get rid of PNG images, using either > > graphviz > > or SVG for images. > > So the pdfdocs build fails with an error whe

Re: [PATCH 0/9] Get rid of bitmap images

2016-11-28 Thread Jonathan Corbet
On Sun, 20 Nov 2016 14:08:31 -0200 Mauro Carvalho Chehab wrote: > The goal of this patch series is to get rid of PNG images, using either > graphviz > or SVG for images. So the pdfdocs build fails with an error when I apply this... > xelatex -interaction=batchmode 'media.tex' > This is XeTeX,

Re: [Ksummit-discuss] [PATCH 0/9] Get rid of bitmap images

2016-11-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Nov 2016 17:40:27 +0200 Jani Nikula escreveu: > On Tue, 22 Nov 2016, Mauro Carvalho Chehab wrote: > > I tried both, none broke the long lines on > > Documentation/media/uapi/v4l/fieldseq_tb.svg. > > How about: > > 'tidy -xml -i Documentation/media/uapi/v4l/fieldseq_tb.svg | fmt -

Re: [Ksummit-discuss] [PATCH 0/9] Get rid of bitmap images

2016-11-22 Thread Jani Nikula
On Tue, 22 Nov 2016, Mauro Carvalho Chehab wrote: > I tried both, none broke the long lines on > Documentation/media/uapi/v4l/fieldseq_tb.svg. How about: 'tidy -xml -i Documentation/media/uapi/v4l/fieldseq_tb.svg | fmt -sw 80' Both pretty indents and folds. I think it should Just Work(tm). B

Re: [Ksummit-discuss] [PATCH 0/9] Get rid of bitmap images

2016-11-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Nov 2016 15:49:47 +0200 Jani Nikula escreveu: > On Mon, 21 Nov 2016, Mauro Carvalho Chehab wrote: > > Em Mon, 21 Nov 2016 10:44:44 -0700 > > Jonathan Corbet escreveu: > > > >> On Sun, 20 Nov 2016 14:08:31 -0200 > >> Mauro Carvalho Chehab wrote: > >> > NOTE: some images use more

Re: [Ksummit-discuss] [PATCH 0/9] Get rid of bitmap images

2016-11-22 Thread Jani Nikula
On Mon, 21 Nov 2016, Mauro Carvalho Chehab wrote: > Em Mon, 21 Nov 2016 10:44:44 -0700 > Jonathan Corbet escreveu: > >> On Sun, 20 Nov 2016 14:08:31 -0200 >> Mauro Carvalho Chehab wrote: >> > NOTE: some images use more than 998 columns, causing troubles >> > with some MTA and MUA that could refu

Re: [PATCH 0/9] Get rid of bitmap images

2016-11-21 Thread Mauro Carvalho Chehab
Em Mon, 21 Nov 2016 10:44:44 -0700 Jonathan Corbet escreveu: > On Sun, 20 Nov 2016 14:08:31 -0200 > Mauro Carvalho Chehab wrote: > > > The goal of this patch series is to get rid of PNG images, using either > > graphviz > > or SVG for images. > > > > For old images generated with xfig, stored

Re: [PATCH 0/9] Get rid of bitmap images

2016-11-21 Thread Jonathan Corbet
On Sun, 20 Nov 2016 14:08:31 -0200 Mauro Carvalho Chehab wrote: > The goal of this patch series is to get rid of PNG images, using either > graphviz > or SVG for images. > > For old images generated with xfig, stored inside PDF, just convert them to > SVG > and cleanup the images using inkscap

[PATCH 0/9] Get rid of bitmap images

2016-11-20 Thread Mauro Carvalho Chehab
The goal of this patch series is to get rid of PNG images, using either graphviz or SVG for images. For old images generated with xfig, stored inside PDF, just convert them to SVG and cleanup the images using inkscape. Other images need to be rewritten in SVG. The pipeline image is actually a gr