Audio Wave form as picture

How to extract a channel split representation of the wave form of a whole audio track in a 1024x800 picture using ffmpeg:

ffmpeg -i audio.flac -lavfi showwavespic=split_channels=1:s=1024x800 waveform.png