Océane Patiny

Results 36 comments of Océane Patiny

Hi @jospueyo , we do not currently have any method to compute the confidence interval in this library. Could you explain what you would like to implement exactly (what algorithm...

Hi @TaihuLight , Thank you for your message. We are currently migrating the `image-js` library to typescript and new features are added to that repository: https://github.com/image-js/image-js-typescript. We have already implemented...

Do we want to decode or generate APNG (or both)?

Okay I see! I expected the colors to be blended even if both images are opaque. Especially if the images are RGB. Otherwise, I would remove that option on RGB...

We outlined the following application for stacks: the goal is to find the rois that blink in a tiff stack. We have to load the tiff, find the rois and...

We have the issues that the images can have different sizes in stacks, so we have to be able to align images that don't entirely overlap, which is different from...

This would be the equivalent of the [`matchAndCrop`](https://github.com/image-js/image-js/blob/8bfbcc524daafc35c35df62f5d18e7679deae7ee/src/stack/transform/matchAndCrop.js) function currently in `image-js`.

We have to add a new property to stacks called ```ts private readonly translations: Point[]; ``` We'll divide the alignment into two different methods 1) `align`: modifies the translations property...

- Align of a stack will not be based on `smartAlign`! - The align method should work on images with different sizes. - The user should specify a maximal x...