Skip to content

feat: add bmp encoding #952

feat: add bmp encoding

feat: add bmp encoding #952

Triggered via pull request May 22, 2024 11:41
Status Success
Total duration 3m 22s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  prepare
4s
nodejs / prepare
nodejs  /  lint-eslint
54s
nodejs / lint-eslint
nodejs  /  lint-prettier
36s
nodejs / lint-prettier
nodejs  /  lint-check-types
43s
nodejs / lint-check-types
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
nodejs / lint-eslint: demo/contexts/cameraContext.tsx#L33
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
nodejs / lint-eslint: demo/contexts/cameraContext.tsx#L91
Unexpected 'todo' comment: 'TODO: handle denied permission'
nodejs / lint-eslint: src/Mask.ts#L328
Missing JSDoc @returns description
nodejs / lint-eslint: src/compute/getExtrema.ts#L94
Unexpected 'todo' comment: 'TODO How to make a more performant and...'
nodejs / lint-eslint: src/draw/drawCircleOnImage.ts#L78
Unexpected 'todo' comment: 'todo: fill is not optimal we can fill...'
nodejs / lint-eslint: src/featureMatching/matching/bruteForceMatch.ts#L5
Unexpected 'todo' comment: 'todo: implement bruteForceManyMatches ->...'
nodejs / lint-eslint: src/filters/derivativeFilter.ts#L16
Unexpected 'todo' comment: 'todo: handle even sized kernels to...'
nodejs / lint-eslint: src/filters/gaussianBlur.ts#L100
Unexpected 'todo' comment: 'TODO: check if sigma can really be 0 or...'
nodejs / lint-eslint: src/load/__tests__/decodeTiff.test.ts#L7
Unexpected 'todo' comment: 'TODO: support 32 bits again.'
nodejs / lint-eslint: src/load/decodeJpeg.ts#L21
Unexpected 'todo' comment: 'TODO : handle stacks (many IFDs?)'