gdl
gdl copied to clipboard
GDL - GNU Data Language
**WARNING** This is a huge revamping of the graphics part of gdl. **AT THE MOMENT IT DOES NOT WORK UNDER WINDOWS** To reproduce exactly IDL's 3D behaviour, I have hacked...
Note: I use GDL Command Line in Windows, Version 1.0.1 I am unable to interact with the GDL's visualization window: By interact, I mean there's no option to zoon, rotate,...
should be OK with 16 bit aware versions of IM and GM.
It seems that `magick_write` is always converting images to uint16 types, when that should not happen for byte inputs. For PNG files this results in a file that has values...
Yes, this problem may depend on various parameters but this code don't work on my laptop for PNG (just uniformly black) on current GDL git version on U22.04 ``` pro...
see #1350 **power of two is the main target** but consider using ipow() defined in math_fun_jmg.cpp such as `z=d^2 ;--> way faster as d*d than calling pow(d,2) as GDL does...
This method to undefine a variable and free memory does not work in GDL: ``` IDL> a=lindgen(1000000l) IDL> !null=temporary(a) IDL> help, a A UNDEFINED = IDL> GDL> a=lindgen(1000000l) GDL> !null=temporary(a)...
And going back in the past all GDL versions tested since 1.0.0 in august 2021 are buggy ``` GDL> rr=findgen(1000)-10 GDL> ee=alog(rr) GDL> print, min(ee), max(ee) -NaN -NaN GDL> ee=sqrt(rr)...
When installing gdl on Linux debian-gnu-linux-10 4.19.0-17-arm64 #1 SMP Debian 4.19.194-3 (2021-07-18) aarch64 GNU/Linux Then the package suggestion for GraphicsMagick is : (suitable Debian/Ubuntu package: libmagick++-dev) while I needed to...
Work in progress. GDLDE is not working yet!