aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/image-utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Process images in a dedicated workerChocobozzz2022-06-271-8/+17
|
* Fix various typosluz paz2022-06-071-1/+1
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-081-0/+11
|\
| * Remove exif tags when processing imagesChocobozzz2022-03-071-0/+11
| |
* | Fill width of local avatarsChocobozzz2022-03-011-4/+18
| |
* | Add basic video editor supportChocobozzz2022-02-281-2/+26
|/
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+2
| | | | Since it requires an external dependency
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+1
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-2/+2
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Prefer cover instead of contain for imagesChocobozzz2021-11-161-3/+6
|
* Fix thumbnails/previews for portrait videosChocobozzz2021-11-161-11/+32
|
* esModuleInterop to trueChocobozzz2021-08-271-3/+3
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Fix video upload with a capitalized extChocobozzz2021-06-081-3/+4
|
* Add size info in db for actor imagesChocobozzz2021-04-081-0/+6
|
* Optimize remote image processingChocobozzz2021-02-161-7/+33
|
* Add tests to gif resizerChocobozzz2020-11-251-14/+20
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-251-1/+9
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add ability to save live replayChocobozzz2020-11-091-1/+1
|
* Handle webp images from youtube-dlChocobozzz2020-07-101-5/+16
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-5/+6
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Relax videos list thumbnail api joinChocobozzz2019-04-241-5/+5
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-2/+3
|
* Fix thumbnail processingChocobozzz2018-12-041-8/+6
|
* Optimize image resizingChocobozzz2018-11-191-2/+17
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-2/+2
|
* Fix remote image fetchingChocobozzz2018-02-151-1/+1
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-0/+21