algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
235 stars 51 forks source link

Enhanced the test cases for xcf files #290

Closed a523 closed 2 years ago

a523 commented 2 years ago

https://github.com/algoo/preview-generator/issues/286

PR Goal

The test case judges whether the generated image is expected by directly comparing the difference between the two image files

Implemented solution

Use this ImageHash library to do this

Checkpoints