Michaël Zasso

Results 1686 comments of Michaël Zasso

What do you have in mind?

@aduh95 did you take into account in your bisect that intermediary commits in V8 updates may not build or may have other issues?

Some notes: - Specific methods should do something special in the context of a Stack, not just iterate on the images to do the same thing individually - To do...

Should all images of the stack have the same properties (dimensions, bidDepths, etc) ?

Agreed. This should be validated when the stack is created and images are added to it.

Maybe but that's difficult to do right. Stacks have an order, which is not necessarily the same as folder iteration order. You also need to know what to read (what...

You can also easily go out of memory with a large folder

I would not extend array. Its API surface is too large and we want something more abstract.

I already separated SSIM for bundling reasons and it shows an interesting effect on TypeDoc output: https://image-js.github.io/image-js/ Each export has its own top-level section. We should really reconsider this issue...

`decode` indeed covers all supported file types. You may gain some bytes by using `decodePng`, `decodeJpeg`, or `decodeTiff` if you know the file type.