program test implicit none use stb_image_mod use stb_image integer :: data(100,100,3), x, y, n_channels, err data = 255 data(:, :50, 1)=0 ! write to png err = write_image("image.png", data) ! write to ...
SigLib includes over 1100 fully tested DSP functions and now includes functions for Artificial Intelligence and Machine Learning. SigLib is the easiest way to develop portable signal processing ...