|
 |
Am 12/16/19 7:54 PM, also sprach jr:
> # mkdf3-sh
> for i in $(seq 0 255)
> do
> ppmtogif -nolzw ct_anime_$(printf %03d $i).ppm |
> giftopnm |
> pnmtopng > frm_$(printf %03d $i).png;
> sync
> done
Why do you convert to gif first? pnmtopng will read any of the netpbm
formats.
--
dik
Rendered 49,882,521,600 of 49,882,521,600 pixels (100%)
Post a reply to this message
|
 |