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/LICENSE | |
| 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/LICENSE')
| -rw-r--r-- | vendor/github.com/disintegration/imaging/LICENSE | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/disintegration/imaging/LICENSE b/vendor/github.com/disintegration/imaging/LICENSE deleted file mode 100644 index a4144a9d2..000000000 --- a/vendor/github.com/disintegration/imaging/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2012 Grigory Dryapak - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. |
