Optime !
Now it works.
regards
vuott
Dom 12/10/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Segmentation fault (11) with ImageStat() function
A: "mailing list for gambas users"
Data: Domenica 12 ottobre 2014, 03:23
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
>
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 !
..mayb