summaryrefslogtreecommitdiff
path: root/vendor/github.com/disintegration/imaging/doc.go
AgeCommit message (Collapse)AuthorFiles
2024-08-31[performance] use single-threaded image transforms (#3252)Libravatar kim1
* 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)Libravatar tobi1
* use disintegration/imaging instead of nfnt/resize * update tests * use disintegration lib for thumbing (if necessary)