sindresorhus / Gifski

🌈 Convert videos to high-quality GIFs on your Mac
https://sindresorhus.com/gifski
MIT License
7.83k stars 294 forks source link

Cache/Temp storage? #326

Closed Laicure closed 1 month ago

Laicure commented 1 month ago

Just want to ask where does it cache/save it's temporary data? Does it magically get deleted once the app is closed (saved or unsaved)?

I just to make sure I clean it all up, thanks!

sindresorhus commented 1 month ago

It's written the standard temporary system directory, and macOS will clean it up once in a while. The exact location is system defined.

Laicure commented 1 month ago

That's great, thanks!