In this code:
delete a=loadp("/home/manos/temp4.png"); a=blur(a,2,2); showp(a);
when showp is called, it thows exception when the first arg[0].getValue is called!
the program crashes when the following commands are input:
a=loadp("swiss.png"); b=blur(a,2,2);
There must be a problem with blur.
target: gnu/linux-i386 cimg-dev version: 1.2.0 englabgui version: 0.2.3-4 libenglab version: 0.2.3-5
the program crashes when the following commands are input:
a=loadp("swiss.png");
b=blur(a,2,2);
There must be a problem with blur.
target: gnu/linux-i386
cimg-dev version: 1.2.0
englabgui version: 0.2.3-4
libenglab version: 0.2.3-5