Пример #1
0
    public static GifCommentExtension ReadComment(Stream stream)
    {
        var comment = new GifCommentExtension();

        comment.Read(stream);
        return(comment);
    }