Compare commits

..

1 Commits

  1. 2
      lib/LDV/Filebin.pm

2
lib/LDV/Filebin.pm

@ -95,7 +95,7 @@ sub save {
bytes => $conf->{image_maxmem},
);
# query image
if (my $image = Imager->new(file => $upload->asset->path) {
if (my $image = Imager->new(file => $upload->asset->path)) {
$file->{ftype} = 'i';
$file->{fext} = $image->tags(name => 'i_format'),
$file->{res_w} = $image->getwidth,

Loading…
Cancel
Save