Subject: | wish: import returns all attribute information |
Hello,
I think this module provides some really useful functionality. Here's a suggestion to improve it.
From the docs it looks like "import" randomly returns the attributes of one of the images. I would find the following a useful extension to this:
In list context, the routine could return information about /all/ the images. A hash of hashes might make sense here:
{
source => { # attribs... },
thumb => { # attribs.. },
small => { # attribs...},
}