faressoft / terminalizer

🦄 Record your terminal and generate animated gif images or share a web player
https://terminalizer.com
MIT License
15.39k stars 500 forks source link

Fix: Use Temporary Directory for GIF Rendering (Fixes #216) #226

Closed faressoft closed 1 year ago

faressoft commented 1 year ago

This pull request addresses multiple issues and introduces improvements to the rendering process for GIF generation. The following issues have been fixed: #23, #29, #112, #175, #211, #216, #227 and #7.

The main issue encountered was a permission error preventing the rendering of GIF files. Users were unable to create the required directories due to insufficient permissions. To resolve this issue, this PR introduces the usage of a temporary directory for storing the rendered frames during the GIF generation process.

Changes Made:

Benefits:

Testing: