pwplus7
pwplus7
Thank You David.. I was completely off-base, until I received you note, I misunderstood CImg::RGB2XYZ() to be a conversion from inter-leaved RGB to non-interleaved CImg image format; and, thus could...
OK, ? If I want to convert from inter-leaved RGB to non-interleaved CImg image format , what 'axis_order' do I pass to permute_axes ( const char ∗const axes_order ) ?
OK, I get it now ... namy thanks On Mon, Sep 7, 2020 at 3:14 PM David Tschumperlé wrote: > The second loop cimg_forXY(img,x,y) is definitely not the same a...
?? let x= 5.4_f64; is a legit Rust stmt and not a C++ statement .. what I'm suggesting is that crate num_complex should expand this statement to include complex number...
shorter constructors like c64(1.0, 2.0) would help a bunch..The `use` stmt is no major obstacle On Wed, Feb 24, 2021 at 9:50 PM Josh Stone wrote: > Rust's f64 is...