I am using 0.7.3 of this plugin.
When I try to take the URL of an image at a given custom size, it does not work. It works fine for thumbnails or 'full' image sizes but not for my registered size.
Here's my template tags:
$left_image = apply_filters( 'taxonomy-images-queried-term-image-url', '', array(
'image_size' => 'lhs-img'
) );
And the lhs-img is registered via
add_image_size( 'lhs-img', 449, 565, true );