Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2024-08-31 | [performance] use single-threaded image transforms (#3252) | 1 | ||
* use single-threaded image resizing in native code so we have more control over goroutines * implement parallel-free versions of image transform functions also * remove debug code | ||||
2022-08-10 | [bugfix] Fix thumbnails not taking exif rotation into account (#746) | 1 | ||
* use disintegration/imaging instead of nfnt/resize * update tests * use disintegration lib for thumbing (if necessary) |