Open vitusbenson opened 1 year ago
If I set Movie(..., pixelwidth=2400, pixelheight=800), (or another non-standard aspect ratio) then the resulting gif tries to strangely stretch things. It seems easy to fix though :-)
Movie(..., pixelwidth=2400, pixelheight=800)
See https://github.com/jbusecke/xmovie/blob/adebdf13ae227215d176fadca54ec396fe3f6c2b/xmovie/core.py#L546
If I set
Movie(..., pixelwidth=2400, pixelheight=800)
, (or another non-standard aspect ratio) then the resulting gif tries to strangely stretch things. It seems easy to fix though :-)See https://github.com/jbusecke/xmovie/blob/adebdf13ae227215d176fadca54ec396fe3f6c2b/xmovie/core.py#L546