diff options
author | 2024-08-31 08:41:38 +0000 | |
---|---|---|
committer | 2024-08-31 10:41:38 +0200 | |
commit | 0a1555521d8579b6971f408d298b201c8fd59140 (patch) | |
tree | d1179eb3c223c2989d1e6cd088e3da7ec3a5980b /vendor/github.com/disintegration/imaging/doc.go | |
parent | [chore] Close copied request body in SignDelivery (#3254) (diff) | |
download | gotosocial-0a1555521d8579b6971f408d298b201c8fd59140.tar.xz |
[performance] use single-threaded image transforms (#3252)
* 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
Diffstat (limited to 'vendor/github.com/disintegration/imaging/doc.go')
-rw-r--r-- | vendor/github.com/disintegration/imaging/doc.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/disintegration/imaging/doc.go b/vendor/github.com/disintegration/imaging/doc.go deleted file mode 100644 index c98c91250..000000000 --- a/vendor/github.com/disintegration/imaging/doc.go +++ /dev/null @@ -1,7 +0,0 @@ -/* -Package imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.). - -All the image processing functions provided by the package accept any image type that implements image.Image interface -as an input, and return a new image of *image.NRGBA type (32bit RGBA colors, non-premultiplied alpha). -*/ -package imaging |