> 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
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