pub fn parse(src: &str) -> Result<Picture, ParseError>
Parse a full source string into a Picture.
Picture