Re: [Gambas-user] loading image

2009-10-17 Thread BenoƮt Minisini
> I want to display Thumbnails of JPEGs. > > As Image.Load(Path) and Picture.Load(Path) require a path, right now I do: > - extract the Thumbnail from JPEG with a SHELL command > - save it to disk as thumb_nnn.jpg > - read it again from disk with Image.Load(Path). > > This is a complicated way an

[Gambas-user] loading image

2009-10-17 Thread Matti
I want to display Thumbnails of JPEGs. As Image.Load(Path) and Picture.Load(Path) require a path, right now I do: - extract the Thumbnail from JPEG with a SHELL command - save it to disk as thumb_nnn.jpg - read it again from disk with Image.Load(Path). This is a complicated way and takes really l