Releases: shiimizu/thumb-gen
Releases · shiimizu/thumb-gen
v0.3.0
This release brings the PHP VM into a C binary so we can run PHP code. The reason for this is because Zend (PHP's core engine) has altered the libgd library beyond recognition in that it's basically a whole 'nother library, with it being tightly coupled to PHP's ecosystem. This means if you want the same checksum, you'll have to use the exact method and algorithms they used to generate thumbnails.
Fixed
- b122b7f Fix generating various formats. All supported formats listed below should now generate the correct checksums in the same manner as how the PHP script does
- PNG
- JPG
- GIF