Skip Menu |

This queue is for tickets about the Image-Shoehorn CPAN distribution.

Report information
The Basics
Id: 3825
Status: resolved
Priority: 0/
Queue: Image-Shoehorn

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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...}, }
Subject: wish: import returns all attribute information (fixed by pre-existence)
From: MARKSTOS [...] Cpan.org
Hmm, After reading the docs more closely, I think it does exactly what I want already. :) False alarm. I love it when a module anticipates what I want it to do. :) Mark