Closed tenox7 closed 2 years ago
currently when gif image option is used, a page screenshot is captured in png, then encoded to gif and page + gif link is returned to client browser
instead, gif encoding should start in a goroutine and page displayed without wating
imgServer should check if if gif encoding is complete before returning image
or better yet make image/draw/draw.go:drawPaletted to use gorountines for faster render?
this is now solved by a better encoding algorithm
currently when gif image option is used, a page screenshot is captured in png, then encoded to gif and page + gif link is returned to client browser
instead, gif encoding should start in a goroutine and page displayed without wating
imgServer should check if if gif encoding is complete before returning image