Re: [Gambas-user] Segmentation fault (11) with ImageStat() function

2014-10-12 Thread Ru Vuott
Optime ! Now it works. regards vuott Dom 12/10/14, Benoît Minisini gam...@users.sourceforge.net ha scritto: Oggetto: Re: [Gambas-user] Segmentation fault (11) with ImageStat() function A: mailing list for gambas users gambas-user

[Gambas-user] Segmentation fault (11) with ImageStat() function

2014-10-11 Thread Ru Vuott
Hello, by starting from this: http://sourceforge.net/p/gambas/mailman/message/21194093/ I tried this simple code: Public Sub Form_Open() With ImageStat(/tmp/my_image.jpg) Print .Type Print .Width;; .Height;; .Depth End With End Well, I obtain a Segmentation fault (11) error !

Re: [Gambas-user] Segmentation fault (11) with ImageStat() function

2014-10-11 Thread Benoît Minisini
Le 12/10/2014 02:44, Ru Vuott a écrit : Hello, by starting from this: http://sourceforge.net/p/gambas/mailman/message/21194093/ I tried this simple code: Public Sub Form_Open() With ImageStat(/tmp/my_image.jpg) Print .Type Print .Width;; .Height;; .Depth End With End Well,