Philip M. Gollucci wrote:
I'm pretty sure this is really outdated and very special use case.
This requirement comes from MAINTAINERS file and image conversions --
<snip>
== perl -le 'for (@ARGV) { print STDERR "converting $_\n"; \ s/\.\w+$//; \
== system "pngtopnm $_.png | pnmquant 256 | ppmtogif > $_.gif" } '
*.png
</snip>
pngtopnm et al are part of netpbm.
<snip>
dia generates .png files via its export method. As older browsers
won't recognize .png or crash, we want to use gifs instead. Here is
how to convert png files to gif files:
</snip>
I'd say any browser that can't deal with .png's we can toss at this point.
Maybe you found your first commit :)
Before I start on this, you mean i should update the build process to
not bother converting the png's to gif, and the templates to use the
png's instead of the gifs, thus getting rid of the dependency on netpbm.
right?
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscr...@perl.apache.org
For additional commands, e-mail: docs-dev-h...@perl.apache.org