Luc Patiny
Luc Patiny
Big data works pretty well in the browser for us. We process TIFF images of 1.5 Gb (electronic microscopy) in javascript in the browser without problems. Indeed some libraries are...
We adapted the code to be suitable for our needs and parse directly a large ArrayBuffer or Uint8Array. We had to change many things so that we could also parse...
A new method allow to change the border using "setBorder". This was implemented in the convolution filter.
Seems however there is a lack of support for this format so it may be a bad idea
Could use a library ? Looks interesting: https://github.com/scijs/ndarray-fft/blob/master/lib/fft-matrix.js
Could you give us the full code ? Here is the testcase we have: https://github.com/image-js/image-js/blob/d3700aa4713c5f4811882db327480b411c79bea5/src/image/transform/__tests__/cmyk.js#L5-L13
https://github.com/image-js/core/blob/master/src/compute/colorHistogram.js#L3 is a good starting point for this new methods
We should name this 'color' because we should be able to define the number of resulting colors 8, 64, 512, 4096, 32768, 262144, 2097152
In the creation of colorHistogram we use similar tricks to reduce the number of slots in the histogram https://github.com/image-js/core/blob/master/src/compute/colorHistogram.js
@JeffersonH44 Please could you evaluate this problem The goal is to remove canvas that is only used for PaintLabels. The idea is to use a truetype (or another type) of...