15 Commits

Author SHA1 Message Date
Pixelguy14
edfbb77f58 Added bloom filters custom API, thread safety for multithreading several important functions, streaming processing to reduce GC and Memory allocations calls, buffer pool changed with lock safety, and debug memory monitoring to track leaks, alongside better loading times in general 2025-11-09 13:41:29 -06:00
Pixelguy14
a8c2dfcc91 Implementing foundations for multithreading, standarized mzml converter, profile/centroid detection per pixel, memory-efficient buffer reuse, added preparations to bloom filter alongside buffer pulling, removed memory leaks on linux due to @async macro used on @app module, better error management 2025-11-06 16:43:34 -06:00
Pixelguy14
b1d7838a60 Implemented imzml and mzml lazy loading, imzml to load spectra matrix, working on mzml to imzml 2025-09-25 10:42:33 -06:00
Pixelguy14
e3e987f0cd Fixed some errors to get ready for release 2025-02-15 15:40:13 -06:00
Pixelguy14
fdd625d3e0 Bitmap is now normalized in creation, which evenly distributes colors of the colorTable better, now IntQuant allows for coloLevel adjustments 2025-01-30 00:40:01 -06:00
Pixelguy14
df0d82910b Alternative versions of SaveBitMap and IntQuant for adjustments to the color level input 2025-01-29 15:55:30 -06:00
Pixelguy14
7667bc26e9 Images are now plots, now you can select the pixel of the plot to create a spectra according to those coordenates, gave more clearness to the code by creating functions for some processes 2025-01-26 13:48:18 -06:00
Pixelguy14
09e4a015e0 Added plot interaction to the UI, improved boot loading, modified UI to accomodate for these changes 2025-01-22 23:58:06 -06:00
Pixelguy14
bf50d0cb0c started the inclusion of click interaction for plots 2025-01-20 16:24:19 -06:00
Pixelguy14
c92576d5a5 Finished tabs and compare views, added file search to ease access to files, corrected minimal fixes 2025-01-16 16:22:32 -06:00
Pixelguy14
13a5f7f222 3d plot fixes and UI corrections 2025-01-15 15:45:03 -06:00
Pixelguy14
e3cd15157e fixed genie package install 2025-01-15 11:38:49 -06:00
Pixelguy14
645d569f03 Finished the 3d plot topology for images, added contour plots for images, added algebra, fixed image vertical flipping, experimental changes for a faster first boot 2025-01-14 20:57:42 -06:00
Pixelguy14
c2ffbc8275 3d plot contours, fixed startup script 2025-01-13 12:50:57 -06:00
Pixelguy14
04f7a107da Quicker start for the app, better UI, More responsiveness, code cleaning, and more readability for the code 2025-01-11 22:14:24 -06:00