Dallas, I think there is a bug in the image_size_range function.
my $name = $type.'_dems'; Should probably be more like: my $name = "dems_$type"; Thanks, Stuart
Dallas, I think there is a bug in the image_size_range function.
my $name = $type.'_dems'; Should probably be more like: my $name = "dems_$type"; Thanks, Stuart