awmacpherson / polytope-unfolder

Python library for unfolding 4d polytopes into nets
MIT License
1 stars 1 forks source link

dpi #2

Open gemmanderson opened 1 year ago

gemmanderson commented 1 year ago

animation needs to be dpi- 1920 x 1080 animation dpi allows one value when i tried entering 1920 the file was 0 bytes i.e. did not work...

awmacpherson commented 1 year ago

1920x1080 is a resolution, not dpi. DPI of 1920 might be too large.

I'll look into adding resolutions / aspect ratio as an option, but for now you can try adjusting ANIMATION_DPI to approximate the desired resolution.