TimvanScherpenzeel / texture-compressor

CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.
MIT License
198 stars 40 forks source link

ASTC sometimes fails to read temporary outputted image from temporary folder #4

Closed TimvanScherpenzeel closed 6 years ago

TimvanScherpenzeel commented 6 years ago

screen shot 2018-04-11 at 11 10 22

This is likely solved with a small timeout or an extra promise to check if the temporary folder already exists. After the file system is 'warmed up' the error does not appear anymore.

TimvanScherpenzeel commented 6 years ago

Closing as it appears to be solved in PR #9. If the issue occurs again I'll re-open the ticket.