2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@14101 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-04-25 10:19:12 +00:00
parent 449b607193
commit 676adffd74

View File

@ -484,6 +484,8 @@ sub _btIP_imgData {
my $height = $info->{height};
$width =~ s/px//;
$height =~ s/px//;
$width =~ s/pt//;
$height =~ s/pt//;
($width,$height)= _btIP_imgRescale($width,$height,$scale);
my $mimetype = $info->{file_media_type};